UpdateWaasPolicyDetails

class oci.waas.models.UpdateWaasPolicyDetails(**kwargs)

Bases: object

Updates the configuration details of a WAAS policy.

Warning: Oracle recommends that you avoid using any confidential information when you supply string values using the API.

Methods

__init__(**kwargs) Initializes a new UpdateWaasPolicyDetails object with values from keyword arguments.

Attributes

additional_domains Gets the additional_domains of this UpdateWaasPolicyDetails.
defined_tags Gets the defined_tags of this UpdateWaasPolicyDetails.
display_name Gets the display_name of this UpdateWaasPolicyDetails.
freeform_tags Gets the freeform_tags of this UpdateWaasPolicyDetails.
origin_groups Gets the origin_groups of this UpdateWaasPolicyDetails.
origins Gets the origins of this UpdateWaasPolicyDetails.
policy_config Gets the policy_config of this UpdateWaasPolicyDetails.
waf_config Gets the waf_config of this UpdateWaasPolicyDetails.
__init__(**kwargs)

Initializes a new UpdateWaasPolicyDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • display_name (str) – The value to assign to the display_name property of this UpdateWaasPolicyDetails.
  • additional_domains (list[str]) – The value to assign to the additional_domains property of this UpdateWaasPolicyDetails.
  • origins (dict(str, Origin)) – The value to assign to the origins property of this UpdateWaasPolicyDetails.
  • origin_groups (dict(str, OriginGroup)) – The value to assign to the origin_groups property of this UpdateWaasPolicyDetails.
  • policy_config (oci.waas.models.PolicyConfig) – The value to assign to the policy_config property of this UpdateWaasPolicyDetails.
  • waf_config (oci.waas.models.WafConfig) – The value to assign to the waf_config property of this UpdateWaasPolicyDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateWaasPolicyDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateWaasPolicyDetails.
additional_domains

Gets the additional_domains of this UpdateWaasPolicyDetails. An array of additional domains protected by this WAAS policy.

Returns:The additional_domains of this UpdateWaasPolicyDetails.
Return type:list[str]
defined_tags

Gets the defined_tags of this UpdateWaasPolicyDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.

Example: {“Operations”: {“CostCenter”: “42”}}

Returns:The defined_tags of this UpdateWaasPolicyDetails.
Return type:dict(str, dict(str, object))
display_name

Gets the display_name of this UpdateWaasPolicyDetails. A user-friendly name for the WAAS policy. The name can be changed and does not need to be unique.

Returns:The display_name of this UpdateWaasPolicyDetails.
Return type:str
freeform_tags

Gets the freeform_tags of this UpdateWaasPolicyDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.

Example: {“Department”: “Finance”}

Returns:The freeform_tags of this UpdateWaasPolicyDetails.
Return type:dict(str, str)
origin_groups

Gets the origin_groups of this UpdateWaasPolicyDetails. The map of origin groups and their keys used to associate origins to the wafConfig. Origin groups allow you to apply weights to groups of origins for load balancing purposes. Origins with higher weights will receive larger proportions of client requests. To add additional origins to your WAAS policy, update the origins field of a UpdateWaasPolicy request.

Returns:The origin_groups of this UpdateWaasPolicyDetails.
Return type:dict(str, OriginGroup)
origins

Gets the origins of this UpdateWaasPolicyDetails. A map of host to origin for the web application. The key should be a customer friendly name for the host, ex. primary, secondary, etc.

Returns:The origins of this UpdateWaasPolicyDetails.
Return type:dict(str, Origin)
policy_config

Gets the policy_config of this UpdateWaasPolicyDetails.

Returns:The policy_config of this UpdateWaasPolicyDetails.
Return type:oci.waas.models.PolicyConfig
waf_config

Gets the waf_config of this UpdateWaasPolicyDetails.

Returns:The waf_config of this UpdateWaasPolicyDetails.
Return type:oci.waas.models.WafConfig