public sealed class ForwardInfo : IMessage<ForwardInfo>, IEquatable<ForwardInfo>, IDeepCloneable<ForwardInfo>, IBufferMessage, IMessage
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)
Type | Name | Description |
---|---|---|
ForwardInfo | other |
Properties
ResourceUri
public string ResourceUri { get; set; }
URI of the resource that the packet is forwarded to.
Type | Description |
---|---|
String |
Target
public ForwardInfo.Types.Target Target { get; set; }
Target type where this packet is forwarded to.
Type | Description |
---|---|
ForwardInfo.Types.Target |