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.
Implements
IMessageForwardInfo, IEquatableForwardInfo, IDeepCloneableForwardInfo, 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 |
ForwardInfoTypesTarget |