public class InstancePolicyPropertiesAttributes
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
InstancePolicyPropertiesAttributes.AllowedNetwork
If set to `public-and-private`, Key Protect allows the instance to be accessible through public and private
endpoints.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
getAllowedIp()
Gets the allowedIp.
|
String |
getAllowedNetwork()
Gets the allowedNetwork.
|
Long |
getIntervalMonth()
Gets the intervalMonth.
|
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()
public Long getIntervalMonth()
Copyright © 2024 IBM Cloud. All rights reserved.