GetVirtualNetworkPeeringResult

data class GetVirtualNetworkPeeringResult(val allowForwardedTraffic: Boolean, val allowGatewayTransit: Boolean, val allowVirtualNetworkAccess: Boolean, val id: String, val name: String, val onlyIpv6PeeringEnabled: Boolean, val peerCompleteVirtualNetworksEnabled: Boolean, val remoteVirtualNetworkId: String, val useRemoteGateways: Boolean, val virtualNetworkId: String)

A collection of values returned by getVirtualNetworkPeering.

Constructors

Link copied to clipboard
constructor(allowForwardedTraffic: Boolean, allowGatewayTransit: Boolean, allowVirtualNetworkAccess: Boolean, id: String, name: String, onlyIpv6PeeringEnabled: Boolean, peerCompleteVirtualNetworksEnabled: Boolean, remoteVirtualNetworkId: String, useRemoteGateways: Boolean, virtualNetworkId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Controls if forwarded traffic from VMs in the remote virtual network is allowed.

Link copied to clipboard

Controls gatewayLinks can be used in the remote virtual network’s link to the local virtual network.

Link copied to clipboard

Controls if the traffic from the local virtual network can reach the remote virtual network.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

Specifies whether only IPv6 address space is peered for Subnet peering.

Link copied to clipboard

Specifies whether complete Virtual Network address space is peered.

Link copied to clipboard

The full Azure resource ID of the remote virtual network.

Link copied to clipboard

Controls if remote gateways can be used on the local virtual network.

Link copied to clipboard