Class UpdateResourceInstanceOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.resource_controller.v2.model.UpdateResourceInstanceOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class UpdateResourceInstanceOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe updateResourceInstance options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdateResourceInstanceOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.BooleanallowCleanup()Gets the allowCleanup.java.lang.Stringid()Gets the id.java.lang.Stringname()Gets the name.UpdateResourceInstanceOptions.BuildernewBuilder()New builder.java.util.Map<java.lang.String,java.lang.Object>parameters()Gets the parameters.java.lang.StringresourcePlanId()Gets the resourcePlanId.
-
-
-
Method Detail
-
newBuilder
public UpdateResourceInstanceOptions.Builder newBuilder()
New builder.- Returns:
- a UpdateResourceInstanceOptions builder
-
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
-
-