Network Management v1 API - Class DropInfo (2.6.0)

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

Reference documentation and code samples for the Network Management v1 API class DropInfo.

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

Inheritance

object > DropInfo

Namespace

Google.Cloud.NetworkManagement.V1

Assembly

Google.Cloud.NetworkManagement.V1.dll

Constructors

DropInfo()

public DropInfo()

DropInfo(DropInfo)

public DropInfo(DropInfo other)
Parameter
NameDescription
otherDropInfo

Properties

Cause

public DropInfo.Types.Cause Cause { get; set; }

Cause that the packet is dropped.

Property Value
TypeDescription
DropInfoTypesCause

ResourceUri

public string ResourceUri { get; set; }

URI of the resource that caused the drop.

Property Value
TypeDescription
string