Get Virtual Network Gateway Result
data class GetVirtualNetworkGatewayResult(val activeActive: Boolean? = null, val bgpSettings: BgpSettingsResponse? = null, val customRoutes: AddressSpaceResponse? = null, val enableBgp: Boolean? = null, val enableDnsForwarding: Boolean? = null, val enablePrivateIpAddress: Boolean? = null, val etag: String, val extendedLocation: ExtendedLocationResponse? = null, val gatewayDefaultSite: SubResourceResponse? = null, val gatewayType: String? = null, val id: String? = null, val inboundDnsForwardingEndpoint: String, val ipConfigurations: List<VirtualNetworkGatewayIPConfigurationResponse>? = null, val location: String? = null, val name: String, val provisioningState: String, val resourceGuid: String, val sku: VirtualNetworkGatewaySkuResponse? = null, val tags: Map<String, String>? = null, val type: String, val vNetExtendedLocationResourceId: String? = null, val vpnClientConfiguration: VpnClientConfigurationResponse? = null, val vpnGatewayGeneration: String? = null, val vpnType: String? = null)
A common class for general resource information.
Constructors
Link copied to clipboard
fun GetVirtualNetworkGatewayResult(activeActive: Boolean? = null, bgpSettings: BgpSettingsResponse? = null, customRoutes: AddressSpaceResponse? = null, enableBgp: Boolean? = null, enableDnsForwarding: Boolean? = null, enablePrivateIpAddress: Boolean? = null, etag: String, extendedLocation: ExtendedLocationResponse? = null, gatewayDefaultSite: SubResourceResponse? = null, gatewayType: String? = null, id: String? = null, inboundDnsForwardingEndpoint: String, ipConfigurations: List<VirtualNetworkGatewayIPConfigurationResponse>? = null, location: String? = null, name: String, provisioningState: String, resourceGuid: String, sku: VirtualNetworkGatewaySkuResponse? = null, tags: Map<String, String>? = null, type: String, vNetExtendedLocationResourceId: String? = null, vpnClientConfiguration: VpnClientConfigurationResponse? = null, vpnGatewayGeneration: String? = null, vpnType: String? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard