UpdateRoutingPolicyDetails

class oci.load_balancer.models.UpdateRoutingPolicyDetails(**kwargs)

Bases: object

An updated list of routing rules that overwrites the existing list of routing rules.

Attributes

CONDITION_LANGUAGE_VERSION_V1 A constant which can be used with the condition_language_version property of a UpdateRoutingPolicyDetails.
condition_language_version Gets the condition_language_version of this UpdateRoutingPolicyDetails.
rules [Required] Gets the rules of this UpdateRoutingPolicyDetails.

Methods

__init__(**kwargs) Initializes a new UpdateRoutingPolicyDetails object with values from keyword arguments.
CONDITION_LANGUAGE_VERSION_V1 = 'V1'

A constant which can be used with the condition_language_version property of a UpdateRoutingPolicyDetails. This constant has a value of “V1”

__init__(**kwargs)

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

Parameters:
  • condition_language_version (str) – The value to assign to the condition_language_version property of this UpdateRoutingPolicyDetails. Allowed values for this property are: “V1”
  • rules (list[oci.load_balancer.models.RoutingRule]) – The value to assign to the rules property of this UpdateRoutingPolicyDetails.
condition_language_version

Gets the condition_language_version of this UpdateRoutingPolicyDetails. The version of the language in which condition of rules are composed.

Allowed values for this property are: “V1”

Returns:The condition_language_version of this UpdateRoutingPolicyDetails.
Return type:str
rules

[Required] Gets the rules of this UpdateRoutingPolicyDetails. The list of routing rules.

Returns:The rules of this UpdateRoutingPolicyDetails.
Return type:list[oci.load_balancer.models.RoutingRule]