Show / Hide Table of Contents

Class NatInfo

For display only. Metadata associated with NAT.

Inheritance
object
NatInfo
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 NatInfo : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

NatGatewayName

The name of Cloud NAT Gateway. Only valid when type is CLOUD_NAT.

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

NetworkUri

URI of the network where NAT translation takes place.

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

NewDestinationIp

Destination IP address after NAT translation.

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

NewDestinationPort

Destination port after NAT translation. Only valid when protocol is TCP or UDP.

Declaration
[JsonProperty("newDestinationPort")]
public virtual int? NewDestinationPort { get; set; }
Property Value
Type Description
int?

NewSourceIp

Source IP address after NAT translation.

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

NewSourcePort

Source port after NAT translation. Only valid when protocol is TCP or UDP.

Declaration
[JsonProperty("newSourcePort")]
public virtual int? NewSourcePort { get; set; }
Property Value
Type Description
int?

OldDestinationIp

Destination IP address before NAT translation.

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

OldDestinationPort

Destination port before NAT translation. Only valid when protocol is TCP or UDP.

Declaration
[JsonProperty("oldDestinationPort")]
public virtual int? OldDestinationPort { get; set; }
Property Value
Type Description
int?

OldSourceIp

Source IP address before NAT translation.

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

OldSourcePort

Source port before NAT translation. Only valid when protocol is TCP or UDP.

Declaration
[JsonProperty("oldSourcePort")]
public virtual int? OldSourcePort { get; set; }
Property Value
Type Description
int?

Protocol

IP protocol in string format, for example: "TCP", "UDP", "ICMP".

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

RouterUri

Uri of the Cloud Router. Only valid when type is CLOUD_NAT.

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

Type

Type of NAT.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX