public sealed class ForwardInfo : IMessage<ForwardInfo>, IEquatable<ForwardInfo>, IDeepCloneable<ForwardInfo>, IBufferMessage, IMessageReference documentation and code samples for the Network Management v1 API class ForwardInfo.
Details of the final state "forward" and associated resource.
Implements
IMessage<ForwardInfo>, IEquatable<ForwardInfo>, IDeepCloneable<ForwardInfo>, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkManagement.V1Assembly
Google.Cloud.NetworkManagement.V1.dll
Constructors
ForwardInfo()
public ForwardInfo()ForwardInfo(ForwardInfo)
public ForwardInfo(ForwardInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
ForwardInfo |
Properties
ResourceUri
public string ResourceUri { get; set; }URI of the resource that the packet is forwarded to.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Target
public ForwardInfo.Types.Target Target { get; set; }Target type where this packet is forwarded to.
| Property Value | |
|---|---|
| Type | Description |
ForwardInfo.Types.Target |
|