Skip to content

Commit

Permalink
Generated from 924f82edcf711df9d7d704cc674130792471c4fd (#4902)
Browse files Browse the repository at this point in the history
Fixed allow Vnet description
  • Loading branch information
AutorestCI authored Apr 18, 2019
1 parent fe77572 commit ecf39e3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ class VirtualNetworkPeering(SubResource):
:param id: Resource ID.
:type id: str
:param allow_virtual_network_access: Whether the VMs in the linked virtual
network space would be able to access all the VMs in local Virtual network
:param allow_virtual_network_access: Whether the VMs in the local virtual
network space would be able to access the VMs in remote virtual network
space.
:type allow_virtual_network_access: bool
:param allow_forwarded_traffic: Whether the forwarded traffic from the VMs
in the remote virtual network will be allowed/disallowed.
in the local virtual network will be allowed/disallowed in remote virtual
network.
:type allow_forwarded_traffic: bool
:param allow_gateway_transit: If gateway links can be used in remote
virtual networking to link to this virtual network.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ class VirtualNetworkPeering(SubResource):
:param id: Resource ID.
:type id: str
:param allow_virtual_network_access: Whether the VMs in the linked virtual
network space would be able to access all the VMs in local Virtual network
:param allow_virtual_network_access: Whether the VMs in the local virtual
network space would be able to access the VMs in remote virtual network
space.
:type allow_virtual_network_access: bool
:param allow_forwarded_traffic: Whether the forwarded traffic from the VMs
in the remote virtual network will be allowed/disallowed.
in the local virtual network will be allowed/disallowed in remote virtual
network.
:type allow_forwarded_traffic: bool
:param allow_gateway_transit: If gateway links can be used in remote
virtual networking to link to this virtual network.
Expand Down

0 comments on commit ecf39e3

Please sign in to comment.