Class UpdatePathRouteSetDetails
An updated set of path route rules that overwrites the existing set of rules.
Inherited Members
Namespace: Oci.LoadbalancerService.Models
Assembly: OCI.DotNetSDK.Loadbalancer.dll
Syntax
public class UpdatePathRouteSetDetailsProperties
PathRoutes
Declaration
[Required(ErrorMessage = "PathRoutes is required.")]
[JsonProperty(PropertyName = "pathRoutes")]
public List<PathRoute> PathRoutes { get; set; }Property Value
| Type | Description | 
|---|---|
| List<PathRoute> | The set of path route rules. | 
Remarks
Required