Class VCenters
- java.lang.Object
-
- io.fabric8.openshift.api.model.installer.vsphere.v1.VCenters
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<VCentersBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class VCenters extends Object implements io.fabric8.kubernetes.api.builder.Editable<VCentersBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
VCenters contains information on individual vcenter.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VCentersBuilderedit()Map<String,Object>getAdditionalProperties()StringgetPassword()Password is the password for the user to use to connect to the vCenter.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.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 vCenter.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.VCentersBuildertoBuilder()
-
-
-
Method Detail
-
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.
-
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 VCentersBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<VCentersBuilder>
-
toBuilder
public VCentersBuilder toBuilder()
-
-