|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BusSubType | |
|---|---|
| com.vmware.vcloud.sdk | |
| com.vmware.vcloud.sdk.constants | |
| Uses of BusSubType in com.vmware.vcloud.sdk |
|---|
| Methods in com.vmware.vcloud.sdk that return BusSubType | |
|---|---|
BusSubType |
Disk.getBusSub()
Returns the bus sub type. |
| Constructors in com.vmware.vcloud.sdk with parameters of type BusSubType | |
|---|---|
VirtualDisk(BigInteger diskSize,
BusType busType,
BusSubType busSubType)
Creating a Virtual Disk. |
|
VirtualDisk(BigInteger diskSize,
BusType busType,
BusSubType busSubType,
Integer busNumber,
Integer unitNumber)
Creates a disk of the specified type and attaches to the specified the bus and unit number. |
|
VirtualDisk(BigInteger diskSize,
BusType busType,
BusSubType busSubType,
Integer busNumber,
Integer unitNumber,
com.vmware.vcloud.api.rest.schema.ReferenceType storageProfileRef)
Creates a disk of the specified type and attaches to the specified the bus and unit number. |
|
VirtualDisk(BigInteger diskSize,
BusType busType,
BusSubType busSubType,
com.vmware.vcloud.api.rest.schema.ReferenceType storageProfileRef)
Creates a disk of the specified type and attaches to the specified the bus and unit number. |
|
| Uses of BusSubType in com.vmware.vcloud.sdk.constants |
|---|
| Methods in com.vmware.vcloud.sdk.constants that return BusSubType | |
|---|---|
static BusSubType |
BusSubType.fromValue(String value)
|
static BusSubType |
BusSubType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static BusSubType[] |
BusSubType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||