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
Modifier and TypeMethodDescriptionGets the interfaceType.Gets the quantity.getSize()
Gets the size.Gets the supportedInstanceInterfaceTypes.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
getInterfaceType
Gets the interfaceType.- Returns:
- the interfaceType
-
getQuantity
Gets the quantity. The number of disks of this type for a dedicated host with this profile.- Returns:
- the quantity
-
getSize
Gets the size. The size of the disk in GB (gigabytes).- Returns:
- the size
-
getSupportedInstanceInterfaceTypes
Gets the supportedInstanceInterfaceTypes.- Returns:
- the supportedInstanceInterfaceTypes
-