GetNatGatewayResult

data class GetNatGatewayResult(val id: String, val idleTimeoutInMinutes: Int, val location: String, val name: String, val publicIpAddressIds: List<String>, val publicIpPrefixIds: List<String>, val resourceGroupName: String, val resourceGuid: String, val skuName: String, val tags: Map<String, String>, val zones: List<String>)

A collection of values returned by getNatGateway.

Constructors

Link copied to clipboard
constructor(id: String, idleTimeoutInMinutes: Int, location: String, name: String, publicIpAddressIds: List<String>, publicIpPrefixIds: List<String>, resourceGroupName: String, resourceGuid: String, skuName: String, tags: Map<String, String>, zones: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The idle timeout in minutes which is used for the NAT Gateway.

Link copied to clipboard

The location where the NAT Gateway exists.

Link copied to clipboard
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
Link copied to clipboard

The Resource GUID of the NAT Gateway.

Link copied to clipboard

The SKU used by the NAT Gateway.

Link copied to clipboard

A mapping of tags assigned to the resource.

Link copied to clipboard

A list of Availability Zones which the NAT Gateway exists in.