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.
Namespace
Google.Cloud.NetworkManagement.V1Assembly
Google.Cloud.NetworkManagement.V1.dll
Constructors
DropInfo()
public DropInfo()
DropInfo(DropInfo)
public DropInfo(DropInfo other)
Parameter | |
---|---|
Name | Description |
other | DropInfo |
Properties
Cause
public DropInfo.Types.Cause Cause { get; set; }
Cause that the packet is dropped.
Property Value | |
---|---|
Type | Description |
DropInfoTypesCause |
DestinationIp
public string DestinationIp { get; set; }
Destination IP address of the dropped packet (if relevant).
Property Value | |
---|---|
Type | Description |
string |
Region
public string Region { get; set; }
Region of the dropped packet (if relevant).
Property Value | |
---|---|
Type | Description |
string |
ResourceUri
public string ResourceUri { get; set; }
URI of the resource that caused the drop.
Property Value | |
---|---|
Type | Description |
string |
SourceIp
public string SourceIp { get; set; }
Source IP address of the dropped packet (if relevant).
Property Value | |
---|---|
Type | Description |
string |