Class Metadata
- java.lang.Object
-
- io.fabric8.openshift.api.model.installer.nutanix.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 Nutanix 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 Prism Central.StringgetPort()Port is the port used to connect to the Prism Central.StringgetPrismCentral()PrismCentral is the domain name or IP address of the Prism Central.StringgetUsername()Username is the name of the user to use to connect to the Prism Central.voidsetAdditionalProperties(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 Prism Central.voidsetPort(String port)Port is the port used to connect to the Prism Central.voidsetPrismCentral(String prismCentral)PrismCentral is the domain name or IP address of the Prism Central.voidsetUsername(String username)Username is the name of the user to use to connect to the Prism Central.MetadataBuildertoBuilder()
-
-
-
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.
-
edit
public MetadataBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<MetadataBuilder>
-
toBuilder
public MetadataBuilder toBuilder()
-
-