public static final class DiskTypes.VmdkCreateSpec.Builder extends Object
DiskTypes.VmdkCreateSpec.| Constructor and Description |
|---|
DiskTypes.VmdkCreateSpec.Builder()
Constructor with parameters for the required properties of
DiskTypes.VmdkCreateSpec. |
| Modifier and Type | Method and Description |
|---|---|
DiskTypes.VmdkCreateSpec |
build() |
DiskTypes.VmdkCreateSpec.Builder |
setCapacity(Long capacity)
Capacity of the virtual disk backing in bytes.
|
DiskTypes.VmdkCreateSpec.Builder |
setName(String name)
Base name of the VMDK file.
|
public DiskTypes.VmdkCreateSpec.Builder()
DiskTypes.VmdkCreateSpec.public DiskTypes.VmdkCreateSpec.Builder setName(String name)
null, a name (derived from the name of the virtual machine) will be
chosen by the server.name - New value for the property.public DiskTypes.VmdkCreateSpec.Builder setCapacity(Long capacity)
null, defaults to a guest-specific capacity.capacity - New value for the property.public DiskTypes.VmdkCreateSpec build()
Copyright © 2016. All Rights Reserved.