Uses of Class
com.vmware.vcloud.sdk.constants.BusType

Packages that use BusType
com.vmware.vcloud.sdk   
com.vmware.vcloud.sdk.constants   
 

Uses of BusType in com.vmware.vcloud.sdk
 

Methods in com.vmware.vcloud.sdk that return BusType
 BusType Disk.getBus()
          Returns the bus type.
 

Constructors in com.vmware.vcloud.sdk with parameters of type BusType
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 BusType in com.vmware.vcloud.sdk.constants
 

Methods in com.vmware.vcloud.sdk.constants that return BusType
static BusType BusType.fromValue(String value)
           
static BusType BusType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BusType[] BusType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2016. All Rights Reserved.