Network Management v1 API - Class ForwardInfo (2.9.0)

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

Reference documentation and code samples for the Network Management v1 API class ForwardInfo.

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

IpAddress

public string IpAddress { get; set; }

IP address of the target (if applicable).

Property Value
TypeDescription
string

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
ForwardInfoTypesTarget