Package | Description |
---|---|
com.vmware.esx.settings |
The
com.vmware.esx.settings package provides interfaces to manage ESX
settings. |
Modifier and Type | Method and Description |
---|---|
static HardwareSupportPackageInfo |
HardwareSupportPackageInfo._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 HardwareSupportPackageInfo |
HardwareSupportPackageInfo._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
HardwareSupportPackageInfo |
HardwareSupportPackageInfo.Builder.build() |
HardwareSupportPackageInfo |
HardwareSupportPackageCompliance.getCurrent()
Current version of the Hardware Support Package present on the host.
|
HardwareSupportPackageInfo |
HardwareSupportPackageCompliance.getTarget()
Target version of the Hardware Support Package present in the software
specification.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,HardwareSupportPackageInfo> |
HardwareSupportInfo.getPackages()
Map of Hardware Support Packages (HSPs) for the cluster.
|
Modifier and Type | Method and Description |
---|---|
void |
HardwareSupportPackageCompliance.setCurrent(HardwareSupportPackageInfo current)
Current version of the Hardware Support Package present on the host.
|
HardwareSupportPackageCompliance.Builder |
HardwareSupportPackageCompliance.Builder.setCurrent(HardwareSupportPackageInfo current)
Current version of the Hardware Support Package present on the host.
|
void |
HardwareSupportPackageCompliance.setTarget(HardwareSupportPackageInfo target)
Target version of the Hardware Support Package present in the software
specification.
|
HardwareSupportPackageCompliance.Builder |
HardwareSupportPackageCompliance.Builder.setTarget(HardwareSupportPackageInfo target)
Target version of the Hardware Support Package present in the software
specification.
|
Modifier and Type | Method and Description |
---|---|
void |
HardwareSupportInfo.setPackages(java.util.Map<java.lang.String,HardwareSupportPackageInfo> packages)
Map of Hardware Support Packages (HSPs) for the cluster.
|
Constructor and Description |
---|
Builder(java.util.Map<java.lang.String,HardwareSupportPackageInfo> packages)
Constructor with parameters for the required properties of
HardwareSupportInfo . |