public sealed class NetworkConfig : IMessage<PrivatePoolV1Config.Types.NetworkConfig>, IEquatable<PrivatePoolV1Config.Types.NetworkConfig>, IDeepCloneable<PrivatePoolV1Config.Types.NetworkConfig>, IBufferMessage, IMessage
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
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `NetworkConfig` class within the `Google.Cloud.CloudBuild.V1` namespace, specifically focusing on its role in defining network configurations for private pools."],["The latest version available is 2.15.0, with a historical log of versions down to 1.0.0, all pertaining to the `NetworkConfig` class within `PrivatePoolV1Config.Types`."],["The `NetworkConfig` class, implemented with interfaces like `IMessage` and `IDeepCloneable`, offers constructors for creating instances and inheriting members from the `Object` class, such as `GetHashCode()` and `GetType()`."],["Key properties of `NetworkConfig` include `EgressOption`, which configures network egress for workers, and `PeeredNetwork`, which defines the network to which the workers are connected, formatted as `projects/{project}/global/networks/{network}`."],["The `NetworkConfig` class within the `Google.Cloud.CloudBuild.V1` namespace is implemented in the `Google.Cloud.CloudBuild.V1.dll` assembly file."]]],[]]