Class CatalogEntryMetadataDeployment
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.global_catalog.v1.model.CatalogEntryMetadataDeployment
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CatalogEntryMetadataDeployment extends com.ibm.cloud.sdk.core.service.model.GenericModelDeployment-related metadata.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description BrokergetBroker()Gets the broker.java.lang.StringgetLocation()Gets the location.java.lang.StringgetLocationUrl()Gets the locationUrl.java.lang.StringgetMccpId()Deprecated.this method is deprecated and may be removed in a future releasejava.lang.StringgetOriginalLocation()Gets the originalLocation.java.lang.StringgetServiceCrn()Gets the serviceCrn.java.lang.StringgetTargetCrn()Gets the targetCrn.java.lang.StringgetTargetNetwork()Gets the targetNetwork.java.lang.BooleanisSupportsRcMigration()Deprecated.this method is deprecated and may be removed in a future release
-
-
-
Method Detail
-
getLocation
public java.lang.String getLocation()
Gets the location. Describes the region where the service is located.- Returns:
- the location
-
getLocationUrl
public java.lang.String getLocationUrl()
Gets the locationUrl. Pointer to the location resource in the catalog.- Returns:
- the locationUrl
-
getOriginalLocation
public java.lang.String getOriginalLocation()
Gets the originalLocation. The original region in which this deployment existed.- Returns:
- the originalLocation
-
getTargetCrn
public java.lang.String getTargetCrn()
Gets the targetCrn. A CRN that describes the deployment. crn:v1:[cname]:[ctype]:[location]:[scope]::[resource-type]:[resource].- Returns:
- the targetCrn
-
getServiceCrn
public java.lang.String getServiceCrn()
Gets the serviceCrn. Cloud resource name for this deployment.- Returns:
- the serviceCrn
-
getMccpId
@Deprecated public java.lang.String getMccpId()
Deprecated.this method is deprecated and may be removed in a future releaseGets the mccpId. ID of the multi cloud connectivity platform.- Returns:
- the mccpId
-
getBroker
public Broker getBroker()
Gets the broker. The broker associated with a catalog entry.- Returns:
- the broker
-
isSupportsRcMigration
@Deprecated public java.lang.Boolean isSupportsRcMigration()
Deprecated.this method is deprecated and may be removed in a future releaseGets the supportsRcMigration. This deployment not only supports RC but is ready to migrate and support the RC broker for a location.- Returns:
- the supportsRcMigration
-
getTargetNetwork
public java.lang.String getTargetNetwork()
Gets the targetNetwork. When using the service_endpoint_supported tag for a deployment, this optional field can be set on a deployment to denote the supported service endpoint type (cse_private, public, or cse_private+public).- Returns:
- the targetNetwork
-
-