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