public class NodeStatusDTO extends DTO
Modifier and Type | Field and Description |
---|---|
java.lang.String |
cluster
The name of the cluster this node belongs to.
|
java.lang.String |
country
ISO 3166-1 alpha-3 location where this node instance is
running, if known.
|
java.lang.String[] |
endpoints
The endpoint(s) at which this node can be accessed from the
viewpoint of the consumer of the service.
|
java.lang.String |
id
The globally unique ID for this node.
|
java.lang.String |
location
ISO 3166-2 location where this node instance is running,
if known.
|
java.lang.String |
parentid
An optional parentID indicating this node is part of or embedded in
another node.
|
static java.lang.String |
PREFIX_
Prefix used for the converter
|
java.lang.String[] |
privateEndpoints
Private endpoint(s) at which this node can be accessed from within the
cluster only.
|
java.lang.String |
region
Something smaller than a country and bigger than a location
(e.g.
|
java.lang.String[] |
tags
Tags associated with this node that can be contributed to by
the provider and also by bundles.
|
java.lang.String |
vendor
The vendor name of the cloud/environment in which the node operates.
|
java.lang.String |
version
The version of the cloud/environment in which the node operates.
|
java.lang.String |
zone
Regions are often subdivided in zones that represent different
physical locations.
|
Constructor and Description |
---|
NodeStatusDTO()
This DTO can be used to provide type safe access to properties of the
NodeStatus service. |
public static final java.lang.String PREFIX_
public java.lang.String id
public java.lang.String cluster
public java.lang.String parentid
public java.lang.String[] endpoints
public java.lang.String[] privateEndpoints
public java.lang.String vendor
public java.lang.String version
public java.lang.String country
public java.lang.String location
public java.lang.String region
public java.lang.String zone
public java.lang.String[] tags
public NodeStatusDTO()
NodeStatus
service.Copyright © OSGi Alliance (2000, 2018). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0