VirtualNetworkGatewayResponse

data class VirtualNetworkGatewayResponse(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
constructor(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

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val activeActive: Boolean? = null

ActiveActive flag.

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
val enableBgp: Boolean? = null

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

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 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

The provisioning state of the virtual network gateway resource.

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

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.