Package com.ibm.cloud.is.vpc.v1.model
Class VolumeCatalogOffering
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.VolumeCatalogOffering
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class VolumeCatalogOffering extends com.ibm.cloud.sdk.core.service.model.GenericModel
VolumeCatalogOffering.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CatalogOfferingVersionPlanReference
getPlan()
Gets the plan.CatalogOfferingVersionReference
getVersion()
Gets the version.
-
-
-
Method Detail
-
getPlan
public CatalogOfferingVersionPlanReference getPlan()
Gets the plan. The billing plan associated with the catalog offering version. If absent, no billing plan is associated with the catalog offering version (free).- Returns:
- the plan
-
getVersion
public CatalogOfferingVersionReference getVersion()
Gets the version. The [catalog](https://cloud.ibm.com/docs/account?topic=account-restrict-by-user) offering version this volume was created from.- Returns:
- the version
-
-