public static final class PolicyTypes.Info.Builder
extends java.lang.Object
PolicyTypes.Info.| Constructor and Description |
|---|
Builder(java.util.Map<java.lang.String,java.lang.String> disks)
Constructor with parameters for the required properties of
PolicyTypes.Info. |
| Modifier and Type | Method and Description |
|---|---|
PolicyTypes.Info |
build() |
PolicyTypes.Info.Builder |
setVmHome(java.lang.String vmHome)
Storage Policy associated with virtual machine home.
|
public Builder(java.util.Map<java.lang.String,java.lang.String> disks)
PolicyTypes.Info.public PolicyTypes.Info.Builder setVmHome(java.lang.String vmHome)
null, the virtual machine's home directory doesn't have any storage
policy.vmHome - New value for the property.
When clients pass a value of this class as a parameter, the property must be an
identifier for the resource type: com.vmware.vcenter.StoragePolicy. When
methods return a value of this class as a return value, the property will be an
identifier for the resource type: com.vmware.vcenter.StoragePolicy.public PolicyTypes.Info build()