GetVirtualHubResult

data class GetVirtualHubResult(val addressPrefix: String, val defaultRouteTableId: String, val id: String, val location: String, val name: String, val resourceGroupName: String, val tags: Map<String, String>, val virtualRouterAsn: Int, val virtualRouterIps: List<String>, val virtualWanId: String)

A collection of values returned by getVirtualHub.

Constructors

Link copied to clipboard
constructor(addressPrefix: String, defaultRouteTableId: String, id: String, location: String, name: String, resourceGroupName: String, tags: Map<String, String>, virtualRouterAsn: Int, virtualRouterIps: List<String>, virtualWanId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Address Prefix used for this Virtual Hub.

Link copied to clipboard

The ID of the default Route Table in the Virtual Hub.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The Azure Region where the Virtual Hub exists.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

A mapping of tags assigned to the Virtual Hub.

Link copied to clipboard

The Autonomous System Number of the Virtual Hub BGP router.

Link copied to clipboard

The IP addresses of the Virtual Hub BGP router.

Link copied to clipboard

The ID of the Virtual WAN within which the Virtual Hub exists.