Package | Description |
---|---|
com.vmware.vcenter.guest |
The
com.vmware.vcenter.guest package provides interfaces for managing
guest customization specifications in the vCenter Server. |
Modifier and Type | Method and Description |
---|---|
static ConfigurationSpec |
ConfigurationSpec._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 ConfigurationSpec |
ConfigurationSpec._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
ConfigurationSpec |
ConfigurationSpec.Builder.build() |
ConfigurationSpec |
CustomizationSpec.getConfigurationSpec()
Settings to be applied to the guest during the customization.
|
Modifier and Type | Method and Description |
---|---|
void |
CustomizationSpec.setConfigurationSpec(ConfigurationSpec configurationSpec)
Settings to be applied to the guest during the customization.
|
Constructor and Description |
---|
Builder(ConfigurationSpec configurationSpec,
GlobalDNSSettings globalDNSSettings,
java.util.List<AdapterMapping> interfaces)
Constructor with parameters for the required properties of
CustomizationSpec . |