Uses of Class
com.oracle.bmc.servicemesh.model.AccessPolicyRule
-
Packages that use AccessPolicyRule Package Description com.oracle.bmc.servicemesh.model -
-
Uses of AccessPolicyRule in com.oracle.bmc.servicemesh.model
Methods in com.oracle.bmc.servicemesh.model that return AccessPolicyRule Modifier and Type Method Description AccessPolicyRule
AccessPolicyRule.Builder. build()
Methods in com.oracle.bmc.servicemesh.model that return types with arguments of type AccessPolicyRule Modifier and Type Method Description List<AccessPolicyRule>
AccessPolicy. getRules()
List of applicable rules.Methods in com.oracle.bmc.servicemesh.model with parameters of type AccessPolicyRule Modifier and Type Method Description AccessPolicyRule.Builder
AccessPolicyRule.Builder. copy(AccessPolicyRule model)
Method parameters in com.oracle.bmc.servicemesh.model with type arguments of type AccessPolicyRule Modifier and Type Method Description AccessPolicy.Builder
AccessPolicy.Builder. rules(List<AccessPolicyRule> rules)
List of applicable rules.Constructor parameters in com.oracle.bmc.servicemesh.model with type arguments of type AccessPolicyRule Constructor 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.
-