public sealed class PrivatePoolV1Config : IMessage<PrivatePoolV1Config>, IEquatable<PrivatePoolV1Config>, IDeepCloneable<PrivatePoolV1Config>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Build v1 API class PrivatePoolV1Config.
Configuration for a V1 PrivatePool
.
Implements
IMessagePrivatePoolV1Config, IEquatablePrivatePoolV1Config, IDeepCloneablePrivatePoolV1Config, IBufferMessage, IMessageNamespace
Google.Cloud.CloudBuild.V1Assembly
Google.Cloud.CloudBuild.V1.dll
Constructors
PrivatePoolV1Config()
public PrivatePoolV1Config()
PrivatePoolV1Config(PrivatePoolV1Config)
public PrivatePoolV1Config(PrivatePoolV1Config other)
Parameter | |
---|---|
Name | Description |
other | PrivatePoolV1Config |
Properties
NetworkConfig
public PrivatePoolV1Config.Types.NetworkConfig NetworkConfig { get; set; }
Network configuration for the pool.
Property Value | |
---|---|
Type | Description |
PrivatePoolV1ConfigTypesNetworkConfig |
WorkerConfig
public PrivatePoolV1Config.Types.WorkerConfig WorkerConfig { get; set; }
Machine configuration for the workers in the pool.
Property Value | |
---|---|
Type | Description |
PrivatePoolV1ConfigTypesWorkerConfig |