VirtualNetworkPeeringPropertiesFormat |
VirtualNetworkPeeringPropertiesFormat.withAllowForwardedTraffic(Boolean allowForwardedTraffic) |
Set the allowForwardedTraffic property: Whether the forwarded traffic from the VMs in the local virtual network
will be allowed/disallowed in remote virtual network.
|
VirtualNetworkPeeringPropertiesFormat |
VirtualNetworkPeeringPropertiesFormat.withAllowGatewayTransit(Boolean allowGatewayTransit) |
Set the allowGatewayTransit property: If gateway links can be used in remote virtual networking to link to this
virtual network.
|
VirtualNetworkPeeringPropertiesFormat |
VirtualNetworkPeeringPropertiesFormat.withAllowVirtualNetworkAccess(Boolean allowVirtualNetworkAccess) |
Set the allowVirtualNetworkAccess property: Whether the VMs in the local virtual network space would be able to
access the VMs in remote virtual network space.
|
VirtualNetworkPeeringPropertiesFormat |
VirtualNetworkPeeringPropertiesFormat.withDoNotVerifyRemoteGateways(Boolean doNotVerifyRemoteGateways) |
Set the doNotVerifyRemoteGateways property: If we need to verify the provisioning state of the remote gateway.
|
VirtualNetworkPeeringPropertiesFormat |
VirtualNetworkPeeringPropertiesFormat.withPeeringState(VirtualNetworkPeeringState peeringState) |
Set the peeringState property: The status of the virtual network peering.
|
VirtualNetworkPeeringPropertiesFormat |
VirtualNetworkPeeringPropertiesFormat.withPeeringSyncLevel(VirtualNetworkPeeringLevel peeringSyncLevel) |
Set the peeringSyncLevel property: The peering sync status of the virtual network peering.
|
VirtualNetworkPeeringPropertiesFormat |
VirtualNetworkPeeringPropertiesFormat.withRemoteAddressSpace(AddressSpace remoteAddressSpace) |
Set the remoteAddressSpace property: The reference to the address space peered with the remote virtual network.
|
VirtualNetworkPeeringPropertiesFormat |
VirtualNetworkPeeringPropertiesFormat.withRemoteBgpCommunities(VirtualNetworkBgpCommunities remoteBgpCommunities) |
Set the remoteBgpCommunities property: The reference to the remote virtual network's Bgp Communities.
|
VirtualNetworkPeeringPropertiesFormat |
VirtualNetworkPeeringPropertiesFormat.withRemoteVirtualNetwork(com.azure.core.management.SubResource remoteVirtualNetwork) |
Set the remoteVirtualNetwork property: The reference to the remote virtual network.
|
VirtualNetworkPeeringPropertiesFormat |
VirtualNetworkPeeringPropertiesFormat.withRemoteVirtualNetworkAddressSpace(AddressSpace remoteVirtualNetworkAddressSpace) |
Set the remoteVirtualNetworkAddressSpace property: The reference to the current address space of the remote
virtual network.
|
VirtualNetworkPeeringPropertiesFormat |
VirtualNetworkPeeringPropertiesFormat.withUseRemoteGateways(Boolean useRemoteGateways) |
Set the useRemoteGateways property: If remote gateways can be used on this virtual network.
|