Class Metadata
- java.lang.Object
-
- io.fabric8.openshift.api.model.installer.vsphere.v1.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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MetadataBuilderedit()Map<String,Object>getAdditionalProperties()StringgetPassword()Password is the password for the user to use to connect to the vCenter.StringgetTerraformPlatform()TerraformPlatform is the type...StringgetUsername()Username is the name of the user to use to connect to the vCenter.StringgetVCenter()VCenter is the domain name or IP address of the vCenter.List<VCenters>getVCenters()VCenters collection of vcenters when multi vcenter support is enabledvoidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetPassword(String password)Password is the password for the user to use to connect to the vCenter.voidsetTerraformPlatform(String terraformPlatform)TerraformPlatform is the type...voidsetUsername(String username)Username is the name of the user to use to connect to the vCenter.voidsetVCenter(String vCenter)VCenter is the domain name or IP address of the vCenter.voidsetVCenters(List<VCenters> vCenters)VCenters collection of vcenters when multi vcenter support is enabledMetadataBuildertoBuilder()
-
-
-
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.
-
edit
public MetadataBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<MetadataBuilder>
-
toBuilder
public MetadataBuilder toBuilder()
-
-