Package com.ibm.cloud.is.vpc.v1.model
Class InstanceCatalogOffering
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.InstanceCatalogOffering
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class InstanceCatalogOffering extends com.ibm.cloud.sdk.core.service.model.GenericModel
InstanceCatalogOffering.
-
-
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 used for the catalog offering version. If absent, no billing plan is in use (free).- Returns:
- the plan
-
getVersion
public CatalogOfferingVersionReference getVersion()
Gets the version. The catalog offering version this virtual server instance was provisioned from. The catalog offering version is not managed by the IBM VPC service, and may no longer exist, or may refer to a different image CRN than the `image.crn` for this virtual server instance. However, all images associated with a catalog offering version will have the same checksum, and therefore will have the same data.- Returns:
- the version
-
-