Package | Description |
---|---|
com.oracle.bmc.cloudguard.model |
Modifier and Type | Method and Description |
---|---|
static ConfigurationListItemType |
ConfigurationListItemType.create(String key) |
ConfigurationListItemType |
ConfigValue.getListType()
configuration list item type, either CUSTOM or MANAGED
|
static ConfigurationListItemType |
ConfigurationListItemType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationListItemType[] |
ConfigurationListItemType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ConfigValue.Builder |
ConfigValue.Builder.listType(ConfigurationListItemType listType)
configuration list item type, either CUSTOM or MANAGED
|
Constructor and Description |
---|
ConfigValue(ConfigurationListItemType listType,
String managedListType,
String value)
Deprecated.
|
Copyright © 2016–2023. All rights reserved.