VirtualNetworkPeeringArgs

constructor(allowForwardedTraffic: Output<Boolean>? = null, allowGatewayTransit: Output<Boolean>? = null, allowVirtualNetworkAccess: Output<Boolean>? = null, doNotVerifyRemoteGateways: Output<Boolean>? = null, enableOnlyIPv6Peering: Output<Boolean>? = null, id: Output<String>? = null, localAddressSpace: Output<AddressSpaceArgs>? = null, localSubnetNames: Output<List<String>>? = null, localVirtualNetworkAddressSpace: Output<AddressSpaceArgs>? = null, name: Output<String>? = null, peerCompleteVnets: Output<Boolean>? = null, peeringState: Output<Either<String, VirtualNetworkPeeringState>>? = null, peeringSyncLevel: Output<Either<String, VirtualNetworkPeeringLevel>>? = null, remoteAddressSpace: Output<AddressSpaceArgs>? = null, remoteBgpCommunities: Output<VirtualNetworkBgpCommunitiesArgs>? = null, remoteSubnetNames: Output<List<String>>? = null, remoteVirtualNetwork: Output<SubResourceArgs>? = null, remoteVirtualNetworkAddressSpace: Output<AddressSpaceArgs>? = null, type: Output<String>? = null, useRemoteGateways: Output<Boolean>? = null)