Compute Engine v1 API - Class GetNatIpInfoRouterRequest (2.15.0)

public sealed class GetNatIpInfoRouterRequest : IMessage<GetNatIpInfoRouterRequest>, IEquatable<GetNatIpInfoRouterRequest>, IDeepCloneable<GetNatIpInfoRouterRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Compute Engine v1 API class GetNatIpInfoRouterRequest.

A request message for Routers.GetNatIpInfo. See the method description for details.

Inheritance

object > GetNatIpInfoRouterRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetNatIpInfoRouterRequest()

public GetNatIpInfoRouterRequest()

GetNatIpInfoRouterRequest(GetNatIpInfoRouterRequest)

public GetNatIpInfoRouterRequest(GetNatIpInfoRouterRequest other)
Parameter
NameDescription
otherGetNatIpInfoRouterRequest

Properties

HasNatName

public bool HasNatName { get; }

Gets whether the "nat_name" field is set

Property Value
TypeDescription
bool

NatName

public string NatName { get; set; }

Name of the nat service to filter the NAT IP information. If it is omitted, all nats for this router will be returned. Name should conform to RFC1035.

Property Value
TypeDescription
string

Project

public string Project { get; set; }

Project ID for this request.

Property Value
TypeDescription
string

Region

public string Region { get; set; }

Name of the region for this request.

Property Value
TypeDescription
string

Router

public string Router { get; set; }

Name of the Router resource to query for Nat IP information. The name should conform to RFC1035.

Property Value
TypeDescription
string