Class SourceVcnIpAddressCondition
An access control rule condition that requires a match on the specified source VCN and IP address range.
This condition must be used only in conjunction with SourceVcnIdCondition.
Inherited Members
Namespace: Oci.LoadbalancerService.Models
Assembly: OCI.DotNetSDK.Loadbalancer.dll
Syntax
public class SourceVcnIpAddressCondition : RuleConditionProperties
AttributeValue
Declaration
[Required(ErrorMessage = "AttributeValue is required.")]
[JsonProperty(PropertyName = "attributeValue")]
public string AttributeValue { get; set; }Property Value
| Type | Description | 
|---|---|
| string | An IPv4 address range that the original client IP address (in the context of the specified VCN) of an
incoming packet must match.
 | 
Remarks
Required