Class CreateServiceIdOptions

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

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

      • accountId

        public java.lang.String accountId()
        Gets the accountId. ID of the account the service ID belongs to.
        Returns:
        the accountId
      • name

        public java.lang.String name()
        Gets the name. Name of the Service Id. The name is not checked for uniqueness. Therefore multiple names with the same value can exist. Access is done via the UUID of the Service Id.
        Returns:
        the name
      • groupId

        public java.lang.String groupId()
        Gets the groupId. ID of the group to which the service ID belongs to. If the value is not set, the service ID is bound to the default group.
        Returns:
        the groupId
      • description

        public java.lang.String description()
        Gets the description. The optional description of the Service Id. The 'description' property is only available if a description was provided during a create of a Service Id.
        Returns:
        the description
      • uniqueInstanceCrns

        public java.util.List<java.lang.String> uniqueInstanceCrns()
        Gets the uniqueInstanceCrns. Optional list of CRNs (string array) which point to the services connected to the service ID.
        Returns:
        the uniqueInstanceCrns
      • showGroupId

        public java.lang.String showGroupId()
        Gets the showGroupId. Defines if the service ID group ID is included in the response.
        Returns:
        the showGroupId
      • entityLock

        public java.lang.String entityLock()
        Gets the entityLock. Indicates if the service ID is locked for further write operations. False by default.
        Returns:
        the entityLock