Package com.ibm.cloud.is.vpc.v1.model
Class CatalogOfferingIdentity
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.CatalogOfferingIdentity
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
- Direct Known Subclasses:
CatalogOfferingIdentityCatalogOfferingByCRN
public class CatalogOfferingIdentity extends com.ibm.cloud.sdk.core.service.model.GenericModel
Identifies a [catalog](https://cloud.ibm.com/docs/account?topic=account-restrict-by-user) offering by a unique property. Classes which extend this class: - CatalogOfferingIdentityCatalogOfferingByCRN
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
crn()
Gets the crn.
-
-
-
Method Detail
-
crn
public String crn()
Gets the crn. The CRN for this [catalog](https://cloud.ibm.com/docs/account?topic=account-restrict-by-user) offering.- Returns:
- the crn
-
-