Class CreateResourceAliasOptions

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

    public class CreateResourceAliasOptions
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    The createResourceAlias options.
    • Method Detail

      • name

        public java.lang.String name()
        Gets the name. The name of the alias. Must be 180 characters or less and cannot include any special characters other than `(space) - . _ :`.
        Returns:
        the name
      • source

        public java.lang.String source()
        Gets the source. The ID of resource instance.
        Returns:
        the source
      • target

        public java.lang.String target()
        Gets the target. The CRN of target name(space) in a specific environment, for example, space in Dallas YP, CFEE instance etc.
        Returns:
        the target