Class CatalogEntryMetadataDeployment

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class CatalogEntryMetadataDeployment
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Deployment-related metadata.
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      Broker getBroker()
      Gets the broker.
      java.lang.String getLocation()
      Gets the location.
      java.lang.String getLocationUrl()
      Gets the locationUrl.
      java.lang.String getMccpId()
      Deprecated.
      this method is deprecated and may be removed in a future release
      java.lang.String getOriginalLocation()
      Gets the originalLocation.
      java.lang.String getServiceCrn()
      Gets the serviceCrn.
      java.lang.String getTargetCrn()
      Gets the targetCrn.
      java.lang.String getTargetNetwork()
      Gets the targetNetwork.
      java.lang.Boolean isSupportsRcMigration()
      Deprecated.
      this method is deprecated and may be removed in a future release
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • 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 release
        Gets 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 release
        Gets 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