Class PathMatchType
The type of matching to apply to incoming URIs.
Inherited Members
Namespace: Oci.LoadbalancerService.Models
Assembly: OCI.DotNetSDK.Loadbalancer.dll
Syntax
public class PathMatchType
Properties
MatchType
Declaration
[Required(ErrorMessage = "MatchType is required.")]
[JsonProperty(PropertyName = "matchType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public PathMatchType.MatchTypeEnum? MatchType { get; set; }
Property Value
Type | Description |
---|---|
PathMatchType.MatchTypeEnum? | Specifies how the load balancing service compares a {@link #pathRoute(PathRouteRequest) pathRoute}
object's
|
Remarks
Required