Class Subnet
The subnet in which to house the connector
Implements
Inherited Members
Namespace: Google.Apis.ServerlessVPCAccess.v1beta1.Data
Assembly: Google.Apis.ServerlessVPCAccess.v1beta1.dll
Syntax
public class Subnet : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Optional. 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}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
ProjectId
Optional. 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.
Declaration
[JsonProperty("projectId")]
public virtual string ProjectId { get; set; }
Property Value
Type | Description |
---|---|
string |