Package | Description |
---|---|
com.vmware.esx.settings |
The
com.vmware.esx.settings package provides interfaces to manage ESX
settings. |
com.vmware.esx.settings.depots |
The
com.vmware.esx.settings.depots package provides interfaces to manage
VUM compatible ESX Depots. |
Modifier and Type | Method and Description |
---|---|
static SoftwareSpec |
SoftwareSpec._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 SoftwareSpec |
SoftwareSpec._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
SoftwareSpec |
SoftwareSpec.Builder.build() |
Modifier and Type | Method and Description |
---|---|
SoftwareSpec |
OfflineTypes.DepotExtractInfo.getSoftwareSpec()
Software specification of the extracted depot.
|
Modifier and Type | Method and Description |
---|---|
void |
OfflineTypes.DepotExtractInfo.setSoftwareSpec(SoftwareSpec softwareSpec)
Software specification of the extracted depot.
|
Constructor and Description |
---|
Builder(Notifications notifications,
SoftwareSpec softwareSpec,
OfflineTypes.CreateResult result)
Constructor with parameters for the required properties of
OfflineTypes.DepotExtractInfo . |