VirtualNetworkPeeringResponse

data class VirtualNetworkPeeringResponse(val allowForwardedTraffic: Boolean? = null, val allowGatewayTransit: Boolean? = null, val allowVirtualNetworkAccess: Boolean? = null, val doNotVerifyRemoteGateways: Boolean? = null, val enableOnlyIPv6Peering: Boolean? = null, val etag: String, val id: String? = null, val localAddressSpace: AddressSpaceResponse? = null, val localSubnetNames: List<String>? = null, val localVirtualNetworkAddressSpace: AddressSpaceResponse? = null, val name: String? = null, val peerCompleteVnets: Boolean? = null, val peeringState: String? = null, val peeringSyncLevel: String? = null, val provisioningState: String, val remoteAddressSpace: AddressSpaceResponse? = null, val remoteBgpCommunities: VirtualNetworkBgpCommunitiesResponse? = null, val remoteSubnetNames: List<String>? = null, val remoteVirtualNetwork: SubResourceResponse? = null, val remoteVirtualNetworkAddressSpace: AddressSpaceResponse? = null, val remoteVirtualNetworkEncryption: VirtualNetworkEncryptionResponse, val resourceGuid: String, val type: String? = null, val useRemoteGateways: Boolean? = null)

Peerings in a virtual network resource.

Constructors

Link copied to clipboard
constructor(allowForwardedTraffic: Boolean? = null, allowGatewayTransit: Boolean? = null, allowVirtualNetworkAccess: Boolean? = null, doNotVerifyRemoteGateways: Boolean? = null, enableOnlyIPv6Peering: Boolean? = null, etag: String, id: String? = null, localAddressSpace: AddressSpaceResponse? = null, localSubnetNames: List<String>? = null, localVirtualNetworkAddressSpace: AddressSpaceResponse? = null, name: String? = null, peerCompleteVnets: Boolean? = null, peeringState: String? = null, peeringSyncLevel: String? = null, provisioningState: String, remoteAddressSpace: AddressSpaceResponse? = null, remoteBgpCommunities: VirtualNetworkBgpCommunitiesResponse? = null, remoteSubnetNames: List<String>? = null, remoteVirtualNetwork: SubResourceResponse? = null, remoteVirtualNetworkAddressSpace: AddressSpaceResponse? = null, remoteVirtualNetworkEncryption: VirtualNetworkEncryptionResponse, resourceGuid: String, type: String? = null, 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

If we need to verify the provisioning state of the remote gateway.

Link copied to clipboard

Whether only Ipv6 address space is peered for subnet peering.

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

The local address space of the local virtual network that is peered.

Link copied to clipboard

List of local subnet names that are subnet peered with remote virtual network.

Link copied to clipboard

The current local address space of the local virtual network that is peered.

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

Whether complete virtual network address space is peered.

Link copied to clipboard
val peeringState: String? = null

The status of the virtual network peering.

Link copied to clipboard

The peering sync 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 address space peered with the remote virtual network.

Link copied to clipboard

The reference to the remote virtual network's Bgp Communities.

Link copied to clipboard

List of remote subnet names from remote virtual network that are subnet peered.

Link copied to clipboard

The reference to the remote virtual network. The remote virtual network can be in the same or different region (preview). See here to register for the preview and learn more (https://docs.microsoft.com/en-us/azure/virtual-network/virtual-network-create-peering).

Link copied to clipboard

The reference to the current address space of the remote virtual network.

Link copied to clipboard

The reference to the remote virtual network's encryption

Link copied to clipboard

The resourceGuid property of the Virtual Network peering resource.

Link copied to clipboard
val type: String? = null

Resource type.

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.