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 vSphere 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

      • getVCenters

        public List<VCenters> getVCenters()
        VCenters collection of vcenters when multi vcenter support is enabled
      • setVCenters

        public void setVCenters​(List<VCenters> vCenters)
        VCenters collection of vcenters when multi vcenter support is enabled
      • getPassword

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

        public void setPassword​(String password)
        Password is the password for the user to use to connect to the vCenter.
      • getTerraformPlatform

        public String getTerraformPlatform()
        TerraformPlatform is the type...
      • setTerraformPlatform

        public void setTerraformPlatform​(String terraformPlatform)
        TerraformPlatform is the type...
      • getUsername

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

        public void setUsername​(String username)
        Username is the name of the user to use to connect to the vCenter.
      • getVCenter

        public String getVCenter()
        VCenter is the domain name or IP address of the vCenter.
      • setVCenter

        public void setVCenter​(String vCenter)
        VCenter is the domain name or IP address of the vCenter.
      • getAdditionalProperties

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

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

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