Get Express Route Gateway Result
data class GetExpressRouteGatewayResult(val allowNonVirtualWanTraffic: Boolean? = null, val autoScaleConfiguration: ExpressRouteGatewayPropertiesResponseAutoScaleConfiguration? = null, val azureApiVersion: String, 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, azureApiVersion: String, 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)
Properties
Link copied to clipboard
Configures this gateway to accept traffic from non Virtual WAN networks.
Link copied to clipboard
Configuration for auto scaling.
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
List of ExpressRoute connections to the ExpressRoute gateway.
Link copied to clipboard
The provisioning state of the express route gateway resource.
Link copied to clipboard
The Virtual Hub where the ExpressRoute gateway is or will be deployed.