public class SetMultipleInstancePoliciesResourcesItemPolicyDataAttributes
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
SetMultipleInstancePoliciesResourcesItemPolicyDataAttributes.AllowedNetwork
If set to `public-and-private`, Key Protect allows the instance to be accessible through public and private
endpoints.
|
static class |
SetMultipleInstancePoliciesResourcesItemPolicyDataAttributes.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
allowedIp()
Gets the allowedIp.
|
String |
allowedNetwork()
Gets the allowedNetwork.
|
Boolean |
createRootKey()
Gets the createRootKey.
|
Boolean |
createStandardKey()
Gets the createStandardKey.
|
Boolean |
enforceToken()
Gets the enforceToken.
|
Boolean |
importRootKey()
Gets the importRootKey.
|
Boolean |
importStandardKey()
Gets the importStandardKey.
|
SetMultipleInstancePoliciesResourcesItemPolicyDataAttributes.Builder |
newBuilder()
New builder.
|
public SetMultipleInstancePoliciesResourcesItemPolicyDataAttributes.Builder newBuilder()
public String allowedNetwork()
public List<String> allowedIp()
public Boolean createRootKey()
public Boolean createStandardKey()
public Boolean importRootKey()
public Boolean importStandardKey()
public Boolean enforceToken()
Copyright © 2022 IBM Cloud. All rights reserved.