Package com.ibm.cloud.is.vpc.v1.model
Class InstanceProfileDisk
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.InstanceProfileDisk
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class InstanceProfileDisk 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 InstanceProfileDiskQuantity
getQuantity()
Gets the quantity.InstanceProfileDiskSize
getSize()
Gets the size.InstanceProfileDiskSupportedInterfaces
getSupportedInterfaceTypes()
Gets the supportedInterfaceTypes.
-
-
-
Method Detail
-
getQuantity
public InstanceProfileDiskQuantity getQuantity()
Gets the quantity.- Returns:
- the quantity
-
getSize
public InstanceProfileDiskSize getSize()
Gets the size.- Returns:
- the size
-
getSupportedInterfaceTypes
public InstanceProfileDiskSupportedInterfaces getSupportedInterfaceTypes()
Gets the supportedInterfaceTypes.- Returns:
- the supportedInterfaceTypes
-
-