connections property

List<ConnectionDetail>? connections
getter/setter pair

A group of PSC connections.

They are created in the same VPC network, one for each service attachment in the cluster.

Required.

Implementation

core.List<ConnectionDetail>? connections;