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-17 UTC."],[[["The `AliasIpRange` class in the `Google.Cloud.Compute.V1` namespace represents an alias IP range attached to an instance's network interface within the Compute Engine v1 API."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality checks, deep cloning, and buffer-based operations."],["It provides properties `IpCidrRange` and `SubnetworkRangeName` to manage the IP CIDR range and the name of the subnetwork secondary IP range, respectively, with boolean checks available to check if they are set."],["This documentation page provides versioned reference information, ranging from version 1.0.0 to the latest 3.6.0, for the `AliasIpRange` class."],["There are two constructors available, a default one, and one that will take an existing `AliasIpRange` object."]]],[]]