Package com.pulumi.gcp.cloudbuild.inputs
Class WorkerPoolNetworkConfigArgs.Builder
- java.lang.Object
-
- com.pulumi.gcp.cloudbuild.inputs.WorkerPoolNetworkConfigArgs.Builder
-
- Enclosing class:
- WorkerPoolNetworkConfigArgs
public static final class WorkerPoolNetworkConfigArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(WorkerPoolNetworkConfigArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkerPoolNetworkConfigArgs
build()
WorkerPoolNetworkConfigArgs.Builder
peeredNetwork(com.pulumi.core.Output<java.lang.String> peeredNetwork)
WorkerPoolNetworkConfigArgs.Builder
peeredNetwork(java.lang.String peeredNetwork)
WorkerPoolNetworkConfigArgs.Builder
peeredNetworkIpRange(com.pulumi.core.Output<java.lang.String> peeredNetworkIpRange)
WorkerPoolNetworkConfigArgs.Builder
peeredNetworkIpRange(java.lang.String peeredNetworkIpRange)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(WorkerPoolNetworkConfigArgs defaults)
-
-
Method Detail
-
peeredNetwork
public WorkerPoolNetworkConfigArgs.Builder peeredNetwork(com.pulumi.core.Output<java.lang.String> peeredNetwork)
- Parameters:
peeredNetwork
- 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 (https://cloud.google.com/cloud-build/docs/custom-workers/set-up-custom-worker-pool-environment#understanding_the_network_configuration_options)- Returns:
- builder
-
peeredNetwork
public WorkerPoolNetworkConfigArgs.Builder peeredNetwork(java.lang.String peeredNetwork)
- Parameters:
peeredNetwork
- 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 (https://cloud.google.com/cloud-build/docs/custom-workers/set-up-custom-worker-pool-environment#understanding_the_network_configuration_options)- Returns:
- builder
-
peeredNetworkIpRange
public WorkerPoolNetworkConfigArgs.Builder peeredNetworkIpRange(@Nullable com.pulumi.core.Output<java.lang.String> peeredNetworkIpRange)
- Parameters:
peeredNetworkIpRange
- 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/29` would specify an IP range starting at 192.168.0.0 with a prefix size of 29 bits. `/16` would specify a prefix size of 16 bits, with an automatically determined IP within the peered VPC. If unspecified, a value of `/24` will be used.- Returns:
- builder
-
peeredNetworkIpRange
public WorkerPoolNetworkConfigArgs.Builder peeredNetworkIpRange(java.lang.String peeredNetworkIpRange)
- Parameters:
peeredNetworkIpRange
- 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/29` would specify an IP range starting at 192.168.0.0 with a prefix size of 29 bits. `/16` would specify a prefix size of 16 bits, with an automatically determined IP within the peered VPC. If unspecified, a value of `/24` will be used.- Returns:
- builder
-
build
public WorkerPoolNetworkConfigArgs build()
-
-