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-24 UTC."],[[["The `SubnetworksExpandIpCidrRangeRequest` class is a part of the `Google.Cloud.Compute.V1` namespace and is found within the `Google.Cloud.Compute.V1.dll` assembly."],["This class is designed for expanding the IP CIDR range of subnetworks and it is implemented with multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class is available in a wide range of versions, from version 1.0.0 up to the latest version 3.6.0, and this specific page is focused on version 2.3.0."],["It includes properties such as `HasIpCidrRange`, which indicates if the `ip_cidr_range` field is set, and `IpCidrRange`, a string property that defines the IP range for the subnetwork, ensuring it is a superset of the previous range."],["The class offers two constructors: a default constructor, and one that creates a new instance by cloning an existing `SubnetworksExpandIpCidrRangeRequest` object, effectively making a deep clone of the provided object."]]],[]]