public sealed class SubnetworksExpandIpCidrRangeRequest : IMessage<SubnetworksExpandIpCidrRangeRequest>, IEquatable<SubnetworksExpandIpCidrRangeRequest>, IDeepCloneable<SubnetworksExpandIpCidrRangeRequest>, IBufferMessage, IMessage
The IP (in CIDR format or netmask) of internal addresses that are legal on this Subnetwork. This range should be disjoint from other subnetworks within this network. This range can only be larger than (i.e. a superset of) the range previously defined before the update.
[[["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-03-21 UTC."],[[["The webpage provides documentation for the `SubnetworksExpandIpCidrRangeRequest` class within the `Google.Cloud.Compute.V1` namespace."],["This class supports multiple versions, with the latest being 3.6.0 and the current version displayed being 2.11.0, and includes links to documentation for all versions ranging from 1.0.0 to 3.6.0."],["The `SubnetworksExpandIpCidrRangeRequest` class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default constructor, and another one that takes a `SubnetworksExpandIpCidrRangeRequest` object, as well as two properties: `HasIpCidrRange` and `IpCidrRange`, to handle the management of the CIDR range."]]],[]]