Constructor and Description |
---|
Builder()
Constructor with parameters for the required properties of
DiskSpec . |
Modifier and Type | Method and Description |
---|---|
DiskSpec |
build() |
DiskSpec.Builder |
setDatastore(java.lang.String datastore)
The identifier of the datastore to put all the virtual disks on.
|
public Builder()
DiskSpec
.public DiskSpec.Builder setDatastore(java.lang.String datastore)
null
, then see
vim.vm.RelocateSpec.datastore.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:VCenter
. When methods return
a value of this class as a return value, the property will be an identifier for
the resource type: Datastore:VCenter
.public DiskSpec build()