Get Nat Gateways Result
data class GetNatGatewaysResult(val dryRun: Boolean? = null, val enableDetails: Boolean? = null, val gateways: List<GetNatGatewaysGateway>, val id: String, val ids: List<String>, val nameRegex: String? = null, val names: List<String>, 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 totalCount: Int, val vpcId: String? = null)
A collection of values returned by getNatGateways.
Constructors
Link copied to clipboard
constructor(dryRun: Boolean? = null, enableDetails: Boolean? = null, gateways: List<GetNatGatewaysGateway>, id: String, ids: List<String>, nameRegex: String? = null, names: List<String>, 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, totalCount: Int, vpcId: String? = null)
Properties
Link copied to clipboard
Link copied to clipboard
A list of Nat gateways. Each element contains the following attributes:
Link copied to clipboard
The name of the NAT gateway.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The billing method of the NAT gateway.
Link copied to clipboard
The ID of the resource group.
Link copied to clipboard
The specification of the NAT gateway.
Link copied to clipboard