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

Properties of a Connector.

Package

@google-cloud/vpc-access!

Properties

connectedProjects

connectedProjects?: (string[]|null);

Connector connectedProjects

Property Value
TypeDescription
(string[]|null)

ipCidrRange

ipCidrRange?: (string|null);

Connector ipCidrRange

Property Value
TypeDescription
(string|null)

maxThroughput

maxThroughput?: (number|null);

Connector maxThroughput

Property Value
TypeDescription
(number|null)

minThroughput

minThroughput?: (number|null);

Connector minThroughput

Property Value
TypeDescription
(number|null)

name

name?: (string|null);

Connector name

Property Value
TypeDescription
(string|null)

network

network?: (string|null);

Connector network

Property Value
TypeDescription
(string|null)

state

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

Connector state

Property Value
TypeDescription
(google.cloud.vpcaccess.v1.Connector.State|keyof typeof google.cloud.vpcaccess.v1.Connector.State|null)

subnet

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

Connector subnet

Property Value
TypeDescription
(google.cloud.vpcaccess.v1.Connector.ISubnet|null)