Class DeliverInfo (2.0.0)

public sealed class DeliverInfo : IMessage<DeliverInfo>, IEquatable<DeliverInfo>, IDeepCloneable<DeliverInfo>, IBufferMessage, IMessage

Details of the final state "deliver" and associated resource.

Inheritance

Object > DeliverInfo

Namespace

Google.Cloud.NetworkManagement.V1

Assembly

Google.Cloud.NetworkManagement.V1.dll

Constructors

DeliverInfo()

public DeliverInfo()

DeliverInfo(DeliverInfo)

public DeliverInfo(DeliverInfo other)
Parameter
NameDescription
otherDeliverInfo

Properties

ResourceUri

public string ResourceUri { get; set; }

URI of the resource that the packet is delivered to.

Property Value
TypeDescription
String

Target

public DeliverInfo.Types.Target Target { get; set; }

Target type where the packet is delivered to.

Property Value
TypeDescription
DeliverInfo.Types.Target