GetConnectorResult

data class GetConnectorResult(val connectedProjects: List<String>, val ipCidrRange: String, val machineType: String, val maxInstances: Int, val maxThroughput: Int, val minInstances: Int, val minThroughput: Int, val name: String, val network: String, val state: String, val subnet: SubnetResponse)

Constructors

Link copied to clipboard
fun GetConnectorResult(connectedProjects: List<String>, ipCidrRange: String, machineType: String, maxInstances: Int, maxThroughput: Int, minInstances: Int, minThroughput: Int, name: String, network: String, state: String, subnet: SubnetResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of projects using the connector.

Link copied to clipboard

The range of internal addresses that follows RFC 4632 notation. Example: 10.132.0.0/28.

Link copied to clipboard

Machine type of VM Instance underlying connector. Default is e2-micro

Link copied to clipboard

Maximum value of instances in autoscaling group underlying the connector.

Link copied to clipboard

Maximum throughput of the connector in Mbps. Default is 300, max is 1000.

Link copied to clipboard

Minimum value of instances in autoscaling group underlying the connector.

Link copied to clipboard

Minimum throughput of the connector in Mbps. Default and min is 200.

Link copied to clipboard

The resource name in the format projects/*/locations/*/connectors/*.

Link copied to clipboard

Name of a VPC network.

Link copied to clipboard

State of the VPC access connector.

Link copied to clipboard

The subnet in which to house the VPC Access Connector. //*/