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 details the `UsableSubnetworkSecondaryRange` class within the `Google.Cloud.Compute.V1` namespace, providing comprehensive documentation for its use in .NET development."],["The latest documented version is 3.6.0, with documentation available for numerous preceding versions, all the way down to 1.0.0, offering a historical overview of changes and updates."],["The `UsableSubnetworkSecondaryRange` class is a representation of a secondary IP range of a usable subnetwork, and it implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default one and another that copies the properties from another `UsableSubnetworkSecondaryRange` instance."],["It exposes properties like `HasIpCidrRange`, `HasRangeName`, `IpCidrRange`, and `RangeName`, allowing developers to manage and interact with the range's IP addresses and associated name."]]],[]]