The IP alias ranges to allocate for this interface. This IP CIDR range must belong to the specified subnetwork and cannot contain IP addresses reserved by system or used by other network interfaces. This range may be a single IP address (such as 10.2.3.4), a netmask (such as /24) or a CIDR-formatted string (such as 10.1.2.0/24).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["This webpage provides reference documentation for the `AliasIpRange` class within the Google Compute Engine v1 API, specifically for .NET developers, covering versions from 1.0.0 up to the latest version 3.6.0."],["The `AliasIpRange` class is used to manage alias IP ranges attached to an instance's network interface, allowing the specification of IP ranges, whether a single IP or a CIDR range."],["The `AliasIpRange` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is part of the `Google.Cloud.Compute.V1` namespace."],["The class offers properties `IpCidrRange` and `SubnetworkRangeName` to configure the IP ranges and the subnetwork from which they are allocated, alongside boolean properties `HasIpCidrRange` and `HasSubnetworkRangeName` to check whether the ranges are set."],["This page provides information on available constructors for creating instances of the `AliasIpRange` object, including a default constructor and a copy constructor."]]],[]]