public sealed class UsableSubnetwork : IMessage<UsableSubnetwork>, IEquatable<UsableSubnetwork>, IDeepCloneable<UsableSubnetwork>, IBufferMessage, IMessage
Subnetwork which the current user has compute.subnetworks.use permission on.
[[["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."],[[["This webpage provides documentation for the `UsableSubnetwork` class within the `Google.Cloud.Compute.V1` namespace, outlining its properties, inheritance, and implementations."],["The `UsableSubnetwork` class represents a subnetwork on which the user has compute.subnetworks.use permission, with the class inheriting members from the Object class, and implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, `UsableSubnetwork()` and `UsableSubnetwork(UsableSubnetwork other)`, allowing for default initialization or creation from an existing instance."],["The `UsableSubnetwork` class contains properties like `IpCidrRange`, `Network`, and `Subnetwork`, which represent the range of internal addresses, network URL, and subnetwork URL, respectively, as well as boolean checks to test if they are set."],["There are numerous versions of the documentation available, ranging from version 1.0.0 up to the latest version 3.6.0, offering a history of the class's evolution."]]],[]]