Class RunReclamationActionOptions

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

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

      • id

        public java.lang.String id()
        Gets the id. The ID associated with the reclamation.
        Returns:
        the id
      • actionName

        public java.lang.String actionName()
        Gets the actionName. The reclamation action name. Specify `reclaim` to delete a resource, or `restore` to restore a resource.
        Returns:
        the actionName
      • requestBy

        public java.lang.String requestBy()
        Gets the requestBy. The request initiator, if different from the request token.
        Returns:
        the requestBy
      • comment

        public java.lang.String comment()
        Gets the comment. A comment to describe the action.
        Returns:
        the comment