Class CreateEnterpriseOptions

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

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

      • sourceAccountId

        public java.lang.String sourceAccountId()
        Gets the sourceAccountId. The ID of the account that is used to create the enterprise.
        Returns:
        the sourceAccountId
      • name

        public java.lang.String name()
        Gets the name. The name of the enterprise. This field must have 3 - 60 characters.
        Returns:
        the name
      • primaryContactIamId

        public java.lang.String primaryContactIamId()
        Gets the primaryContactIamId. The IAM ID of the enterprise primary contact, such as `IBMid-0123ABC`. The IAM ID must already exist.
        Returns:
        the primaryContactIamId
      • domain

        public java.lang.String domain()
        Gets the domain. A domain or subdomain for the enterprise, such as `example.com` or `my.example.com`.
        Returns:
        the domain