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