Get Virtual Network Peering Result
data class GetVirtualNetworkPeeringResult(val allowForwardedTraffic: Boolean? = null, val allowGatewayTransit: Boolean? = null, val allowVirtualNetworkAccess: Boolean? = null, val doNotVerifyRemoteGateways: Boolean? = null, val etag: String, val id: String? = null, val name: String? = null, val peeringState: String? = null, val peeringSyncLevel: String? = null, val provisioningState: String, val remoteAddressSpace: AddressSpaceResponse? = null, val remoteBgpCommunities: VirtualNetworkBgpCommunitiesResponse? = 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
fun GetVirtualNetworkPeeringResult(allowForwardedTraffic: Boolean? = null, allowGatewayTransit: Boolean? = null, allowVirtualNetworkAccess: Boolean? = null, doNotVerifyRemoteGateways: Boolean? = null, etag: String, id: String? = null, name: String? = null, peeringState: String? = null, peeringSyncLevel: String? = null, provisioningState: String, remoteAddressSpace: AddressSpaceResponse? = null, remoteBgpCommunities: VirtualNetworkBgpCommunitiesResponse? = null, remoteVirtualNetwork: SubResourceResponse? = null, remoteVirtualNetworkAddressSpace: AddressSpaceResponse? = null, remoteVirtualNetworkEncryption: VirtualNetworkEncryptionResponse, resourceGuid: String, type: String? = null, useRemoteGateways: Boolean? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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.