public static final class VMTypes.DiskRelocateSpec.Builder
extends java.lang.Object
VMTypes.DiskRelocateSpec
.Constructor and Description |
---|
Builder()
Constructor with parameters for the required properties of
VMTypes.DiskRelocateSpec . |
Modifier and Type | Method and Description |
---|---|
VMTypes.DiskRelocateSpec |
build() |
VMTypes.DiskRelocateSpec.Builder |
setDatastore(java.lang.String datastore)
Destination datastore to relocate disk.
|
public Builder()
VMTypes.DiskRelocateSpec
.public VMTypes.DiskRelocateSpec.Builder setDatastore(java.lang.String datastore)
VMTypes.RelocatePlacementSpec.getDatastore()
property of
VMTypes.RelocateSpec.getPlacement()
.datastore
- 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: Datastore
. When methods return a value
of this class as a return value, the property will be an identifier for the
resource type: Datastore
.public VMTypes.DiskRelocateSpec build()