Class ResourceAlias
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.resource_controller.v2.model.ResourceAlias
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ResourceAlias extends com.ibm.cloud.sdk.core.service.model.GenericModelA resource alias.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAccountId()Gets the accountId.java.util.DategetCreatedAt()Gets the createdAt.java.lang.StringgetCreatedBy()Gets the createdBy.java.lang.StringgetCrn()Gets the crn.java.util.DategetDeletedAt()Gets the deletedAt.java.lang.StringgetDeletedBy()Gets the deletedBy.java.lang.StringgetGuid()Gets the guid.java.lang.StringgetId()Gets the id.java.lang.StringgetName()Gets the name.java.lang.StringgetRegionInstanceCrn()Gets the regionInstanceCrn.java.lang.StringgetRegionInstanceId()Gets the regionInstanceId.java.lang.StringgetResourceBindingsUrl()Gets the resourceBindingsUrl.java.lang.StringgetResourceGroupId()Gets the resourceGroupId.java.lang.StringgetResourceId()Gets the resourceId.java.lang.StringgetResourceInstanceId()Gets the resourceInstanceId.java.lang.StringgetResourceInstanceUrl()Gets the resourceInstanceUrl.java.lang.StringgetResourceKeysUrl()Gets the resourceKeysUrl.java.lang.StringgetState()Gets the state.java.lang.StringgetTargetCrn()Gets the targetCrn.java.util.DategetUpdatedAt()Gets the updatedAt.java.lang.StringgetUpdatedBy()Gets the updatedBy.java.lang.StringgetUrl()Gets the url.java.lang.BooleanisMigrated()Gets the migrated.
-
-
-
Method Detail
-
getId
public java.lang.String getId()
Gets the id. The ID associated with the alias.- Returns:
- the id
-
getGuid
public java.lang.String getGuid()
Gets the guid. The GUID of the alias.- Returns:
- the guid
-
getUrl
public java.lang.String getUrl()
Gets the url. When you created a new alias, a relative URL path is created identifying the location of the alias.- Returns:
- the url
-
getCreatedAt
public java.util.Date getCreatedAt()
Gets the createdAt. The date when the alias was created.- Returns:
- the createdAt
-
getUpdatedAt
public java.util.Date getUpdatedAt()
Gets the updatedAt. The date when the alias was last updated.- Returns:
- the updatedAt
-
getDeletedAt
public java.util.Date getDeletedAt()
Gets the deletedAt. The date when the alias was deleted.- Returns:
- the deletedAt
-
getCreatedBy
public java.lang.String getCreatedBy()
Gets the createdBy. The subject who created the alias.- Returns:
- the createdBy
-
getUpdatedBy
public java.lang.String getUpdatedBy()
Gets the updatedBy. The subject who updated the alias.- Returns:
- the updatedBy
-
getDeletedBy
public java.lang.String getDeletedBy()
Gets the deletedBy. The subject who deleted the alias.- Returns:
- the deletedBy
-
getName
public java.lang.String getName()
Gets the name. The human-readable name of the alias.- Returns:
- the name
-
getResourceInstanceId
public java.lang.String getResourceInstanceId()
Gets the resourceInstanceId. The ID of the resource instance that is being aliased.- Returns:
- the resourceInstanceId
-
getTargetCrn
public java.lang.String getTargetCrn()
Gets the targetCrn. The CRN of the target namespace in the specific environment.- Returns:
- the targetCrn
-
getAccountId
public java.lang.String getAccountId()
Gets the accountId. An alpha-numeric value identifying the account ID.- Returns:
- the accountId
-
getResourceId
public java.lang.String getResourceId()
Gets the resourceId. The unique ID of the offering. This value is provided by and stored in the global catalog.- Returns:
- the resourceId
-
getResourceGroupId
public java.lang.String getResourceGroupId()
Gets the resourceGroupId. The ID of the resource group.- Returns:
- the resourceGroupId
-
getCrn
public java.lang.String getCrn()
Gets the crn. The CRN of the alias. For more information about this format, see [Cloud Resource Names](https://cloud.ibm.com/docs/overview?topic=overview-crn).- Returns:
- the crn
-
getRegionInstanceId
public java.lang.String getRegionInstanceId()
Gets the regionInstanceId. The ID of the instance in the target environment. For example, `service_instance_id` in a given IBM Cloud environment.- Returns:
- the regionInstanceId
-
getRegionInstanceCrn
public java.lang.String getRegionInstanceCrn()
Gets the regionInstanceCrn. The CRN of the instance in the target environment.- Returns:
- the regionInstanceCrn
-
getState
public java.lang.String getState()
Gets the state. The state of the alias.- Returns:
- the state
-
isMigrated
public java.lang.Boolean isMigrated()
Gets the migrated. A boolean that dictates if the alias was migrated from a previous CF instance.- Returns:
- the migrated
-
getResourceInstanceUrl
public java.lang.String getResourceInstanceUrl()
Gets the resourceInstanceUrl. The relative path to the resource instance.- Returns:
- the resourceInstanceUrl
-
getResourceBindingsUrl
public java.lang.String getResourceBindingsUrl()
Gets the resourceBindingsUrl. The relative path to the resource bindings for the alias.- Returns:
- the resourceBindingsUrl
-
getResourceKeysUrl
public java.lang.String getResourceKeysUrl()
Gets the resourceKeysUrl. The relative path to the resource keys for the alias.- Returns:
- the resourceKeysUrl
-
-