Class NutanixPrismEndpoint
- java.lang.Object
-
- io.fabric8.openshift.api.model.config.v1.NutanixPrismEndpoint
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<NutanixPrismEndpointBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class NutanixPrismEndpoint extends Object implements io.fabric8.kubernetes.api.builder.Editable<NutanixPrismEndpointBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
NutanixPrismEndpoint holds the endpoint address and port to access the Nutanix Prism Central or Element (cluster)- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NutanixPrismEndpoint()No args constructor for use in serializationNutanixPrismEndpoint(String address, Integer port)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NutanixPrismEndpointBuilderedit()Map<String,Object>getAdditionalProperties()StringgetAddress()address is the endpoint address (DNS name or IP address) of the Nutanix Prism Central or Element (cluster)IntegergetPort()port is the port number to access the Nutanix Prism Central or Element (cluster)voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetAddress(String address)address is the endpoint address (DNS name or IP address) of the Nutanix Prism Central or Element (cluster)voidsetPort(Integer port)port is the port number to access the Nutanix Prism Central or Element (cluster)NutanixPrismEndpointBuildertoBuilder()
-
-
-
Method Detail
-
getAddress
public String getAddress()
address is the endpoint address (DNS name or IP address) of the Nutanix Prism Central or Element (cluster)
-
setAddress
public void setAddress(String address)
address is the endpoint address (DNS name or IP address) of the Nutanix Prism Central or Element (cluster)
-
getPort
public Integer getPort()
port is the port number to access the Nutanix Prism Central or Element (cluster)
-
setPort
public void setPort(Integer port)
port is the port number to access the Nutanix Prism Central or Element (cluster)
-
edit
public NutanixPrismEndpointBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<NutanixPrismEndpointBuilder>
-
toBuilder
public NutanixPrismEndpointBuilder toBuilder()
-
-