| Package | Description |
|---|---|
| com.vmware.vcenter.guest |
The
com.vmware.vcenter.guest package provides interfaces for managing
guest customization specifications in the vCenter Server. |
| com.vmware.vcenter.vm.guest |
The
com.vmware.vcenter.vm.guest package provides interfaces for dealing
with the guest operating system. |
| Modifier and Type | Method and Description |
|---|---|
static CustomizationSpec |
CustomizationSpec._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 CustomizationSpec |
CustomizationSpec._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
CustomizationSpec |
CustomizationSpec.Builder.build() |
CustomizationSpec |
CustomizationSpecsTypes.CreateSpec.getSpec()
The specification object.
|
CustomizationSpec |
CustomizationSpecsTypes.Spec.getSpec()
The specification object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomizationSpecsTypes.CreateSpec.setSpec(CustomizationSpec spec)
The specification object.
|
void |
CustomizationSpecsTypes.Spec.setSpec(CustomizationSpec spec)
The specification object.
|
| Constructor and Description |
|---|
Builder(CustomizationSpec spec,
java.lang.String description,
java.lang.String name)
Constructor with parameters for the required properties of
CustomizationSpecsTypes.CreateSpec. |
Builder(java.lang.String fingerprint,
CustomizationSpec spec,
java.lang.String description,
java.lang.String name)
Constructor with parameters for the required properties of
CustomizationSpecsTypes.Spec. |
| Modifier and Type | Method and Description |
|---|---|
CustomizationSpec |
CustomizationTypes.SetSpec.getSpec()
The customization specification that has to be applied for the virtual machine.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomizationTypes.SetSpec.setSpec(CustomizationSpec spec)
The customization specification that has to be applied for the virtual machine.
|
CustomizationTypes.SetSpec.Builder |
CustomizationTypes.SetSpec.Builder.setSpec(CustomizationSpec spec)
The customization specification that has to be applied for the virtual machine.
|