GetVirtualHubBgpConnectionResult

data class GetVirtualHubBgpConnectionResult(val azureApiVersion: String, val connectionState: String, val etag: String, val hubVirtualNetworkConnection: SubResourceResponse? = null, val id: String? = null, val name: String? = null, val peerAsn: Double? = null, val peerIp: String? = null, val provisioningState: String, val type: String)

Virtual Appliance Site resource.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, connectionState: String, etag: String, hubVirtualNetworkConnection: SubResourceResponse? = null, id: String? = null, name: String? = null, peerAsn: Double? = null, peerIp: String? = null, provisioningState: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

The current state of the VirtualHub to Peer.

Link copied to clipboard

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

Link copied to clipboard

The reference to the HubVirtualNetworkConnection resource.

Link copied to clipboard
val id: String? = null

Resource ID.

Link copied to clipboard
val name: String? = null

Name of the connection.

Link copied to clipboard
val peerAsn: Double? = null

Peer ASN.

Link copied to clipboard
val peerIp: String? = null

Peer IP.

Link copied to clipboard

The provisioning state of the resource.

Link copied to clipboard

Connection type.