Class IpMasqueradingSkippedInfo
For display only. Contains information about why IP masquerading was skipped for the packet.
Implements
Inherited Members
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 |