Package com.ibm.cloud.is.vpc.v1.model
Class ImageCatalogOffering
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.ImageCatalogOffering
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ImageCatalogOffering extends com.ibm.cloud.sdk.core.service.model.GenericModel
ImageCatalogOffering.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CatalogOfferingVersionReference
getVersion()
Gets the version.Boolean
isManaged()
Gets the managed.
-
-
-
Method Detail
-
isManaged
public Boolean isManaged()
Gets the managed. Indicates whether this image is managed as part of a [catalog](https://cloud.ibm.com/docs/account?topic=account-restrict-by-user) offering. If an image is managed, accounts with access to that catalog can specify the image's catalog offering version CRN to provision virtual server instances using the image.- Returns:
- the managed
-
getVersion
public CatalogOfferingVersionReference getVersion()
Gets the version. The [catalog](https://cloud.ibm.com/docs/account?topic=account-restrict-by-user) offering version associated with this image. If absent, this image is not associated with a cloud catalog offering.- Returns:
- the version
-
-