public class CreateRuleOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateRuleOptions.Builder
Builder.
|
static interface |
CreateRuleOptions.EnforcementMode
The rule enforcement mode:
* `enabled` - The restrictions are enforced and reported.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<RuleContext> |
contexts()
Gets the contexts.
|
java.lang.String |
description()
Gets the description.
|
java.lang.String |
enforcementMode()
Gets the enforcementMode.
|
CreateRuleOptions.Builder |
newBuilder()
New builder.
|
NewRuleOperations |
operations()
Gets the operations.
|
java.util.List<Resource> |
resources()
Gets the resources.
|
java.lang.String |
transactionId()
Gets the transactionId.
|
java.lang.String |
xCorrelationId()
Gets the xCorrelationId.
|
public CreateRuleOptions.Builder newBuilder()
public java.lang.String description()
public java.util.List<RuleContext> contexts()
public java.util.List<Resource> resources()
public NewRuleOperations operations()
public java.lang.String enforcementMode()
public java.lang.String xCorrelationId()
public java.lang.String transactionId()
Copyright © 2022 IBM Cloud Platform Services. All rights reserved.