public sealed class DeliverInfo : IMessage<DeliverInfo>, IEquatable<DeliverInfo>, IDeepCloneable<DeliverInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Management v1 API class DeliverInfo.
Details of the final state "deliver" and associated resource.
Implements
IMessageDeliverInfo, IEquatableDeliverInfo, IDeepCloneableDeliverInfo, 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
IpAddress
public string IpAddress { get; set; }
IP address of the target (if applicable).
Property Value | |
---|---|
Type | Description |
string |
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 |
DeliverInfoTypesTarget |