Show / Hide Table of Contents

Class DropInfo

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

Inheritance
object
DropInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.NetworkManagement.v1.Data
Assembly: Google.Apis.NetworkManagement.v1.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX