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."],[[["The `Connector.Types.Subnet` class is part of the Serverless VPC Access v1 API and is used to define the subnet for housing a connector."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality for data management."],["The class provides constructors `Subnet()` and `Subnet(Connector.Types.Subnet other)` to allow the instantiation of the object with or without a parameter."],["The `Name` property allows you to set or get the subnet name, accepting a relative name format, while the `ProjectId` property lets you specify the project where the subnet is located."],["There are various versions of the Connector.Types.Subnet, ranging from 1.0.0 to the latest 2.5.0."]]],[]]