Package com.ibm.cloud.is.vpc.v1.model
Class DedicatedHostProfileDisk
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.DedicatedHostProfileDisk
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DedicatedHostProfileDisk extends com.ibm.cloud.sdk.core.service.model.GenericModel
Disks provided by this profile.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DedicatedHostProfileDiskInterface
getInterfaceType()
Gets the interfaceType.DedicatedHostProfileDiskQuantity
getQuantity()
Gets the quantity.DedicatedHostProfileDiskSize
getSize()
Gets the size.DedicatedHostProfileDiskSupportedInterfaces
getSupportedInstanceInterfaceTypes()
Gets the supportedInstanceInterfaceTypes.
-
-
-
Method Detail
-
getInterfaceType
public DedicatedHostProfileDiskInterface getInterfaceType()
Gets the interfaceType.- Returns:
- the interfaceType
-
getQuantity
public DedicatedHostProfileDiskQuantity getQuantity()
Gets the quantity. The number of disks of this type for a dedicated host with this profile.- Returns:
- the quantity
-
getSize
public DedicatedHostProfileDiskSize getSize()
Gets the size. The size of the disk in GB (gigabytes).- Returns:
- the size
-
getSupportedInstanceInterfaceTypes
public DedicatedHostProfileDiskSupportedInterfaces getSupportedInstanceInterfaceTypes()
Gets the supportedInstanceInterfaceTypes.- Returns:
- the supportedInstanceInterfaceTypes
-
-