public static final class ComplianceTypes.Summary.Builder
extends java.lang.Object
ComplianceTypes.Summary
.Constructor and Description |
---|
ComplianceTypes.Summary.Builder(java.lang.String vm)
Constructor with parameters for the required properties of
ComplianceTypes.Summary . |
Modifier and Type | Method and Description |
---|---|
ComplianceTypes.Summary |
build() |
ComplianceTypes.Summary.Builder |
setDisks(java.util.Map<java.lang.String,ComplianceTypes.Status> disks)
List of the virtual hard disk.
|
ComplianceTypes.Summary.Builder |
setVmHome(ComplianceTypes.Status vmHome)
Compliance status of the virtual machine home.
|
public ComplianceTypes.Summary.Builder(java.lang.String vm)
ComplianceTypes.Summary
.public ComplianceTypes.Summary.Builder setVmHome(ComplianceTypes.Status vmHome)
null
or empty, vmHome is not associated with a storage policy.vmHome
- New value for the property.public ComplianceTypes.Summary.Builder setDisks(java.util.Map<java.lang.String,ComplianceTypes.Status> disks)
null
or empty, virtual machine entity does not have any disks or its
disks are not associated with a storage policy.disks
- New value for the property.
When clients pass a value of this class as a parameter, the key in the property
Map
must be an identifier for the resource type: com.vmware.vcenter.vm.hardware.Disk
. When methods return a value of this class
as a return value, the key in the property Map
will be an
identifier for the resource type: com.vmware.vcenter.vm.hardware.Disk
.public ComplianceTypes.Summary build()