Class DeleteResourceInstanceOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.resource_controller.v2.model.DeleteResourceInstanceOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DeleteResourceInstanceOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe deleteResourceInstance options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeleteResourceInstanceOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringid()Gets the id.DeleteResourceInstanceOptions.BuildernewBuilder()New builder.java.lang.Booleanrecursive()Gets the recursive.
-
-
-
Method Detail
-
newBuilder
public DeleteResourceInstanceOptions.Builder newBuilder()
New builder.- Returns:
- a DeleteResourceInstanceOptions builder
-
id
public java.lang.String id()
Gets the id. The resource instance URL-encoded CRN or GUID.- Returns:
- the id
-
recursive
public java.lang.Boolean recursive()
Gets the recursive. Will delete resource bindings, keys and aliases associated with the instance.- Returns:
- the recursive
-
-