Class DropInfo
Details of the final state "drop" and associated resource.
Implements
Inherited Members
Namespace: Google.Apis.NetworkManagement.v1beta1.Data
Assembly: Google.Apis.NetworkManagement.v1beta1.dll
Syntax
public class DropInfo : IDirectResponseSchema
Properties
Cause
Cause that the packet is dropped.
Declaration
[JsonProperty("cause")]
public virtual string Cause { get; set; }
Property Value
Type | Description |
---|---|
string |
DestinationIp
Destination IP address of the dropped packet (if relevant).
Declaration
[JsonProperty("destinationIp")]
public virtual string DestinationIp { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Region
Region of the dropped packet (if relevant).
Declaration
[JsonProperty("region")]
public virtual string Region { get; set; }
Property Value
Type | Description |
---|---|
string |
ResourceUri
URI of the resource that caused the drop.
Declaration
[JsonProperty("resourceUri")]
public virtual string ResourceUri { get; set; }
Property Value
Type | Description |
---|---|
string |
SourceIp
Source IP address of the dropped packet (if relevant).
Declaration
[JsonProperty("sourceIp")]
public virtual string SourceIp { get; set; }
Property Value
Type | Description |
---|---|
string |