Package com.ibm.cloud.is.vpc.v1.model
Class VolumeProfile
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.VolumeProfile
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class VolumeProfile extends com.ibm.cloud.sdk.core.service.model.GenericModel
VolumeProfile.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
VolumeProfile.Family
The product family this volume profile belongs to.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VolumeProfileAdjustableCapacityStates
getAdjustableCapacityStates()
Gets the adjustableCapacityStates.VolumeProfileAdjustableIOPSStates
getAdjustableIopsStates()
Gets the adjustableIopsStates.VolumeProfileBandwidth
getBandwidth()
Gets the bandwidth.VolumeProfileBootCapacity
getBootCapacity()
Gets the bootCapacity.VolumeProfileCapacity
getCapacity()
Gets the capacity.String
getFamily()
Gets the family.String
getHref()
Gets the href.VolumeProfileIOPS
getIops()
Gets the iops.String
getName()
Gets the name.VolumeProfileStorageGenerationFixed
getStorageGeneration()
Gets the storageGeneration.
-
-
-
Method Detail
-
getAdjustableCapacityStates
public VolumeProfileAdjustableCapacityStates getAdjustableCapacityStates()
Gets the adjustableCapacityStates.- Returns:
- the adjustableCapacityStates
-
getAdjustableIopsStates
public VolumeProfileAdjustableIOPSStates getAdjustableIopsStates()
Gets the adjustableIopsStates.- Returns:
- the adjustableIopsStates
-
getBandwidth
public VolumeProfileBandwidth getBandwidth()
Gets the bandwidth.- Returns:
- the bandwidth
-
getBootCapacity
public VolumeProfileBootCapacity getBootCapacity()
Gets the bootCapacity.- Returns:
- the bootCapacity
-
getCapacity
public VolumeProfileCapacity getCapacity()
Gets the capacity.- Returns:
- the capacity
-
getFamily
public String getFamily()
Gets the family. The product family this volume profile belongs to. The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.- Returns:
- the family
-
getHref
public String getHref()
Gets the href. The URL for this volume profile.- Returns:
- the href
-
getIops
public VolumeProfileIOPS getIops()
Gets the iops.- Returns:
- the iops
-
getName
public String getName()
Gets the name. The globally unique name for this volume profile.- Returns:
- the name
-
getStorageGeneration
public VolumeProfileStorageGenerationFixed getStorageGeneration()
Gets the storageGeneration. The storage generation value of volumes of this profile.- Returns:
- the storageGeneration
-
-