Package com.ibm.cloud.is.vpc.v1.model
Class ShareProfile
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.ShareProfile
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ShareProfile extends com.ibm.cloud.sdk.core.service.model.GenericModelShareProfile.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceShareProfile.FamilyThe product family this share profile belongs to.static interfaceShareProfile.ResourceTypeThe resource type.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ShareProfileCapacitygetCapacity()Gets the capacity.StringgetFamily()Gets the family.StringgetHref()Gets the href.ShareProfileIOPSgetIops()Gets the iops.StringgetName()Gets the name.StringgetResourceType()Gets the resourceType.
-
-
-
Method Detail
-
getCapacity
public ShareProfileCapacity getCapacity()
Gets the capacity. The permitted capacity range (in gigabytes) for a share with this profile.- Returns:
- the capacity
-
getFamily
public String getFamily()
Gets the family. The product family this share profile belongs to.- Returns:
- the family
-
getHref
public String getHref()
Gets the href. The URL for this share profile.- Returns:
- the href
-
getIops
public ShareProfileIOPS getIops()
Gets the iops. The permitted IOPS range for a share with this profile.- Returns:
- the iops
-
getName
public String getName()
Gets the name. The globally unique name for this share profile.- Returns:
- the name
-
getResourceType
public String getResourceType()
Gets the resourceType. The resource type.- Returns:
- the resourceType
-
-