public sealed class CreateConnectorRequest : IMessage<CreateConnectorRequest>, IEquatable<CreateConnectorRequest>, IDeepCloneable<CreateConnectorRequest>, IBufferMessage, IMessageReference documentation and code samples for the Serverless VPC Access v1 API class CreateConnectorRequest.
Request for creating a Serverless VPC Access connector.
Implements
IMessageCreateConnectorRequest, IEquatableCreateConnectorRequest, IDeepCloneableCreateConnectorRequest, IBufferMessage, IMessageNamespace
Google.Cloud.VpcAccess.V1Assembly
Google.Cloud.VpcAccess.V1.dll
Constructors
CreateConnectorRequest()
public CreateConnectorRequest()CreateConnectorRequest(CreateConnectorRequest)
public CreateConnectorRequest(CreateConnectorRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateConnectorRequest |
Properties
Connector
public Connector Connector { get; set; }Required. Resource to create.
| Property Value | |
|---|---|
| Type | Description |
Connector |
|
ConnectorId
public string ConnectorId { get; set; }Required. The ID to use for this connector.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The project and location in which the configuration should be created,
specified in the format projects/*/locations/*.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|