Class UpdateResourceInstanceOptions

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

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

      • id

        public java.lang.String id()
        Gets the id. The resource instance URL-encoded CRN or GUID.
        Returns:
        the id
      • name

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

        public java.util.Map<java.lang.String,​java.lang.Object> parameters()
        Gets the parameters. The new configuration options for the instance.
        Returns:
        the parameters
      • resourcePlanId

        public java.lang.String resourcePlanId()
        Gets the resourcePlanId. The unique ID of the plan associated with the offering. This value is provided by and stored in the global catalog.
        Returns:
        the resourcePlanId
      • allowCleanup

        public java.lang.Boolean allowCleanup()
        Gets the allowCleanup. A boolean that dictates if the resource instance should be deleted (cleaned up) during the processing of a region instance delete call.
        Returns:
        the allowCleanup