GoogleApi.CloudBuild.V1.Model.NetworkConfig (google_api_cloud_build v0.54.0)
View SourceDefines the network configuration for the pool.
Attributes
-
egressOption(type:String.t, default:nil) - Option to configure network egress for the workers. -
peeredNetwork(type:String.t, default:nil) - Required. Immutable. The network definition that the workers are peered to. If this section is left empty, the workers will be peered toWorkerPool.project_idon the service producer network. Must be in the formatprojects/{project}/global/networks/{network}, where{project}is a project number, such as12345, and{network}is the name of a VPC network in the project. See Understanding network configuration options -
peeredNetworkIpRange(type:String.t, default:nil) - Immutable. Subnet IP range within the peered network. This is specified in CIDR notation with a slash and the subnet prefix size. You can optionally specify an IP address before the subnet prefix value. e.g.192.168.0.0/29would specify an IP range starting at 192.168.0.0 with a prefix size of 29 bits./16would specify a prefix size of 16 bits, with an automatically determined IP within the peered VPC. If unspecified, a value of/24will be used.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.