Show / Hide Table of Contents

Class UpdatePathRouteSetDetails

An updated set of path route rules that overwrites the existing set of rules.

Inheritance
object
UpdatePathRouteSetDetails
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 UpdatePathRouteSetDetails

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