Class NetworkConfig
Network describes the network configuration for a WorkerPool.
Inheritance
System.Object
NetworkConfig
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudBuild.v1beta1.Data
Assembly: Google.Apis.CloudBuild.v1beta1.dll
Syntax
public class NetworkConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
PeeredNetwork
Required. Immutable. The network definition that the workers are peered to. If this section is left empty,
the workers will be peered to WorkerPool.project_id on the service producer network. Must be in the format
projects/{project}/global/networks/{network}, where {project} is a project number, such as 12345, and
{network} is the name of a VPC network in the project. See Understanding network configuration
options
Declaration
[JsonProperty("peeredNetwork")]
public virtual string PeeredNetwork { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |