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.GenericModel
ShareProfile.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ShareProfile.Family
The product family this share profile belongs to.static interface
ShareProfile.ResourceType
The resource type.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ShareProfileCapacity
getCapacity()
Gets the capacity.String
getFamily()
Gets the family.String
getHref()
Gets the href.ShareProfileIOPS
getIops()
Gets the iops.String
getName()
Gets the name.String
getResourceType()
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. 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 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
-
-