Package | Description |
---|---|
com.vmware.vcenter.namespace_management |
The
com.vmware.vcenter.namespace_management package provides interfaces
for managing Namespaces. |
com.vmware.vcenter.namespace_management.supervisors |
The
com.vmware.vcenter.namespace_management.supervisors package provides
interfaces for operating a Supervisor. |
Modifier and Type | Method and Description |
---|---|
ControlPlane |
SupervisorsTypes.EnableSpec.getControlPlane()
SupervisorsTypes.EnableSpec.getControlPlane()
specifies configuration for the Supervisor control plane. |
ControlPlane |
SupervisorsTypes.EnableOnComputeClusterSpec.getControlPlane()
SupervisorsTypes.EnableSpec.getControlPlane()
specifies configuration for the Supervisor control plane. |
ControlPlane |
SupervisorsTypes.EnableOnZonesSpec.getControlPlane()
SupervisorsTypes.EnableSpec.getControlPlane()
specifies configuration for the Supervisor control plane. |
Modifier and Type | Method and Description |
---|---|
void |
SupervisorsTypes.EnableSpec.setControlPlane(ControlPlane controlPlane)
SupervisorsTypes.EnableSpec.getControlPlane()
specifies configuration for the Supervisor control plane. |
void |
SupervisorsTypes.EnableOnComputeClusterSpec.setControlPlane(ControlPlane controlPlane)
SupervisorsTypes.EnableSpec.getControlPlane()
specifies configuration for the Supervisor control plane. |
void |
SupervisorsTypes.EnableOnZonesSpec.setControlPlane(ControlPlane controlPlane)
SupervisorsTypes.EnableSpec.getControlPlane()
specifies configuration for the Supervisor control plane. |
Constructor and Description |
---|
Builder(java.util.List<java.lang.String> zones,
java.lang.String name,
ControlPlane controlPlane,
Workloads workloads)
Constructor with parameters for the required properties of
SupervisorsTypes.EnableOnZonesSpec . |
Builder(java.lang.String name,
ControlPlane controlPlane,
Workloads workloads)
Constructor with parameters for the required properties of
SupervisorsTypes.EnableSpec . |
Builder(java.lang.String name,
ControlPlane controlPlane,
Workloads workloads)
Constructor with parameters for the required properties of
SupervisorsTypes.EnableOnComputeClusterSpec . |
Modifier and Type | Method and Description |
---|---|
static ControlPlane |
ControlPlane._newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
static ControlPlane |
ControlPlane._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
ControlPlane |
ControlPlane.Builder.build() |