Package | Description |
---|---|
com.vmware.esx.hosts |
The
com.vmware.esx.hosts package provides interfaces to manage ESX host. |
Modifier and Type | Method and Description |
---|---|
static BaseImageSpec |
BaseImageSpec._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 BaseImageSpec |
BaseImageSpec._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
BaseImageSpec |
BaseImageSpec.Builder.build() |
BaseImageSpec |
SoftwareSpec.getBaseImage()
Base image of the ESX.
|
Modifier and Type | Method and Description |
---|---|
void |
SoftwareSpec.setBaseImage(BaseImageSpec baseImage)
Base image of the ESX.
|
Constructor and Description |
---|
Builder(BaseImageSpec baseImage)
Constructor with parameters for the required properties of
SoftwareSpec . |