SourceIpAddressCondition

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

Bases: oci.load_balancer.models.rule_condition.RuleCondition

A rule condition that checks client source IP against specified IP address or address range.

Attributes

ATTRIBUTE_NAME_PATH str(object=’’) -> str
ATTRIBUTE_NAME_SOURCE_IP_ADDRESS str(object=’’) -> str
ATTRIBUTE_NAME_SOURCE_VCN_ID str(object=’’) -> str
ATTRIBUTE_NAME_SOURCE_VCN_IP_ADDRESS str(object=’’) -> str
attribute_name [Required] Gets the attribute_name of this RuleCondition.
attribute_value [Required] Gets the attribute_value of this SourceIpAddressCondition.

Methods

__init__(**kwargs) Initializes a new SourceIpAddressCondition object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
ATTRIBUTE_NAME_PATH = 'PATH'
ATTRIBUTE_NAME_SOURCE_IP_ADDRESS = 'SOURCE_IP_ADDRESS'
ATTRIBUTE_NAME_SOURCE_VCN_ID = 'SOURCE_VCN_ID'
ATTRIBUTE_NAME_SOURCE_VCN_IP_ADDRESS = 'SOURCE_VCN_IP_ADDRESS'
__init__(**kwargs)

Initializes a new SourceIpAddressCondition object with values from keyword arguments. The default value of the attribute_name attribute of this class is SOURCE_IP_ADDRESS and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • attribute_name (str) – The value to assign to the attribute_name property of this SourceIpAddressCondition. Allowed values for this property are: “SOURCE_IP_ADDRESS”, “SOURCE_VCN_ID”, “SOURCE_VCN_IP_ADDRESS”, “PATH”
  • attribute_value (str) – The value to assign to the attribute_value property of this SourceIpAddressCondition.
attribute_name

[Required] Gets the attribute_name of this RuleCondition. Allowed values for this property are: “SOURCE_IP_ADDRESS”, “SOURCE_VCN_ID”, “SOURCE_VCN_IP_ADDRESS”, “PATH”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The attribute_name of this RuleCondition.
Return type:str
attribute_value

[Required] Gets the attribute_value of this SourceIpAddressCondition. An IPv4 or IPv6 address range that the source IP address of an incoming packet must match.

The service accepts only classless inter-domain routing (CIDR) format (x.x.x.x/y or x:x::x/y) strings.

Specify 0.0.0.0/0 or ::/0 to match all incoming traffic.

Returns:The attribute_value of this SourceIpAddressCondition.
Return type:str
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.