Uses of Class
com.azure.resourcemanager.network.fluent.models.VirtualNetworkPeeringPropertiesFormat
Packages that use VirtualNetworkPeeringPropertiesFormat
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of VirtualNetworkPeeringPropertiesFormat in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return VirtualNetworkPeeringPropertiesFormatModifier and TypeMethodDescriptionVirtualNetworkPeeringPropertiesFormat.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.withAllowGatewayTransit(Boolean allowGatewayTransit) Set the allowGatewayTransit property: If gateway links can be used in remote virtual networking to link to this virtual network.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.withDoNotVerifyRemoteGateways(Boolean doNotVerifyRemoteGateways) Set the doNotVerifyRemoteGateways property: If we need to verify the provisioning state of the remote gateway.VirtualNetworkPeeringPropertiesFormat.withPeeringState(VirtualNetworkPeeringState peeringState) Set the peeringState property: The status of the virtual network peering.VirtualNetworkPeeringPropertiesFormat.withPeeringSyncLevel(VirtualNetworkPeeringLevel peeringSyncLevel) Set the peeringSyncLevel property: The peering sync status of the virtual network peering.VirtualNetworkPeeringPropertiesFormat.withRemoteAddressSpace(AddressSpace remoteAddressSpace) Set the remoteAddressSpace property: The reference to the address space peered with the remote virtual network.VirtualNetworkPeeringPropertiesFormat.withRemoteBgpCommunities(VirtualNetworkBgpCommunities remoteBgpCommunities) Set the remoteBgpCommunities property: The reference to the remote virtual network's Bgp Communities.VirtualNetworkPeeringPropertiesFormat.withRemoteVirtualNetwork(com.azure.core.management.SubResource remoteVirtualNetwork) Set the remoteVirtualNetwork property: The reference to the remote virtual network.VirtualNetworkPeeringPropertiesFormat.withRemoteVirtualNetworkAddressSpace(AddressSpace remoteVirtualNetworkAddressSpace) Set the remoteVirtualNetworkAddressSpace property: The reference to the current address space of the remote virtual network.VirtualNetworkPeeringPropertiesFormat.withUseRemoteGateways(Boolean useRemoteGateways) Set the useRemoteGateways property: If remote gateways can be used on this virtual network.