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
Classes in com.azure.resourcemanager.network.fluent.models that implement interfaces with type arguments of type VirtualNetworkPeeringPropertiesFormatModifier and TypeClassDescriptionfinal classProperties of the virtual network peering.Methods in com.azure.resourcemanager.network.fluent.models that return VirtualNetworkPeeringPropertiesFormatModifier and TypeMethodDescriptionVirtualNetworkPeeringPropertiesFormat.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualNetworkPeeringPropertiesFormat from the JsonReader.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.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.withEnableOnlyIPv6Peering(Boolean enableOnlyIPv6Peering) Set the enableOnlyIPv6Peering property: Whether only Ipv6 address space is peered for subnet peering.VirtualNetworkPeeringPropertiesFormat.withLocalAddressSpace(AddressSpace localAddressSpace) Set the localAddressSpace property: The local address space of the local virtual network that is peered.VirtualNetworkPeeringPropertiesFormat.withLocalSubnetNames(List<String> localSubnetNames) Set the localSubnetNames property: List of local subnet names that are subnet peered with remote virtual network.VirtualNetworkPeeringPropertiesFormat.withLocalVirtualNetworkAddressSpace(AddressSpace localVirtualNetworkAddressSpace) Set the localVirtualNetworkAddressSpace property: The current local address space of the local virtual network that is peered.VirtualNetworkPeeringPropertiesFormat.withPeerCompleteVnets(Boolean peerCompleteVnets) Set the peerCompleteVnets property: Whether complete virtual network address space is peered.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.withRemoteSubnetNames(List<String> remoteSubnetNames) Set the remoteSubnetNames property: List of remote subnet names from remote virtual network that are subnet peered.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.