GetRouterNatPlainArgs

data class GetRouterNatPlainArgs(val name: String, val project: String? = null, val region: String? = null, val router: String) : ConvertibleToJava<GetRouterNatPlainArgs>

A collection of arguments for invoking getRouterNat.

Constructors

Link copied to clipboard
constructor(name: String, project: String? = null, region: String? = null, router: String)

Properties

Link copied to clipboard

Name of the NAT service. The name must be 1-63 characters long and comply with RFC1035.

Link copied to clipboard
val project: String? = null

The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

Link copied to clipboard
val region: String? = null

Region where the router and NAT reside.

Link copied to clipboard

The name of the Cloud Router in which this NAT will be configured.

Functions

Link copied to clipboard
open override fun toJava(): GetRouterNatPlainArgs