Show / Hide Table of Contents

Class ForwardedRoutingActionDetails

Defines details for the forwarded routing action.

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

Properties

ForwardedRoutingConfiguration

Declaration
[JsonProperty(PropertyName = "forwardedRoutingConfiguration")]
public ForwardedRoutingConfiguration ForwardedRoutingConfiguration { get; set; }
Property Value
Type Description
ForwardedRoutingConfiguration

IsRestrictedOrPartial

Declaration
[Required(ErrorMessage = "IsRestrictedOrPartial is required.")]
[JsonProperty(PropertyName = "isRestrictedOrPartial")]
public bool? IsRestrictedOrPartial { get; set; }
Property Value
Type Description
bool?

If true, the forwarded routing configuration details are incomplete.

Remarks

Required

In this article
Back to top