Class Workspace
- java.lang.Object
-
- io.fabric8.openshift.api.model.machine.v1beta1.Workspace
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<WorkspaceBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class Workspace extends Object implements io.fabric8.kubernetes.api.builder.Editable<WorkspaceBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
WorkspaceConfig defines a workspace configuration for the vSphere cloud provider.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkspaceBuilderedit()Map<String,Object>getAdditionalProperties()StringgetDatacenter()datacenter is the datacenter in which VMs are created/located.StringgetDatastore()datastore is the datastore in which VMs are created/located.StringgetFolder()folder is the folder in which VMs are created/located.StringgetResourcePool()resourcePool is the resource pool in which VMs are created/located.StringgetServer()server is the IP address or FQDN of the vSphere endpoint.StringgetVmGroup()vmGroup is the cluster vm group in which virtual machines will be added for vm host group based zonal.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetDatacenter(String datacenter)datacenter is the datacenter in which VMs are created/located.voidsetDatastore(String datastore)datastore is the datastore in which VMs are created/located.voidsetFolder(String folder)folder is the folder in which VMs are created/located.voidsetResourcePool(String resourcePool)resourcePool is the resource pool in which VMs are created/located.voidsetServer(String server)server is the IP address or FQDN of the vSphere endpoint.voidsetVmGroup(String vmGroup)vmGroup is the cluster vm group in which virtual machines will be added for vm host group based zonal.WorkspaceBuildertoBuilder()
-
-
-
Method Detail
-
getDatacenter
public String getDatacenter()
datacenter is the datacenter in which VMs are created/located.
-
setDatacenter
public void setDatacenter(String datacenter)
datacenter is the datacenter in which VMs are created/located.
-
getDatastore
public String getDatastore()
datastore is the datastore in which VMs are created/located.
-
setDatastore
public void setDatastore(String datastore)
datastore is the datastore in which VMs are created/located.
-
getFolder
public String getFolder()
folder is the folder in which VMs are created/located.
-
setFolder
public void setFolder(String folder)
folder is the folder in which VMs are created/located.
-
getResourcePool
public String getResourcePool()
resourcePool is the resource pool in which VMs are created/located.
-
setResourcePool
public void setResourcePool(String resourcePool)
resourcePool is the resource pool in which VMs are created/located.
-
getServer
public String getServer()
server is the IP address or FQDN of the vSphere endpoint.
-
setServer
public void setServer(String server)
server is the IP address or FQDN of the vSphere endpoint.
-
getVmGroup
public String getVmGroup()
vmGroup is the cluster vm group in which virtual machines will be added for vm host group based zonal.
-
setVmGroup
public void setVmGroup(String vmGroup)
vmGroup is the cluster vm group in which virtual machines will be added for vm host group based zonal.
-
edit
public WorkspaceBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<WorkspaceBuilder>
-
toBuilder
public WorkspaceBuilder toBuilder()
-
-