Package | Description |
---|---|
com.oracle.bmc.waas.model |
Modifier and Type | Method and Description |
---|---|
OriginGroup |
OriginGroup.Builder.build() |
Modifier and Type | Method and Description |
---|---|
Map<String,OriginGroup> |
WaasPolicy.getOriginGroups()
The map of origin groups and their keys used to associate origins to the
wafConfig . |
Map<String,OriginGroup> |
UpdateWaasPolicyDetails.getOriginGroups()
The map of origin groups and their keys used to associate origins to the
wafConfig . |
Map<String,OriginGroup> |
CreateWaasPolicyDetails.getOriginGroups()
The map of origin groups and their keys used to associate origins to the
wafConfig . |
Modifier and Type | Method and Description |
---|---|
OriginGroup.Builder |
OriginGroup.Builder.copy(OriginGroup model) |
Modifier and Type | Method and Description |
---|---|
WaasPolicy.Builder |
WaasPolicy.Builder.originGroups(Map<String,OriginGroup> originGroups)
The map of origin groups and their keys used to associate origins to the
wafConfig . |
UpdateWaasPolicyDetails.Builder |
UpdateWaasPolicyDetails.Builder.originGroups(Map<String,OriginGroup> originGroups)
The map of origin groups and their keys used to associate origins to the
wafConfig . |
CreateWaasPolicyDetails.Builder |
CreateWaasPolicyDetails.Builder.originGroups(Map<String,OriginGroup> originGroups)
The map of origin groups and their keys used to associate origins to the
wafConfig . |
Constructor and Description |
---|
CreateWaasPolicyDetails(String compartmentId,
String displayName,
String domain,
List<String> additionalDomains,
Map<String,Origin> origins,
Map<String,OriginGroup> originGroups,
PolicyConfig policyConfig,
WafConfigDetails wafConfig,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
UpdateWaasPolicyDetails(String displayName,
List<String> additionalDomains,
Map<String,Origin> origins,
Map<String,OriginGroup> originGroups,
PolicyConfig policyConfig,
WafConfig wafConfig,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
WaasPolicy(String id,
String compartmentId,
String displayName,
String domain,
List<String> additionalDomains,
String cname,
LifecycleStates lifecycleState,
Date timeCreated,
Map<String,Origin> origins,
Map<String,OriginGroup> originGroups,
PolicyConfig policyConfig,
WafConfig wafConfig,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.