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."],[[["This webpage details the `SubnetworksExpandIpCidrRangeRequest` class, specifically within version 2.0.0 of the Google.Cloud.Compute.V1 library."],["The `SubnetworksExpandIpCidrRangeRequest` class is part of the Google Cloud Compute API and is used to manage IP address ranges for subnetworks."],["The latest version of this documentation is 3.6.0, with various prior versions available for reference, all the way back to version 1.0.0."],["This class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its complex capabilities."],["The class includes properties like `HasIpCidrRange` to check if the IP CIDR range is set and `IpCidrRange` to manage the actual IP range, allowing updates to a larger range."]]],[]]