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-06-12 UTC."],[[["This documentation page covers the `Connector.Types.Subnet` class within the Serverless VPC Access v1 API, detailing its role as the subnet for hosting the connector."],["The `Connector.Types.Subnet` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities and how it integrates within the larger system."],["The page includes access to multiple different version numbers of the same package, including 2.5.0 as the latest version, with direct links to the same resource in each listed version."],["The class includes two constructors, `Subnet()` and `Subnet(Connector.Types.Subnet other)`, to provide flexibility in how the object can be instantiated and cloned, and two string properties, `Name` and `ProjectId`, which describe the specifics of the subnet."]]],[]]