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."],[[["The content focuses on the `SubnetworksExpandIpCidrRangeRequest` class within the Google.Cloud.Compute.V1 library, detailing its different versions and implementation."],["Version 3.6.0 is the latest available version of the `SubnetworksExpandIpCidrRangeRequest` class, and the page documents versions back to 1.0.0."],["The `SubnetworksExpandIpCidrRangeRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and one that takes another `SubnetworksExpandIpCidrRangeRequest` object as a parameter."],["Key properties of the class include `HasIpCidrRange`, which indicates if the \"ip_cidr_range\" field is set, and `IpCidrRange`, which sets or gets the IP range for the subnetworks, with a requirement that the updated range must be a superset of the previous range."]]],[]]