Class CatalogEntryMetadata
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.global_catalog.v1.model.CatalogEntryMetadata
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CatalogEntryMetadata extends com.ibm.cloud.sdk.core.service.model.GenericModelModel used to describe metadata object returned.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description AliasMetaDatagetAlias()Gets the alias.CallbacksgetCallbacks()Gets the callbacks.java.util.List<java.lang.String>getCompliance()Gets the compliance.CatalogEntryMetadataDeploymentgetDeployment()Gets the deployment.java.lang.StringgetOriginalName()Gets the originalName.java.util.Map<java.lang.String,java.lang.Object>getOther()Gets the other.PlanMetaDatagetPlan()Gets the plan.CatalogEntryMetadataPricinggetPricing()Gets the pricing.CFMetaDatagetService()Gets the service.SLAMetaDatagetSla()Gets the sla.TemplateMetaDatagetTemplate()Gets the template.UIMetaDatagetUi()Gets the ui.java.lang.StringgetVersion()Deprecated.this method is deprecated and may be removed in a future releasejava.lang.BooleanisRcCompatible()Gets the rcCompatible.
-
-
-
Method Detail
-
isRcCompatible
public java.lang.Boolean isRcCompatible()
Gets the rcCompatible. Boolean value that describes whether the service is compatible with the Resource Controller. Only settable for deployments, propogated upward.- Returns:
- the rcCompatible
-
getService
public CFMetaData getService()
Gets the service. Service-related metadata.- Returns:
- the service
-
getPlan
public PlanMetaData getPlan()
Gets the plan. Plan-related metadata.- Returns:
- the plan
-
getAlias
public AliasMetaData getAlias()
Gets the alias. Alias-related metadata.- Returns:
- the alias
-
getTemplate
public TemplateMetaData getTemplate()
Gets the template. Template-related metadata.- Returns:
- the template
-
getUi
public UIMetaData getUi()
Gets the ui. Information related to the UI presentation associated with a catalog entry.- Returns:
- the ui
-
getCompliance
public java.util.List<java.lang.String> getCompliance()
Gets the compliance. Compliance information for HIPAA and PCI.- Returns:
- the compliance
-
getSla
public SLAMetaData getSla()
Gets the sla. Service Level Agreement related metadata.- Returns:
- the sla
-
getCallbacks
public Callbacks getCallbacks()
Gets the callbacks. Callback-related information associated with a catalog entry.- Returns:
- the callbacks
-
getOriginalName
public java.lang.String getOriginalName()
Gets the originalName. The original name of the object.- Returns:
- the originalName
-
getVersion
@Deprecated public java.lang.String getVersion()
Deprecated.this method is deprecated and may be removed in a future releaseGets the version. Optional version of the object. Only valid for templates.- Returns:
- the version
-
getOther
public java.util.Map<java.lang.String,java.lang.Object> getOther()
Gets the other. Additional information.- Returns:
- the other
-
getPricing
public CatalogEntryMetadataPricing getPricing()
Gets the pricing. Pricing-related information.- Returns:
- the pricing
-
getDeployment
public CatalogEntryMetadataDeployment getDeployment()
Gets the deployment. Deployment-related metadata.- Returns:
- the deployment
-
-