public sealed class DeliverInfo : IMessage<DeliverInfo>, IEquatable<DeliverInfo>, IDeepCloneable<DeliverInfo>, IBufferMessage, IMessage
Details of the final state "deliver" and associated resource.
Implements
IMessage<DeliverInfo>, IEquatable<DeliverInfo>, IDeepCloneable<DeliverInfo>, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkManagement.V1Assembly
Google.Cloud.NetworkManagement.V1.dll
Constructors
DeliverInfo()
public DeliverInfo()
DeliverInfo(DeliverInfo)
public DeliverInfo(DeliverInfo other)
Parameter | |
---|---|
Name | Description |
other | DeliverInfo |
Properties
ResourceUri
public string ResourceUri { get; set; }
URI of the resource that the packet is delivered to.
Property Value | |
---|---|
Type | Description |
String |
Target
public DeliverInfo.Types.Target Target { get; set; }
Target type where the packet is delivered to.
Property Value | |
---|---|
Type | Description |
DeliverInfo.Types.Target |