Show / Hide Table of Contents

Class PrivatePoolV1Config

Configuration for a V1 PrivatePool.

Inheritance
object
PrivatePoolV1Config
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudBuild.v1.Data
Assembly: Google.Apis.CloudBuild.v1.dll
Syntax
public class PrivatePoolV1Config : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

NetworkConfig

Network configuration for the pool.

Declaration
[JsonProperty("networkConfig")]
public virtual NetworkConfig NetworkConfig { get; set; }
Property Value
Type Description
NetworkConfig

PrivateServiceConnect

Immutable. Private Service Connect(PSC) Network configuration for the pool.

Declaration
[JsonProperty("privateServiceConnect")]
public virtual PrivateServiceConnect PrivateServiceConnect { get; set; }
Property Value
Type Description
PrivateServiceConnect

WorkerConfig

Machine configuration for the workers in the pool.

Declaration
[JsonProperty("workerConfig")]
public virtual WorkerConfig WorkerConfig { get; set; }
Property Value
Type Description
WorkerConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX