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
fun GetNatGatewayResult(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)