PrivatePoolV1Config(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Configuration for a V1 PrivatePool
.
Attributes
Name | Description |
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. |
Inheritance
builtins.object > proto.message.Message > PrivatePoolV1ConfigClasses
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.