GetVirtualNetworkGatewayResult

data class GetVirtualNetworkGatewayResult(val activeActive: Boolean? = null, val adminState: String? = null, val allowRemoteVnetTraffic: Boolean? = null, val allowVirtualWanTraffic: Boolean? = null, val autoScaleConfiguration: VirtualNetworkGatewayAutoScaleConfigurationResponse? = null, val azureApiVersion: String, 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 identity: ManagedServiceIdentityResponse? = 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 resiliencyModel: String? = null, 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
constructor(activeActive: Boolean? = null, adminState: String? = null, allowRemoteVnetTraffic: Boolean? = null, allowVirtualWanTraffic: Boolean? = null, autoScaleConfiguration: VirtualNetworkGatewayAutoScaleConfigurationResponse? = null, azureApiVersion: String, 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, identity: ManagedServiceIdentityResponse? = null, inboundDnsForwardingEndpoint: String, ipConfigurations: List<VirtualNetworkGatewayIPConfigurationResponse>? = null, location: String? = null, name: String, natRules: List<VirtualNetworkGatewayNatRuleResponse>? = null, provisioningState: String, resiliencyModel: String? = null, 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

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val activeActive: Boolean? = null

ActiveActive flag.

Link copied to clipboard
val adminState: String? = null

Property to indicate if the Express Route Gateway serves traffic when there are multiple Express Route Gateways in the vnet

Link copied to clipboard

Configure this gateway to accept traffic from other Azure Virtual Networks. This configuration does not support connectivity to Azure Virtual WAN.

Link copied to clipboard

Configures this gateway to accept traffic from remote Virtual WAN networks.

Link copied to clipboard

Autoscale configuration for virutal network gateway

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Virtual network gateway's BGP speaker settings.

Link copied to clipboard

The reference to the address space resource which represents the custom routes address space specified by the customer for virtual network gateway and VpnClient.

Link copied to clipboard

disableIPSecReplayProtection flag.

Link copied to clipboard
val enableBgp: Boolean? = null

Whether BGP is enabled for this virtual network gateway or not.

Link copied to clipboard

EnableBgpRouteTranslationForNat flag.

Link copied to clipboard

Whether dns forwarding is enabled or not.

Link copied to clipboard

Whether private IP needs to be enabled on this gateway for connections or not.

Link copied to clipboard

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

Link copied to clipboard

The extended location of type local virtual network gateway.

Link copied to clipboard

The reference to the LocalNetworkGateway resource which represents local network site having default routes. Assign Null value in case of removing existing default site setting.

Link copied to clipboard
val gatewayType: String? = null

The type of this virtual network gateway.

Link copied to clipboard
val id: String? = null

Resource ID.

Link copied to clipboard

The identity of the virtual network gateway, if configured.

Link copied to clipboard

The IP address allocated by the gateway to which dns requests can be sent.

Link copied to clipboard

IP configurations for virtual network gateway.

Link copied to clipboard
val location: String? = null

Resource location.

Link copied to clipboard

Resource name.

Link copied to clipboard

NatRules for virtual network gateway.

Link copied to clipboard

The provisioning state of the virtual network gateway resource.

Link copied to clipboard
val resiliencyModel: String? = null

Property to indicate if the Express Route Gateway has resiliency model of MultiHomed or SingleHomed

Link copied to clipboard

The resource GUID property of the virtual network gateway resource.

Link copied to clipboard

The reference to the VirtualNetworkGatewaySku resource which represents the SKU selected for Virtual network gateway.

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

Resource tags.

Link copied to clipboard

Resource type.

Link copied to clipboard

The reference to the VirtualNetworkGatewayPolicyGroup resource which represents the available VirtualNetworkGatewayPolicyGroup for the gateway.

Link copied to clipboard

Customer vnet resource id. VirtualNetworkGateway of type local gateway is associated with the customer vnet.

Link copied to clipboard

The reference to the VpnClientConfiguration resource which represents the P2S VpnClient configurations.

Link copied to clipboard

The generation for this VirtualNetworkGateway. Must be None if gatewayType is not VPN.

Link copied to clipboard
val vpnType: String? = null

The type of this virtual network gateway.