Cloud Build v1 API - Class PrivatePoolV1Config.Types.WorkerConfig (2.9.0)

public sealed class PrivatePoolV1Config.Types.WorkerConfig : IMessage<PrivatePoolV1Config.Types.WorkerConfig>, IEquatable<PrivatePoolV1Config.Types.WorkerConfig>, IDeepCloneable<PrivatePoolV1Config.Types.WorkerConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Build v1 API class PrivatePoolV1Config.Types.WorkerConfig.

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

Inheritance

object > PrivatePoolV1Config.Types.WorkerConfig

Namespace

Google.Cloud.CloudBuild.V1

Assembly

Google.Cloud.CloudBuild.V1.dll

Constructors

WorkerConfig()

public WorkerConfig()

WorkerConfig(WorkerConfig)

public WorkerConfig(PrivatePoolV1Config.Types.WorkerConfig other)
Parameter
NameDescription
otherPrivatePoolV1ConfigTypesWorkerConfig

Properties

DiskSizeGb

public long DiskSizeGb { get; set; }

Size of the disk attached to the worker, in GB. See Worker pool config file. Specify a value of up to 2000. If 0 is specified, Cloud Build will use a standard disk size.

Property Value
TypeDescription
long

MachineType

public string MachineType { get; set; }

Machine type of a worker, such as e2-medium. See Worker pool config file. If left blank, Cloud Build will use a sensible default.

Property Value
TypeDescription
string