Class 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
    • Constructor Detail

      • Workspace

        public Workspace()
        No args constructor for use in serialization
    • 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.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)