Class PrismEndpoint
- java.lang.Object
-
- io.fabric8.openshift.api.model.installer.nutanix.v1.PrismEndpoint
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<PrismEndpointBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class PrismEndpoint extends Object implements io.fabric8.kubernetes.api.builder.Editable<PrismEndpointBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
PrismEndpoint holds the endpoint address and port to access the Nutanix Prism Central or Element (cluster)- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PrismEndpoint()No args constructor for use in serializationPrismEndpoint(String address, Integer port)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrismEndpointBuilderedit()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)PrismEndpointBuildertoBuilder()
-
-
-
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 PrismEndpointBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<PrismEndpointBuilder>
-
toBuilder
public PrismEndpointBuilder toBuilder()
-
-