Class SourceVcnIdCondition
An access control rule condition that requires a match on the specified source VCN OCID.
Inherited Members
Namespace: Oci.LoadbalancerService.Models
Assembly: OCI.DotNetSDK.Loadbalancer.dll
Syntax
public class SourceVcnIdCondition : RuleCondition
Properties
AttributeValue
Declaration
[Required(ErrorMessage = "AttributeValue is required.")]
[JsonProperty(PropertyName = "attributeValue")]
public string AttributeValue { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the originating VCN that an incoming packet
must match.
|
Remarks
Required