Show / Hide Table of Contents

Class PathRouteSetDetails

A set of path route rules.

Inheritance
object
PathRouteSetDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.LoadbalancerService.Models
Assembly: OCI.DotNetSDK.Loadbalancer.dll
Syntax
public class PathRouteSetDetails

Properties

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

In this article
Back to top