Class SourceIpAddressCondition
A rule condition that checks client source IP against specified IP address or address range.
Inherited Members
Namespace: Oci.LoadbalancerService.Models
Assembly: OCI.DotNetSDK.Loadbalancer.dll
Syntax
public class SourceIpAddressCondition : RuleCondition
Properties
AttributeValue
Declaration
[Required(ErrorMessage = "AttributeValue is required.")]
[JsonProperty(PropertyName = "attributeValue")]
public string AttributeValue { get; set; }
Property Value
Type | Description |
---|---|
string | An IPv4 or IPv6 address range that the source IP address of an incoming packet must match.
|
Remarks
Required