Serverless VPC Access v1 API - Class Connector.Types.Subnet (2.4.0)

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.

The subnet in which to house the connector

Inheritance

object > Connector.Types.Subnet

Namespace

Google.Cloud.VpcAccess.V1

Assembly

Google.Cloud.VpcAccess.V1.dll

Constructors

Subnet()

public Subnet()

Subnet(Subnet)

public Subnet(Connector.Types.Subnet other)
Parameter
NameDescription
otherConnectorTypesSubnet

Properties

Name

public string Name { get; set; }

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}

Property Value
TypeDescription
string

ProjectId

public string ProjectId { get; set; }

Project in which the subnet exists. If not set, this project is assumed to be the project for which the connector create request was issued.

Property Value
TypeDescription
string