Interface protos.google.cloud.vpcaccess.v1.IConnector (3.0.2)

Properties of a Connector.

Package

@google-cloud/vpc-access

Properties

connectedProjects

connectedProjects?: (string[]|null);

Connector connectedProjects

ipCidrRange

ipCidrRange?: (string|null);

Connector ipCidrRange

machineType

machineType?: (string|null);

Connector machineType

maxInstances

maxInstances?: (number|null);

Connector maxInstances

maxThroughput

maxThroughput?: (number|null);

Connector maxThroughput

minInstances

minInstances?: (number|null);

Connector minInstances

minThroughput

minThroughput?: (number|null);

Connector minThroughput

name

name?: (string|null);

Connector name

network

network?: (string|null);

Connector network

state

state?: (google.cloud.vpcaccess.v1.Connector.State|keyof typeof google.cloud.vpcaccess.v1.Connector.State|null);

Connector state

subnet

subnet?: (google.cloud.vpcaccess.v1.Connector.ISubnet|null);

Connector subnet