@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-09-20T22:55:54.394Z[Etc/UTC]") public class V1Endpoint extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ADDRESSES |
static String |
SERIALIZED_NAME_CONDITIONS |
static String |
SERIALIZED_NAME_DEPRECATED_TOPOLOGY |
static String |
SERIALIZED_NAME_HINTS |
static String |
SERIALIZED_NAME_HOSTNAME |
static String |
SERIALIZED_NAME_NODE_NAME |
static String |
SERIALIZED_NAME_TARGET_REF |
static String |
SERIALIZED_NAME_ZONE |
Constructor and Description |
---|
V1Endpoint() |
public static final String SERIALIZED_NAME_ADDRESSES
public static final String SERIALIZED_NAME_CONDITIONS
public static final String SERIALIZED_NAME_DEPRECATED_TOPOLOGY
public static final String SERIALIZED_NAME_HINTS
public static final String SERIALIZED_NAME_HOSTNAME
public static final String SERIALIZED_NAME_NODE_NAME
public static final String SERIALIZED_NAME_TARGET_REF
public static final String SERIALIZED_NAME_ZONE
public V1Endpoint addresses(List<String> addresses)
public V1Endpoint addAddressesItem(String addressesItem)
public List<String> getAddresses()
public V1Endpoint conditions(V1EndpointConditions conditions)
@Nullable public V1EndpointConditions getConditions()
public void setConditions(V1EndpointConditions conditions)
public V1Endpoint deprecatedTopology(Map<String,String> deprecatedTopology)
public V1Endpoint putDeprecatedTopologyItem(String key, String deprecatedTopologyItem)
@Nullable public Map<String,String> getDeprecatedTopology()
public V1Endpoint hints(V1EndpointHints hints)
@Nullable public V1EndpointHints getHints()
public void setHints(V1EndpointHints hints)
public V1Endpoint hostname(String hostname)
@Nullable public String getHostname()
public void setHostname(String hostname)
public V1Endpoint nodeName(String nodeName)
@Nullable public String getNodeName()
public void setNodeName(String nodeName)
public V1Endpoint targetRef(V1ObjectReference targetRef)
@Nullable public V1ObjectReference getTargetRef()
public void setTargetRef(V1ObjectReference targetRef)
public V1Endpoint zone(String zone)
@Nullable public String getZone()
public void setZone(String zone)
Copyright © 2021. All rights reserved.