GetExpressRouteGatewayResult

data class GetExpressRouteGatewayResult(val allowNonVirtualWanTraffic: Boolean? = null, val autoScaleConfiguration: ExpressRouteGatewayPropertiesResponseAutoScaleConfiguration? = null, val etag: String, val expressRouteConnections: List<ExpressRouteConnectionResponse>? = null, val id: String? = null, val location: String? = null, val name: String, val provisioningState: String, val tags: Map<String, String>? = null, val type: String, val virtualHub: VirtualHubIdResponse)

ExpressRoute gateway resource.

Constructors

Link copied to clipboard
constructor(allowNonVirtualWanTraffic: Boolean? = null, autoScaleConfiguration: ExpressRouteGatewayPropertiesResponseAutoScaleConfiguration? = null, etag: String, expressRouteConnections: List<ExpressRouteConnectionResponse>? = null, id: String? = null, location: String? = null, name: String, provisioningState: String, tags: Map<String, String>? = null, type: String, virtualHub: VirtualHubIdResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
Link copied to clipboard

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

Link copied to clipboard

List of ExpressRoute connections to the ExpressRoute gateway.

Link copied to clipboard
val id: String? = null

Resource ID.

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 express route gateway resource.

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

Resource tags.

Link copied to clipboard

Resource type.

Link copied to clipboard

The Virtual Hub where the ExpressRoute gateway is or will be deployed.