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 `SubnetworksExpandIpCidrRangeRequest` class is a part of the `Google.Cloud.Compute.V1` namespace and is defined in the `Google.Cloud.Compute.V1.dll` assembly."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities like message handling, equality comparison, deep cloning, and buffer management."],["The class includes two constructors, one default and another that takes another `SubnetworksExpandIpCidrRangeRequest` object as a parameter for creating copies."],["It has properties such as `HasIpCidrRange`, a boolean indicating if the \"ip_cidr_range\" field is set, and `IpCidrRange`, a string representing the IP range in CIDR format."],["The latest version of this documentation is version 3.6.0, and the documentation spans from this version back to 1.0.0."]]],[]]