public sealed class Connector.Types.Subnet : IMessage<Connector.Types.Subnet>, IEquatable<Connector.Types.Subnet>, IDeepCloneable<Connector.Types.Subnet>, IBufferMessage, IMessage
Reference documentation and code samples for the Serverless VPC Access v1 API class Connector.Types.Subnet.
Subnet name (relative, not fully qualified).
E.g. if the full subnet selfLink is
https://compute.googleapis.com/compute/v1/projects/{project}/regions/{region}/subnetworks/{subnetName}
the correct input for this field would be {subnetName}
[[["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-07-02 UTC."],[[["This webpage provides documentation for the `Connector.Types.Subnet` class within the Serverless VPC Access v1 API, specifically for the .NET environment."],["The `Connector.Types.Subnet` class defines the subnet configuration for housing a connector, inheriting from `object` and implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`."],["The documentation covers various versions of the API, from version 1.0.0 to the latest version 2.5.0, and links to each of them."],["The class includes properties like `Name` (the subnet name) and `ProjectId` (the project containing the subnet) to specify subnet details."],["This class includes two constructors, a default `Subnet()` constructor, and a `Subnet(Connector.Types.Subnet other)` constructor that takes another subnet object as an argument."]]],[]]