Class 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 Detail

      • NutanixPrismEndpoint

        public NutanixPrismEndpoint()
        No args constructor for use in serialization
      • NutanixPrismEndpoint

        public NutanixPrismEndpoint​(String address,
                                    Integer port)
    • 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)
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)