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, ranging from 1.0.0 to the latest 3.6.0."],["`SubnetworksExpandIpCidrRangeRequest` class, designed for managing IP CIDR range expansions, inherits from the base `object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor and another that accepts an instance of the same class to create a copy, and also offers two main properties: `HasIpCidrRange` (a boolean indicating if the IP CIDR range field is set), and `IpCidrRange` (a string representing the IP CIDR range)."],["The `IpCidrRange` property allows for setting and retrieving the IP range in CIDR format, with the constraint that it must be a superset of any previously defined range when updating a subnetwork."],["The content is organized by version, allowing developers to find documentation relevant to a specific version of the Google Cloud Compute library they are using, and the class is located within the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]