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-31 UTC."],[[["This webpage details the `SubnetworksExpandIpCidrRangeRequest` class, a component of the `Google.Cloud.Compute.V1` library, with a focus on managing IP CIDR ranges in Google Cloud subnetworks."],["The latest version available for this class is 3.6.0, while this page specifically documents version 3.1.0, alongside links to documentation for multiple other versions ranging from 1.0.0 to 3.5.0."],["The `SubnetworksExpandIpCidrRangeRequest` class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods such as `GetHashCode`, `GetType`, and `ToString` that are also inherited from object."],["The class has two constructors: a default one (`SubnetworksExpandIpCidrRangeRequest()`) and one that accepts another `SubnetworksExpandIpCidrRangeRequest` object as a parameter to construct a copy."],["The class has two main properties, `HasIpCidrRange`, a boolean indicating if an ip range is set, and `IpCidrRange`, a string property that holds the IP CIDR range, which can only be a superset of the range previously defined before an update."]]],[]]