GetHubVirtualNetworkConnectionResult

data class GetHubVirtualNetworkConnectionResult(val allowHubToRemoteVnetTransit: Boolean? = null, val allowRemoteVnetToUseHubVnetGateways: Boolean? = null, val enableInternetSecurity: Boolean? = null, val etag: String, val id: String? = null, val name: String? = null, val provisioningState: String, val remoteVirtualNetwork: SubResourceResponse? = null, val routingConfiguration: RoutingConfigurationResponse? = null)

HubVirtualNetworkConnection Resource.

Constructors

Link copied to clipboard
constructor(allowHubToRemoteVnetTransit: Boolean? = null, allowRemoteVnetToUseHubVnetGateways: Boolean? = null, enableInternetSecurity: Boolean? = null, etag: String, id: String? = null, name: String? = null, provisioningState: String, remoteVirtualNetwork: SubResourceResponse? = null, routingConfiguration: RoutingConfigurationResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Deprecated: VirtualHub to RemoteVnet transit to enabled or not.

Link copied to clipboard

Deprecated: Allow RemoteVnet to use Virtual Hub's gateways.

Link copied to clipboard

Enable internet security.

Link copied to clipboard

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

Link copied to clipboard
val id: String? = null

Resource ID.

Link copied to clipboard
val name: String? = null

The name of the resource that is unique within a resource group. This name can be used to access the resource.

Link copied to clipboard

The provisioning state of the hub virtual network connection resource.

Link copied to clipboard

Reference to the remote virtual network.

Link copied to clipboard

The Routing Configuration indicating the associated and propagated route tables on this connection.