Package | Description |
---|---|
com.oracle.bmc.datasafe.model |
Modifier and Type | Method and Description |
---|---|
static EnableConditions.OperationStatus |
EnableConditions.OperationStatus.create(String key) |
EnableConditions.OperationStatus |
EnableConditions.getOperationStatus()
The operation status that the policy must be enabled for.
|
static EnableConditions.OperationStatus |
EnableConditions.OperationStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnableConditions.OperationStatus[] |
EnableConditions.OperationStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EnableConditions.Builder |
EnableConditions.Builder.operationStatus(EnableConditions.OperationStatus operationStatus)
The operation status that the policy must be enabled for.
|
Constructor and Description |
---|
EnableConditions(EnableConditions.EntitySelection entitySelection,
EnableConditions.EntityType entityType,
EnableConditions.OperationStatus operationStatus,
List<String> entityNames)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.