Uses of Class
com.azure.resourcemanager.network.models.AddressSpace
Packages that use AddressSpace
Package
Description
Package containing the inner data models for NetworkManagementClient.
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 AddressSpaceModifier and TypeMethodDescriptionVirtualNetworkInner.addressSpace()Get the addressSpace property: The AddressSpace that contains an array of IP address ranges that can be used by subnets.VirtualNetworkPropertiesFormat.addressSpace()Get the addressSpace property: The AddressSpace that contains an array of IP address ranges that can be used by subnets.VpnSiteInner.addressSpace()Get the addressSpace property: The AddressSpace that contains an array of IP address ranges.VpnSiteProperties.addressSpace()Get the addressSpace property: The AddressSpace that contains an array of IP address ranges.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.VirtualNetworkGatewayPropertiesFormat.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.VirtualNetworkPeeringInner.localAddressSpace()Get the localAddressSpace property: The local address space of the local virtual network that is peered.VirtualNetworkPeeringPropertiesFormat.localAddressSpace()Get the localAddressSpace property: The local address space of the local virtual network that is peered.LocalNetworkGatewayInner.localNetworkAddressSpace()Get the localNetworkAddressSpace property: Local network site address space.LocalNetworkGatewayPropertiesFormat.localNetworkAddressSpace()Get the localNetworkAddressSpace property: Local network site address space.VirtualNetworkPeeringInner.localVirtualNetworkAddressSpace()Get the localVirtualNetworkAddressSpace property: The current local address space of the local virtual network that is peered.VirtualNetworkPeeringPropertiesFormat.localVirtualNetworkAddressSpace()Get the localVirtualNetworkAddressSpace property: The current local address space of the local virtual network that is peered.VirtualNetworkPeeringInner.remoteAddressSpace()Get the remoteAddressSpace property: The reference to the address space peered with the remote virtual network.VirtualNetworkPeeringPropertiesFormat.remoteAddressSpace()Get the remoteAddressSpace property: The reference to the address space peered with the remote virtual network.VirtualNetworkPeeringInner.remoteVirtualNetworkAddressSpace()Get the remoteVirtualNetworkAddressSpace property: The reference to the current address space of the remote virtual network.VirtualNetworkPeeringPropertiesFormat.remoteVirtualNetworkAddressSpace()Get the remoteVirtualNetworkAddressSpace property: The reference to the current address space of the remote virtual network.P2SConnectionConfigurationProperties.vpnClientAddressPool()Get the vpnClientAddressPool property: The reference to the address space resource which represents Address space for P2S VpnClient.VngClientConnectionConfigurationProperties.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 AddressSpaceModifier and TypeMethodDescriptionVirtualNetworkInner.withAddressSpace(AddressSpace addressSpace) Set the addressSpace property: The AddressSpace that contains an array of IP address ranges that can be used by subnets.VirtualNetworkPropertiesFormat.withAddressSpace(AddressSpace addressSpace) Set the addressSpace property: The AddressSpace that contains an array of IP address ranges that can be used by subnets.VpnSiteInner.withAddressSpace(AddressSpace addressSpace) Set the addressSpace property: The AddressSpace that contains an array of IP address ranges.VpnSiteProperties.withAddressSpace(AddressSpace addressSpace) Set the addressSpace property: The AddressSpace that contains an array of IP address ranges.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.VirtualNetworkGatewayPropertiesFormat.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.VirtualNetworkPeeringInner.withLocalAddressSpace(AddressSpace localAddressSpace) Set the localAddressSpace property: The local address space of the local virtual network that is peered.VirtualNetworkPeeringPropertiesFormat.withLocalAddressSpace(AddressSpace localAddressSpace) Set the localAddressSpace property: The local address space of the local virtual network that is peered.LocalNetworkGatewayInner.withLocalNetworkAddressSpace(AddressSpace localNetworkAddressSpace) Set the localNetworkAddressSpace property: Local network site address space.LocalNetworkGatewayPropertiesFormat.withLocalNetworkAddressSpace(AddressSpace localNetworkAddressSpace) Set the localNetworkAddressSpace property: Local network site address space.VirtualNetworkPeeringInner.withLocalVirtualNetworkAddressSpace(AddressSpace localVirtualNetworkAddressSpace) Set the localVirtualNetworkAddressSpace property: The current local address space of the local virtual network that is peered.VirtualNetworkPeeringPropertiesFormat.withLocalVirtualNetworkAddressSpace(AddressSpace localVirtualNetworkAddressSpace) Set the localVirtualNetworkAddressSpace property: The current local address space of the local virtual network that is peered.VirtualNetworkPeeringInner.withRemoteAddressSpace(AddressSpace remoteAddressSpace) Set the remoteAddressSpace property: The reference to the address space peered with the remote virtual network.VirtualNetworkPeeringPropertiesFormat.withRemoteAddressSpace(AddressSpace remoteAddressSpace) Set the remoteAddressSpace property: The reference to the address space peered with the remote virtual network.VirtualNetworkPeeringInner.withRemoteVirtualNetworkAddressSpace(AddressSpace remoteVirtualNetworkAddressSpace) Set the remoteVirtualNetworkAddressSpace property: The reference to the current address space of the remote virtual network.VirtualNetworkPeeringPropertiesFormat.withRemoteVirtualNetworkAddressSpace(AddressSpace remoteVirtualNetworkAddressSpace) Set the remoteVirtualNetworkAddressSpace property: The reference to the current address space of the remote virtual network.P2SConnectionConfigurationProperties.withVpnClientAddressPool(AddressSpace vpnClientAddressPool) Set the vpnClientAddressPool property: The reference to the address space resource which represents Address space for P2S VpnClient.VngClientConnectionConfigurationProperties.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
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type AddressSpaceModifier and TypeClassDescriptionfinal classAddressSpace contains an array of IP address ranges that can be used by subnets of the virtual network.Methods in com.azure.resourcemanager.network.models that return AddressSpaceModifier and TypeMethodDescriptionstatic AddressSpaceAddressSpace.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AddressSpace from the JsonReader.P2SConnectionConfiguration.vpnClientAddressPool()Get the vpnClientAddressPool property: The reference to the address space resource which represents Address space for P2S VpnClient.VngClientConnectionConfiguration.vpnClientAddressPool()Get the vpnClientAddressPool property: The reference to the address space resource which represents Address space for P2S VpnClient.VpnClientConfiguration.vpnClientAddressPool()Get the vpnClientAddressPool property: The reference to the address space resource which represents Address space for P2S VpnClient.AddressSpace.withAddressPrefixes(List<String> addressPrefixes) Set the addressPrefixes property: A list of address blocks reserved for this virtual network in CIDR notation.AddressSpace.withIpamPoolPrefixAllocations(List<IpamPoolPrefixAllocation> ipamPoolPrefixAllocations) Set the ipamPoolPrefixAllocations property: A list of IPAM Pools allocating IP address prefixes.Methods in com.azure.resourcemanager.network.models with parameters of type AddressSpaceModifier and TypeMethodDescriptionP2SConnectionConfiguration.withVpnClientAddressPool(AddressSpace vpnClientAddressPool) Set the vpnClientAddressPool property: The reference to the address space resource which represents Address space for P2S VpnClient.VngClientConnectionConfiguration.withVpnClientAddressPool(AddressSpace vpnClientAddressPool) Set the vpnClientAddressPool property: The reference to the address space resource which represents Address space for P2S VpnClient.VpnClientConfiguration.withVpnClientAddressPool(AddressSpace vpnClientAddressPool) Set the vpnClientAddressPool property: The reference to the address space resource which represents Address space for P2S VpnClient.