GetNatGatewayResult

data class GetNatGatewayResult(val etag: String, val id: String? = null, val idleTimeoutInMinutes: Int? = null, val location: String? = null, val name: String, val provisioningState: String, val publicIpAddresses: List<SubResourceResponse>? = null, val publicIpPrefixes: List<SubResourceResponse>? = null, val resourceGuid: String, val sku: NatGatewaySkuResponse? = null, val subnets: List<SubResourceResponse>, val tags: Map<String, String>? = null, val type: String, val zones: List<String>? = null)

Nat Gateway resource.

Constructors

Link copied to clipboard
constructor(etag: String, id: String? = null, idleTimeoutInMinutes: Int? = null, location: String? = null, name: String, provisioningState: String, publicIpAddresses: List<SubResourceResponse>? = null, publicIpPrefixes: List<SubResourceResponse>? = null, resourceGuid: String, sku: NatGatewaySkuResponse? = null, subnets: List<SubResourceResponse>, tags: Map<String, String>? = null, type: String, zones: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A unique read-only string that changes whenever the resource is updated.

Link copied to clipboard
val id: String? = null

Resource ID.

Link copied to clipboard

The idle timeout of the nat gateway.

Link copied to clipboard
val location: String? = null

Resource location.

Link copied to clipboard

Resource name.

Link copied to clipboard

The provisioning state of the NAT gateway resource.

Link copied to clipboard

An array of public ip addresses associated with the nat gateway resource.

Link copied to clipboard

An array of public ip prefixes associated with the nat gateway resource.

Link copied to clipboard

The resource GUID property of the NAT gateway resource.

Link copied to clipboard

The nat gateway SKU.

Link copied to clipboard

An array of references to the subnets using this nat gateway resource.

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

Resource tags.

Link copied to clipboard

Resource type.

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

A list of availability zones denoting the zone in which Nat Gateway should be deployed.