GetNatGatewaysPlainArgs

data class GetNatGatewaysPlainArgs(val dryRun: Boolean? = null, val enableDetails: Boolean? = null, val ids: List<String>? = null, val nameRegex: String? = null, val natGatewayName: String? = null, val natType: String? = null, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null, val paymentType: String? = null, val resourceGroupId: String? = null, val specification: String? = null, val status: String? = null, val tags: Map<String, String>? = null, val vpcId: String? = null) : ConvertibleToJava<GetNatGatewaysPlainArgs>

A collection of arguments for invoking getNatGateways.

Constructors

Link copied to clipboard
constructor(dryRun: Boolean? = null, enableDetails: Boolean? = null, ids: List<String>? = null, nameRegex: String? = null, natGatewayName: String? = null, natType: String? = null, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null, paymentType: String? = null, resourceGroupId: String? = null, specification: String? = null, status: String? = null, tags: Map<String, String>? = null, vpcId: String? = null)

Properties

Link copied to clipboard
val dryRun: Boolean? = null

Specifies whether to only precheck the request.

Link copied to clipboard
val enableDetails: Boolean? = null

Default to false. Set it to true can output more details about resource attributes.

Link copied to clipboard
val ids: List<String>? = null

A list of NAT gateways IDs.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter nat gateways by name.

Link copied to clipboard
val natGatewayName: String? = null

The name of NAT gateway.

Link copied to clipboard
val natType: String? = null

The nat type of NAT gateway. Valid values Enhanced and Normal.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Link copied to clipboard
val pageNumber: Int? = null
Link copied to clipboard
val pageSize: Int? = null
Link copied to clipboard
val paymentType: String? = null

The payment type of NAT gateway. Valid values PayAsYouGo and Subscription.

Link copied to clipboard
val resourceGroupId: String? = null

The resource group id of NAT gateway.

Link copied to clipboard
val specification: String? = null

The specification of NAT gateway. Valid values Middle, Large, Small and XLarge.1. Default value is Small.

Link copied to clipboard
val status: String? = null

The status of NAT gateway. Valid values Available, Converting, Creating, Deleting and Modifying.

Link copied to clipboard
val tags: Map<String, String>? = null

The tags of NAT gateway.

Link copied to clipboard
val vpcId: String? = null

The ID of the VPC.

Functions

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