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 HardwareSupportPackageSummary |
HardwareSupportPackageSummary._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 HardwareSupportPackageSummary |
HardwareSupportPackageSummary._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
HardwareSupportPackageSummary |
HardwareSupportPackageSummary.Builder.build() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,HardwareSupportPackageSummary> |
HardwareSupportManagerSummary.getPackages()
Different hardware support packages (HSP) published by the HSM.
|
Modifier and Type | Method and Description |
---|---|
void |
HardwareSupportManagerSummary.setPackages(java.util.Map<java.lang.String,HardwareSupportPackageSummary> packages)
Different hardware support packages (HSP) published by the HSM.
|
Constructor and Description |
---|
Builder(java.lang.String displayName,
java.util.Map<java.lang.String,HardwareSupportPackageSummary> packages)
Constructor with parameters for the required properties of
HardwareSupportManagerSummary . |