このページは日本語には対応しておりません。随時翻訳に取り組んでいます。翻訳に関してご質問やご意見ございましたら、お気軽にご連絡ください。

azure_network_vnet_peering

allow_forwarded_traffic

Type: BOOLEAN
Provider name: properties.allowForwardedTraffic
Description: Whether the forwarded traffic from the VMs in the local virtual network will be allowed/disallowed in remote virtual network.

allow_gateway_transit

Type: BOOLEAN
Provider name: properties.allowGatewayTransit
Description: If gateway links can be used in remote virtual networking to link to this virtual network.

allow_virtual_network_access

Type: BOOLEAN
Provider name: properties.allowVirtualNetworkAccess
Description: Whether the VMs in the local virtual network space would be able to access the VMs in remote virtual network space.

do_not_verify_remote_gateways

Type: BOOLEAN
Provider name: properties.doNotVerifyRemoteGateways
Description: If we need to verify the provisioning state of the remote gateway.

etag

Type: STRING
Provider name: etag
Description: A unique read-only string that changes whenever the resource is updated.

id

Type: STRING
Provider name: id
Description: Resource ID.

name

Type: STRING
Provider name: name
Description: The name of the resource that is unique within a resource group. This name can be used to access the resource.

peering_state

Type: STRING
Provider name: properties.peeringState
Description: The status of the virtual network peering.

peering_sync_level

Type: STRING
Provider name: properties.peeringSyncLevel
Description: The peering sync status of the virtual network peering.

provisioning_state

Type: STRING
Provider name: properties.provisioningState
Description: The provisioning state of the virtual network peering resource.

remote_address_space

Type: STRUCT
Provider name: properties.remoteAddressSpace
Description: The reference to the address space peered with the remote virtual network.

  • address_prefixes
    Type: UNORDERED_LIST_STRING
    Provider name: addressPrefixes
    Description: A list of address blocks reserved for this virtual network in CIDR notation.

remote_bgp_communities

Type: STRUCT
Provider name: properties.remoteBgpCommunities
Description: The reference to the remote virtual network’s Bgp Communities.

  • regional_community
    Type: STRING
    Provider name: regionalCommunity
    Description: The BGP community associated with the region of the virtual network.
  • virtual_network_community
    Type: STRING
    Provider name: virtualNetworkCommunity
    Description: The BGP community associated with the virtual network.

remote_virtual_network

Type: STRUCT
Provider name: properties.remoteVirtualNetwork
Description: 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).

  • id
    Type: STRING
    Provider name: id
    Description: Resource ID.

remote_virtual_network_address_space

Type: STRUCT
Provider name: properties.remoteVirtualNetworkAddressSpace
Description: The reference to the current address space of the remote virtual network.

  • address_prefixes
    Type: UNORDERED_LIST_STRING
    Provider name: addressPrefixes
    Description: A list of address blocks reserved for this virtual network in CIDR notation.

remote_virtual_network_encryption

Type: STRUCT
Provider name: properties.remoteVirtualNetworkEncryption
Description: The reference to the remote virtual network’s encryption

  • enabled
    Type: BOOLEAN
    Provider name: enabled
    Description: Indicates if encryption is enabled on the virtual network.
  • enforcement
    Type: STRING
    Provider name: enforcement
    Description: If the encrypted VNet allows VM that does not support encryption

resource_group

Type: STRING

resource_guid

Type: STRING
Provider name: properties.resourceGuid
Description: The resourceGuid property of the Virtual Network peering resource.

subscription_id

Type: STRING

subscription_name

Type: STRING

tags

Type: UNORDERED_LIST_STRING

type

Type: STRING
Provider name: type
Description: Resource type.

use_remote_gateways

Type: BOOLEAN
Provider name: properties.useRemoteGateways
Description: 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.