Class Metadata

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<MetadataBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class Metadata
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<MetadataBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    Metadata contains Nutanix metadata (e.g. for uninstalling the cluster).
    See Also:
    Serialized Form
    • Constructor Detail

      • Metadata

        public Metadata()
        No args constructor for use in serialization
    • Method Detail

      • getPassword

        public String getPassword()
        Password is the password for the user to use to connect to the Prism Central.
      • setPassword

        public void setPassword​(String password)
        Password is the password for the user to use to connect to the Prism Central.
      • getPort

        public String getPort()
        Port is the port used to connect to the Prism Central.
      • setPort

        public void setPort​(String port)
        Port is the port used to connect to the Prism Central.
      • getPrismCentral

        public String getPrismCentral()
        PrismCentral is the domain name or IP address of the Prism Central.
      • setPrismCentral

        public void setPrismCentral​(String prismCentral)
        PrismCentral is the domain name or IP address of the Prism Central.
      • getUsername

        public String getUsername()
        Username is the name of the user to use to connect to the Prism Central.
      • setUsername

        public void setUsername​(String username)
        Username is the name of the user to use to connect to the Prism Central.
      • getAdditionalProperties

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

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

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