Uses of Class
com.oracle.bmc.waas.model.Origin
-
Packages that use Origin Package Description com.oracle.bmc.waas.model -
-
Uses of Origin in com.oracle.bmc.waas.model
Methods in com.oracle.bmc.waas.model that return Origin Modifier and Type Method Description Origin
Origin.Builder. build()
Methods in com.oracle.bmc.waas.model that return types with arguments of type Origin Modifier and Type Method Description Map<String,Origin>
CreateWaasPolicyDetails. getOrigins()
A map of host to origin for the web application.Map<String,Origin>
UpdateWaasPolicyDetails. getOrigins()
A map of host to origin for the web application.Map<String,Origin>
WaasPolicy. getOrigins()
A map of host servers (origins) and their keys for the web application.Methods in com.oracle.bmc.waas.model with parameters of type Origin Modifier and Type Method Description Origin.Builder
Origin.Builder. copy(Origin model)
Method parameters in com.oracle.bmc.waas.model with type arguments of type Origin Modifier and Type Method Description CreateWaasPolicyDetails.Builder
CreateWaasPolicyDetails.Builder. origins(Map<String,Origin> origins)
A map of host to origin for the web application.UpdateWaasPolicyDetails.Builder
UpdateWaasPolicyDetails.Builder. origins(Map<String,Origin> origins)
A map of host to origin for the web application.WaasPolicy.Builder
WaasPolicy.Builder. origins(Map<String,Origin> origins)
A map of host servers (origins) and their keys for the web application.Constructor parameters in com.oracle.bmc.waas.model with type arguments of type Origin Constructor 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.
-