Get Nat Gateway Result
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)
Properties
Link copied to clipboard
The idle timeout of the nat gateway.
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.