| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent.models |
Package containing the inner data models for NetworkManagementClient.
|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
AddressSpace |
VpnSiteInner.addressSpace()
Get the addressSpace property: The AddressSpace that contains an array of IP address ranges.
|
AddressSpace |
VirtualNetworkInner.addressSpace()
Get the addressSpace property: The AddressSpace that contains an array of IP address ranges that can be used by
subnets.
|
AddressSpace |
VirtualNetworkGatewayInner.customRoutes()
Get the customRoutes property: The reference to the address space resource which represents the custom routes
address space specified by the customer for virtual network gateway and VpnClient.
|
AddressSpace |
LocalNetworkGatewayInner.localNetworkAddressSpace()
Get the localNetworkAddressSpace property: Local network site address space.
|
AddressSpace |
VirtualNetworkPeeringInner.remoteAddressSpace()
Get the remoteAddressSpace property: The reference to the remote virtual network address space.
|
| Modifier and Type | Method and Description |
|---|---|
VpnSiteInner |
VpnSiteInner.withAddressSpace(AddressSpace addressSpace)
Set the addressSpace property: The AddressSpace that contains an array of IP address ranges.
|
VirtualNetworkInner |
VirtualNetworkInner.withAddressSpace(AddressSpace addressSpace)
Set the addressSpace property: The AddressSpace that contains an array of IP address ranges that can be used by
subnets.
|
VirtualNetworkGatewayInner |
VirtualNetworkGatewayInner.withCustomRoutes(AddressSpace customRoutes)
Set the customRoutes property: The reference to the address space resource which represents the custom routes
address space specified by the customer for virtual network gateway and VpnClient.
|
LocalNetworkGatewayInner |
LocalNetworkGatewayInner.withLocalNetworkAddressSpace(AddressSpace localNetworkAddressSpace)
Set the localNetworkAddressSpace property: Local network site address space.
|
VirtualNetworkPeeringInner |
VirtualNetworkPeeringInner.withRemoteAddressSpace(AddressSpace remoteAddressSpace)
Set the remoteAddressSpace property: The reference to the remote virtual network address space.
|
| Modifier and Type | Method and Description |
|---|---|
AddressSpace |
P2SConnectionConfiguration.vpnClientAddressPool()
Get the vpnClientAddressPool property: The reference to the address space resource which represents Address space
for P2S VpnClient.
|
AddressSpace |
VpnClientConfiguration.vpnClientAddressPool()
Get the vpnClientAddressPool property: The reference to the address space resource which represents Address space
for P2S VpnClient.
|
AddressSpace |
AddressSpace.withAddressPrefixes(List<String> addressPrefixes)
Set the addressPrefixes property: A list of address blocks reserved for this virtual network in CIDR notation.
|
| Modifier and Type | Method and Description |
|---|---|
P2SConnectionConfiguration |
P2SConnectionConfiguration.withVpnClientAddressPool(AddressSpace vpnClientAddressPool)
Set the vpnClientAddressPool property: The reference to the address space resource which represents Address space
for P2S VpnClient.
|
VpnClientConfiguration |
VpnClientConfiguration.withVpnClientAddressPool(AddressSpace vpnClientAddressPool)
Set the vpnClientAddressPool property: The reference to the address space resource which represents Address space
for P2S VpnClient.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.