Class ForwardInfo (1.0.0)

public sealed class ForwardInfo : IMessage<ForwardInfo>, IEquatable<ForwardInfo>, IDeepCloneable<ForwardInfo>, IBufferMessage, IMessage

Details of the final state "forward" and associated resource.

Inheritance

Object > ForwardInfo

Namespace

Google.Cloud.NetworkManagement.V1

Assembly

Google.Cloud.NetworkManagement.V1.dll

Constructors

ForwardInfo()

public ForwardInfo()

ForwardInfo(ForwardInfo)

public ForwardInfo(ForwardInfo other)
Parameter
NameDescription
otherForwardInfo

Properties

ResourceUri

public string ResourceUri { get; set; }

URI of the resource that the packet is forwarded to.

Property Value
TypeDescription
String

Target

public ForwardInfo.Types.Target Target { get; set; }

Target type where this packet is forwarded to.

Property Value
TypeDescription
ForwardInfo.Types.Target