GetNatGatewayPlainArgs

data class GetNatGatewayPlainArgs(val name: String, val publicIpAddressIds: List<String>? = null, val publicIpPrefixIds: List<String>? = null, val resourceGroupName: String) : ConvertibleToJava<GetNatGatewayPlainArgs>

A collection of arguments for invoking getNatGateway.

Constructors

Link copied to clipboard
fun GetNatGatewayPlainArgs(name: String, publicIpAddressIds: List<String>? = null, publicIpPrefixIds: List<String>? = null, resourceGroupName: String)

Functions

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

Properties

Link copied to clipboard

Specifies the Name of the NAT Gateway.

Link copied to clipboard

A list of existing Public IP Address resource IDs which the NAT Gateway is using.

Link copied to clipboard

A list of existing Public IP Prefix resource IDs which the NAT Gateway is using.

Link copied to clipboard

Specifies the name of the Resource Group where the NAT Gateway exists.