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-04-09 UTC."],[[["The latest version available for `SubnetworksExpandIpCidrRangeRequest` is 3.6.0, with version 3.5.0 being the one currently documented here."],["This documentation outlines `SubnetworksExpandIpCidrRangeRequest` class across many version numbers, showing a range from versions 1.0.0 all the way through 3.6.0."],["The `SubnetworksExpandIpCidrRangeRequest` class, which inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `SubnetworksExpandIpCidrRangeRequest` class allows you to define the IP CIDR range of internal addresses that are valid on a given subnet, which can only be expanded to be larger than the existing range."],["The class contains properties such as `HasIpCidrRange`, which is a boolean, and `IpCidrRange`, which is a string to define the range."]]],[]]