Package | Description |
---|---|
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 HardwareSupportManagerSummary |
HardwareSupportManagerSummary._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 HardwareSupportManagerSummary |
HardwareSupportManagerSummary._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
HardwareSupportManagerSummary |
HardwareSupportManagerSummary.Builder.build() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,HardwareSupportManagerSummary> |
AffectedDesiredStateInfo.getAffectedHardwareSupport()
Affected hardware support of the desired state.
|
java.util.Map<java.lang.String,HardwareSupportManagerSummary> |
MetadataInfo.getHardwareSupport()
All the HSMs and their HSPs contained in the metadata bundle.
|
Modifier and Type | Method and Description |
---|---|
void |
AffectedDesiredStateInfo.setAffectedHardwareSupport(java.util.Map<java.lang.String,HardwareSupportManagerSummary> affectedHardwareSupport)
Affected hardware support of the desired state.
|
AffectedDesiredStateInfo.Builder |
AffectedDesiredStateInfo.Builder.setAffectedHardwareSupport(java.util.Map<java.lang.String,HardwareSupportManagerSummary> affectedHardwareSupport)
Affected hardware support of the desired state.
|
void |
MetadataInfo.setHardwareSupport(java.util.Map<java.lang.String,HardwareSupportManagerSummary> hardwareSupport)
All the HSMs and their HSPs contained in the metadata bundle.
|
MetadataInfo.Builder |
MetadataInfo.Builder.setHardwareSupport(java.util.Map<java.lang.String,HardwareSupportManagerSummary> hardwareSupport)
All the HSMs and their HSPs contained in the metadata bundle.
|