Show / Hide Table of Contents

Class Network

Network describes the GCP network used to create workers in.

Inheritance
System.Object
Network
Implements
IDirectResponseSchema
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.v1alpha1.Data
Assembly: Google.Apis.CloudBuild.v1alpha1.dll
Syntax
public class Network : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

NetworkValue

Network on which the workers are created. "default" network is used if empty.

Declaration
[JsonProperty("network")]
public virtual string NetworkValue { get; set; }
Property Value
Type Description
System.String

ProjectId

Project id containing the defined network and subnetwork. For a peered VPC, this will be the same as the project_id in which the workers are created. For a shared VPC, this will be the project sharing the network with the project_id project in which workers will be created. For custom workers with no VPC, this will be the same as project_id.

Declaration
[JsonProperty("projectId")]
public virtual string ProjectId { get; set; }
Property Value
Type Description
System.String

Subnetwork

Subnetwork on which the workers are created. "default" subnetwork is used if empty.

Declaration
[JsonProperty("subnetwork")]
public virtual string Subnetwork { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX