Class RunReclamationActionOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.resource_controller.v2.model.RunReclamationActionOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class RunReclamationActionOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe runReclamationAction options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRunReclamationActionOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringactionName()Gets the actionName.java.lang.Stringcomment()Gets the comment.java.lang.Stringid()Gets the id.RunReclamationActionOptions.BuildernewBuilder()New builder.java.lang.StringrequestBy()Gets the requestBy.
-
-
-
Method Detail
-
newBuilder
public RunReclamationActionOptions.Builder newBuilder()
New builder.- Returns:
- a RunReclamationActionOptions builder
-
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
-
-