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
Implements
IMessageConnectorTypesSubnet, IEquatableConnectorTypesSubnet, IDeepCloneableConnectorTypesSubnet, IBufferMessage, IMessageNamespace
Google.Cloud.VpcAccess.V1Assembly
Google.Cloud.VpcAccess.V1.dll
Constructors
Subnet()
public Subnet()
Subnet(Subnet)
public Subnet(Connector.Types.Subnet other)
Parameter | |
---|---|
Name | Description |
other | ConnectorTypesSubnet |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |