public class CreateResourceInstanceOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateResourceInstanceOptions.Builder
Builder.
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
allowCleanup()
Gets the allowCleanup.
|
Boolean |
entityLock()
Gets the entityLock.
|
String |
name()
Gets the name.
|
CreateResourceInstanceOptions.Builder |
newBuilder()
New builder.
|
Map<String,Object> |
parameters()
Gets the parameters.
|
String |
resourceGroup()
Gets the resourceGroup.
|
String |
resourcePlanId()
Gets the resourcePlanId.
|
List<String> |
tags()
Gets the tags.
|
String |
target()
Gets the target.
|
public CreateResourceInstanceOptions.Builder newBuilder()
public String name()
public String target()
public String resourceGroup()
public String resourcePlanId()
public List<String> tags()
public Boolean allowCleanup()
public Map<String,Object> parameters()
public Boolean entityLock()
Copyright © 2021 IBM Cloud Platform Services. All rights reserved.