GetVNetPeeringResult

data class GetVNetPeeringResult(val allowForwardedTraffic: Boolean? = null, val allowGatewayTransit: Boolean? = null, val allowVirtualNetworkAccess: Boolean? = null, val databricksAddressSpace: AddressSpaceResponse? = null, val databricksVirtualNetwork: VirtualNetworkPeeringPropertiesFormatResponseDatabricksVirtualNetwork? = null, val id: String, val name: String, val peeringState: String, val provisioningState: String, val remoteAddressSpace: AddressSpaceResponse? = null, val remoteVirtualNetwork: VirtualNetworkPeeringPropertiesFormatResponseRemoteVirtualNetwork, val type: String, val useRemoteGateways: Boolean? = null)

Peerings in a VirtualNetwork resource

Constructors

Link copied to clipboard
constructor(allowForwardedTraffic: Boolean? = null, allowGatewayTransit: Boolean? = null, allowVirtualNetworkAccess: Boolean? = null, databricksAddressSpace: AddressSpaceResponse? = null, databricksVirtualNetwork: VirtualNetworkPeeringPropertiesFormatResponseDatabricksVirtualNetwork? = null, id: String, name: String, peeringState: String, provisioningState: String, remoteAddressSpace: AddressSpaceResponse? = null, remoteVirtualNetwork: VirtualNetworkPeeringPropertiesFormatResponseRemoteVirtualNetwork, type: String, useRemoteGateways: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether the forwarded traffic from the VMs in the local virtual network will be allowed/disallowed in remote virtual network.

Link copied to clipboard

If gateway links can be used in remote virtual networking to link to this virtual network.

Link copied to clipboard

Whether the VMs in the local virtual network space would be able to access the VMs in remote virtual network space.

Link copied to clipboard

The reference to the databricks virtual network address space.

Link copied to clipboard

The remote virtual network should be in the same region. See here to learn more (https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-peering).

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard

Name of the virtual network peering resource

Link copied to clipboard

The status of the virtual network peering.

Link copied to clipboard

The provisioning state of the virtual network peering resource.

Link copied to clipboard

The reference to the remote virtual network address space.

Link copied to clipboard

The remote virtual network should be in the same region. See here to learn more (https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-peering).

Link copied to clipboard

type of the virtual network peering resource

Link copied to clipboard

If remote gateways can be used on this virtual network. If the flag is set to true, and allowGatewayTransit on remote peering is also true, virtual network will use gateways of remote virtual network for transit. Only one peering can have this flag set to true. This flag cannot be set if virtual network already has a gateway.