Virtual Network Gateway Response
data class VirtualNetworkGatewayResponse(val activeActive: Boolean? = null, val adminState: String? = null, val allowRemoteVnetTraffic: Boolean? = null, val allowVirtualWanTraffic: Boolean? = null, val bgpSettings: BgpSettingsResponse? = null, val customRoutes: AddressSpaceResponse? = null, val disableIPSecReplayProtection: Boolean? = null, val enableBgp: Boolean? = null, val enableBgpRouteTranslationForNat: 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 natRules: List<VirtualNetworkGatewayNatRuleResponse>? = null, val provisioningState: String, val resourceGuid: String, val sku: VirtualNetworkGatewaySkuResponse? = null, val tags: Map<String, String>? = null, val type: String, val vNetExtendedLocationResourceId: String? = null, val virtualNetworkGatewayPolicyGroups: List<VirtualNetworkGatewayPolicyGroupResponse>? = 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 VirtualNetworkGatewayResponse(activeActive: Boolean? = null, adminState: String? = null, allowRemoteVnetTraffic: Boolean? = null, allowVirtualWanTraffic: Boolean? = null, bgpSettings: BgpSettingsResponse? = null, customRoutes: AddressSpaceResponse? = null, disableIPSecReplayProtection: Boolean? = null, enableBgp: Boolean? = null, enableBgpRouteTranslationForNat: 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, natRules: List<VirtualNetworkGatewayNatRuleResponse>? = null, provisioningState: String, resourceGuid: String, sku: VirtualNetworkGatewaySkuResponse? = null, tags: Map<String, String>? = null, type: String, vNetExtendedLocationResourceId: String? = null, virtualNetworkGatewayPolicyGroups: List<VirtualNetworkGatewayPolicyGroupResponse>? = 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
Link copied to clipboard
Link copied to clipboard