Class PathMatchCondition
The path string and match condition to apply when evaluating an incoming URI for redirection.
Inherited Members
Namespace: Oci.LoadbalancerService.Models
Assembly: OCI.DotNetSDK.Loadbalancer.dll
Syntax
public class PathMatchCondition : RuleConditionProperties
AttributeValue
Declaration
[Required(ErrorMessage = "AttributeValue is required.")]
[JsonProperty(PropertyName = "attributeValue")]
public string AttributeValue { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The path string that the redirection rule applies to.
 | 
Remarks
Required
Operator
Declaration
[Required(ErrorMessage = "Operator is required.")]
[JsonProperty(PropertyName = "operator")]
[JsonConverter(typeof(ResponseEnumConverter))]
public PathMatchCondition.OperatorEnum? Operator { get; set; }Property Value
| Type | Description | 
|---|---|
| PathMatchCondition.OperatorEnum? | A string that specifies how to compare the PathMatchCondition object's  
 | 
Remarks
Required