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.
Implements
IMessageGetNatIpInfoRouterRequest, IEquatableGetNatIpInfoRouterRequest, IDeepCloneableGetNatIpInfoRouterRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetNatIpInfoRouterRequest()
public GetNatIpInfoRouterRequest()
GetNatIpInfoRouterRequest(GetNatIpInfoRouterRequest)
public GetNatIpInfoRouterRequest(GetNatIpInfoRouterRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetNatIpInfoRouterRequest |
Properties
HasNatName
public bool HasNatName { get; }
Gets whether the "nat_name" field is set
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
Project
public string Project { get; set; }
Project ID for this request.
Property Value | |
---|---|
Type | Description |
string |
Region
public string Region { get; set; }
Name of the region for this request.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |