Package | Description |
---|---|
com.oracle.bmc.servicemesh.model |
Modifier and Type | Method and Description |
---|---|
AccessPolicyRule |
AccessPolicyRule.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<AccessPolicyRule> |
AccessPolicy.getRules()
List of applicable rules.
|
Modifier and Type | Method and Description |
---|---|
AccessPolicyRule.Builder |
AccessPolicyRule.Builder.copy(AccessPolicyRule model) |
Modifier and Type | Method and Description |
---|---|
AccessPolicy.Builder |
AccessPolicy.Builder.rules(List<AccessPolicyRule> rules)
List of applicable rules.
|
Constructor and Description |
---|
AccessPolicy(String id,
String name,
String description,
String meshId,
String compartmentId,
List<AccessPolicyRule> rules,
Date timeCreated,
Date timeUpdated,
AccessPolicy.LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.