Class Connector.Types.Subnet (1.0.0)

public sealed class Subnet : IMessage<Connector.Types.Subnet>, IEquatable<Connector.Types.Subnet>, IDeepCloneable<Connector.Types.Subnet>, IBufferMessage, IMessage

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(Connector.Types.Subnet)

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

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