Class PrivatePoolV1Config (3.7.1)

PrivatePoolV1Config(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Configuration for a V1 PrivatePool.

Attributes

NameDescription
worker_config google.cloud.devtools.cloudbuild_v1.types.PrivatePoolV1Config.WorkerConfig
Machine configuration for the workers in the pool.
network_config google.cloud.devtools.cloudbuild_v1.types.PrivatePoolV1Config.NetworkConfig
Network configuration for the pool.

Classes

NetworkConfig

NetworkConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Defines the network configuration for the pool.

WorkerConfig

WorkerConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Defines the configuration to be used for creating workers in the pool.