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.GenericModelVolumeProfile.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceVolumeProfile.FamilyThe product family this volume profile belongs to.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFamily()Gets the family.StringgetHref()Gets the href.StringgetName()Gets the name.
-
-
-
Method Detail
-
getFamily
public String getFamily()
Gets the family. The product family this volume profile belongs to. The enumerated values for this property will expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the volume profile on which the unexpected property value was encountered.- Returns:
- the family
-
getHref
public String getHref()
Gets the href. The URL for this volume profile.- Returns:
- the href
-
getName
public String getName()
Gets the name. The globally unique name for this volume profile.- Returns:
- the name
-
-