Class VCenter
- java.lang.Object
-
- io.fabric8.openshift.api.model.installer.vsphere.v1.VCenter
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<VCenterBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class VCenter extends Object implements io.fabric8.kubernetes.api.builder.Editable<VCenterBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
VCenter stores the vCenter connection fields https://github.com/kubernetes/cloud-provider-vsphere/blob/master/pkg/common/config/types_yaml.go- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VCenterBuilderedit()Map<String,Object>getAdditionalProperties()List<String>getDatacenters()Datacenter in which VMs are located.StringgetPassword()Password is the password for the user to use to connect to the vCenter.IntegergetPort()port is the TCP port that will be used to communicate to the vCenter endpoint.StringgetServer()server is the fully-qualified domain name or the IP address of the vCenter server.StringgetUser()Username is the username that will be used to connect to vCentervoidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetDatacenters(List<String> datacenters)Datacenter in which VMs are located.voidsetPassword(String password)Password is the password for the user to use to connect to the vCenter.voidsetPort(Integer port)port is the TCP port that will be used to communicate to the vCenter endpoint.voidsetServer(String server)server is the fully-qualified domain name or the IP address of the vCenter server.voidsetUser(String user)Username is the username that will be used to connect to vCenterVCenterBuildertoBuilder()
-
-
-
Method Detail
-
setDatacenters
public void setDatacenters(List<String> datacenters)
Datacenter in which VMs are located.
-
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.
-
getPort
public Integer getPort()
port is the TCP port that will be used to communicate to the vCenter endpoint. This is typically unchanged from the default of HTTPS TCP/443.
-
setPort
public void setPort(Integer port)
port is the TCP port that will be used to communicate to the vCenter endpoint. This is typically unchanged from the default of HTTPS TCP/443.
-
getServer
public String getServer()
server is the fully-qualified domain name or the IP address of the vCenter server.
-
setServer
public void setServer(String server)
server is the fully-qualified domain name or the IP address of the vCenter server.
-
getUser
public String getUser()
Username is the username that will be used to connect to vCenter
-
setUser
public void setUser(String user)
Username is the username that will be used to connect to vCenter
-
edit
public VCenterBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<VCenterBuilder>
-
toBuilder
public VCenterBuilder toBuilder()
-
-