Cloud Build v1 API - Class PrivatePoolV1Config (2.9.0)

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.

Inheritance

object > PrivatePoolV1Config

Namespace

Google.Cloud.CloudBuild.V1

Assembly

Google.Cloud.CloudBuild.V1.dll

Constructors

PrivatePoolV1Config()

public PrivatePoolV1Config()

PrivatePoolV1Config(PrivatePoolV1Config)

public PrivatePoolV1Config(PrivatePoolV1Config other)
Parameter
NameDescription
otherPrivatePoolV1Config

Properties

NetworkConfig

public PrivatePoolV1Config.Types.NetworkConfig NetworkConfig { get; set; }

Network configuration for the pool.

Property Value
TypeDescription
PrivatePoolV1ConfigTypesNetworkConfig

WorkerConfig

public PrivatePoolV1Config.Types.WorkerConfig WorkerConfig { get; set; }

Machine configuration for the workers in the pool.

Property Value
TypeDescription
PrivatePoolV1ConfigTypesWorkerConfig