public class NodeStatusDTO extends DTO
Modifier and Type | Field and Description |
---|---|
String |
cluster
The name of the cluster this node belongs to.
|
String |
country
ISO 3166-1 alpha-3 location where this node instance is
running, if known.
|
String[] |
endpoints
The endpoint(s) at which this node can be accessed from the
viewpoint of the consumer of the service.
|
String |
id
The globally unique ID for this node.
|
String |
location
ISO 3166-2 location where this node instance is running,
if known.
|
String |
parentid
An optional parentID indicating this node is part of or embedded in
another node.
|
static String |
PREFIX_
Prefix used for the converter
|
String[] |
privateEndpoints
Private endpoint(s) at which this node can be accessed from within the
cluster only.
|
String |
region
Something smaller than a country and bigger than a location
(e.g.
|
String[] |
tags
Tags associated with this node that can be contributed to by
the provider and also by bundles.
|
String |
vendor
The vendor name of the cloud/environment in which the node operates.
|
String |
version
The version of the cloud/environment in which the node operates.
|
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 String PREFIX_
public String id
public String cluster
public String parentid
public String[] endpoints
public String[] privateEndpoints
public String vendor
public String version
public String country
public String location
public String region
public String zone
public String[] tags
public NodeStatusDTO()
NodeStatus
service.Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0