Package com.ibm.cloud.is.vpc.v1.model
Class CatalogOfferingVersionPlanReference
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.CatalogOfferingVersionPlanReference
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CatalogOfferingVersionPlanReference extends com.ibm.cloud.sdk.core.service.model.GenericModel
CatalogOfferingVersionPlanReference.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCrn()
Gets the crn.Deleted
getDeleted()
Gets the deleted.
-
-
-
Method Detail
-
getCrn
public String getCrn()
Gets the crn. The CRN for this [catalog](https://cloud.ibm.com/docs/account?topic=account-restrict-by-user) offering version's billing plan.- Returns:
- the crn
-
getDeleted
public Deleted getDeleted()
Gets the deleted. If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.- Returns:
- the deleted
-
-