Uses of Class
com.azure.resourcemanager.network.models.AddressSpace
-
Packages that use AddressSpace 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. -
-
Uses of AddressSpace in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return AddressSpace Modifier and Type Method Description AddressSpaceVirtualNetworkInner. addressSpace()Get the addressSpace property: The AddressSpace that contains an array of IP address ranges that can be used by subnets.AddressSpaceVirtualNetworkPropertiesFormat. addressSpace()Get the addressSpace property: The AddressSpace that contains an array of IP address ranges that can be used by subnets.AddressSpaceVpnSiteInner. addressSpace()Get the addressSpace property: The AddressSpace that contains an array of IP address ranges.AddressSpaceVpnSiteProperties. addressSpace()Get the addressSpace property: The AddressSpace that contains an array of IP address ranges.AddressSpaceVirtualNetworkGatewayInner. 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.AddressSpaceVirtualNetworkGatewayPropertiesFormat. 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.AddressSpaceLocalNetworkGatewayInner. localNetworkAddressSpace()Get the localNetworkAddressSpace property: Local network site address space.AddressSpaceLocalNetworkGatewayPropertiesFormat. localNetworkAddressSpace()Get the localNetworkAddressSpace property: Local network site address space.AddressSpaceVirtualNetworkPeeringInner. remoteAddressSpace()Get the remoteAddressSpace property: The reference to the address space peered with the remote virtual network.AddressSpaceVirtualNetworkPeeringPropertiesFormat. remoteAddressSpace()Get the remoteAddressSpace property: The reference to the address space peered with the remote virtual network.AddressSpaceVirtualNetworkPeeringInner. remoteVirtualNetworkAddressSpace()Get the remoteVirtualNetworkAddressSpace property: The reference to the current address space of the remote virtual network.AddressSpaceVirtualNetworkPeeringPropertiesFormat. remoteVirtualNetworkAddressSpace()Get the remoteVirtualNetworkAddressSpace property: The reference to the current address space of the remote virtual network.AddressSpaceP2SConnectionConfigurationProperties. vpnClientAddressPool()Get the vpnClientAddressPool property: The reference to the address space resource which represents Address space for P2S VpnClient.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type AddressSpace Modifier and Type Method Description VirtualNetworkInnerVirtualNetworkInner. withAddressSpace(AddressSpace addressSpace)Set the addressSpace property: The AddressSpace that contains an array of IP address ranges that can be used by subnets.VirtualNetworkPropertiesFormatVirtualNetworkPropertiesFormat. withAddressSpace(AddressSpace addressSpace)Set the addressSpace property: The AddressSpace that contains an array of IP address ranges that can be used by subnets.VpnSiteInnerVpnSiteInner. withAddressSpace(AddressSpace addressSpace)Set the addressSpace property: The AddressSpace that contains an array of IP address ranges.VpnSitePropertiesVpnSiteProperties. withAddressSpace(AddressSpace addressSpace)Set the addressSpace property: The AddressSpace that contains an array of IP address ranges.VirtualNetworkGatewayInnerVirtualNetworkGatewayInner. 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.VirtualNetworkGatewayPropertiesFormatVirtualNetworkGatewayPropertiesFormat. 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.LocalNetworkGatewayInnerLocalNetworkGatewayInner. withLocalNetworkAddressSpace(AddressSpace localNetworkAddressSpace)Set the localNetworkAddressSpace property: Local network site address space.LocalNetworkGatewayPropertiesFormatLocalNetworkGatewayPropertiesFormat. withLocalNetworkAddressSpace(AddressSpace localNetworkAddressSpace)Set the localNetworkAddressSpace property: Local network site address space.VirtualNetworkPeeringInnerVirtualNetworkPeeringInner. withRemoteAddressSpace(AddressSpace remoteAddressSpace)Set the remoteAddressSpace property: The reference to the address space peered with the remote virtual network.VirtualNetworkPeeringPropertiesFormatVirtualNetworkPeeringPropertiesFormat. withRemoteAddressSpace(AddressSpace remoteAddressSpace)Set the remoteAddressSpace property: The reference to the address space peered with the remote virtual network.VirtualNetworkPeeringInnerVirtualNetworkPeeringInner. withRemoteVirtualNetworkAddressSpace(AddressSpace remoteVirtualNetworkAddressSpace)Set the remoteVirtualNetworkAddressSpace property: The reference to the current address space of the remote virtual network.VirtualNetworkPeeringPropertiesFormatVirtualNetworkPeeringPropertiesFormat. withRemoteVirtualNetworkAddressSpace(AddressSpace remoteVirtualNetworkAddressSpace)Set the remoteVirtualNetworkAddressSpace property: The reference to the current address space of the remote virtual network.P2SConnectionConfigurationPropertiesP2SConnectionConfigurationProperties. withVpnClientAddressPool(AddressSpace vpnClientAddressPool)Set the vpnClientAddressPool property: The reference to the address space resource which represents Address space for P2S VpnClient. -
Uses of AddressSpace in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return AddressSpace Modifier and Type Method Description AddressSpaceP2SConnectionConfiguration. vpnClientAddressPool()Get the vpnClientAddressPool property: The reference to the address space resource which represents Address space for P2S VpnClient.AddressSpaceVpnClientConfiguration. vpnClientAddressPool()Get the vpnClientAddressPool property: The reference to the address space resource which represents Address space for P2S VpnClient.AddressSpaceAddressSpace. withAddressPrefixes(List<String> addressPrefixes)Set the addressPrefixes property: A list of address blocks reserved for this virtual network in CIDR notation.Methods in com.azure.resourcemanager.network.models with parameters of type AddressSpace Modifier and Type Method Description P2SConnectionConfigurationP2SConnectionConfiguration. withVpnClientAddressPool(AddressSpace vpnClientAddressPool)Set the vpnClientAddressPool property: The reference to the address space resource which represents Address space for P2S VpnClient.VpnClientConfigurationVpnClientConfiguration. withVpnClientAddressPool(AddressSpace vpnClientAddressPool)Set the vpnClientAddressPool property: The reference to the address space resource which represents Address space for P2S VpnClient.
-