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 across multiple versions."],["The latest version available is 3.6.0, while the current version shown is 2.15.0, and it includes versions as far back as 1.0.0."],["`SubnetworksExpandIpCidrRangeRequest` class, derived from `object`, implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors and properties such as `HasIpCidrRange` and `IpCidrRange`, with the latter allowing the adjustment of the IP range for subnetworks, only allowing it to be expanded."],["The documentation covers methods inherited from the base object class, such as `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]