Show / Hide Table of Contents

Class IpMasqueradingSkippedInfo

For display only. Contains information about why IP masquerading was skipped for the packet.

Inheritance
object
IpMasqueradingSkippedInfo
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.v1beta1.Data
Assembly: Google.Apis.NetworkManagement.v1beta1.dll
Syntax
public class IpMasqueradingSkippedInfo : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

NonMasqueradeRange

The matched non-masquerade IP range. Only set if reason is DESTINATION_IP_IN_CONFIGURED_NON_MASQUERADE_RANGE or DESTINATION_IP_IN_DEFAULT_NON_MASQUERADE_RANGE.

Declaration
[JsonProperty("nonMasqueradeRange")]
public virtual string NonMasqueradeRange { get; set; }
Property Value
Type Description
string

Reason

Reason why IP masquerading was not applied.

Declaration
[JsonProperty("reason")]
public virtual string Reason { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX