GetNatGatewayPlainArgs

data class GetNatGatewayPlainArgs(val expand: String? = null, val natGatewayName: String, val resourceGroupName: String) : ConvertibleToJava<GetNatGatewayPlainArgs>

Constructors

Link copied to clipboard
fun GetNatGatewayPlainArgs(expand: String? = null, natGatewayName: String, resourceGroupName: String)

Functions

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

Properties

Link copied to clipboard
val expand: String? = null

Expands referenced resources.

Link copied to clipboard

The name of the nat gateway.

Link copied to clipboard

The name of the resource group.