public sealed class UsableSubnetworkSecondaryRange : IMessage<UsableSubnetworkSecondaryRange>, IEquatable<UsableSubnetworkSecondaryRange>, IDeepCloneable<UsableSubnetworkSecondaryRange>, IBufferMessage, IMessage
The name associated with this subnetwork secondary range, used when adding an alias IP range to a VM instance. The name must be 1-63 characters long, and comply with RFC1035. The name must be unique within the subnetwork.
[[["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."],[[["This webpage provides documentation for the `UsableSubnetworkSecondaryRange` class within the `Google.Cloud.Compute.V1` namespace, detailing its structure and functionality for managing secondary IP ranges in subnetworks."],["The `UsableSubnetworkSecondaryRange` class is a secondary IP range of a usable subnetwork that inherits from `Object` and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and `IMessage`."],["The latest version of this documentation is 3.6.0, and this page also hosts several previous versions all the way down to 1.0.0, providing version-specific details and historical data for this class."],["The class includes properties like `IpCidrRange` to define the range of IP addresses and `RangeName` to name the secondary IP range, both of which can be checked to see if they are set via the `HasIpCidrRange` and `HasRangeName` properties."],["This class has two constructors, one being a parameterless constructor, and the second requiring a `UsableSubnetworkSecondaryRange` as a parameter, meaning it is a copy constructor."]]],[]]