Class CloudbuildWorkerPoolNetworkConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.cloudbuild_worker_pool.CloudbuildWorkerPoolNetworkConfig.Jsii$Proxy
-
- All Implemented Interfaces:
CloudbuildWorkerPoolNetworkConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CloudbuildWorkerPoolNetworkConfig
@Stability(Stable) @Internal public static final class CloudbuildWorkerPoolNetworkConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CloudbuildWorkerPoolNetworkConfig
An implementation forCloudbuildWorkerPoolNetworkConfig
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.cloudbuild_worker_pool.CloudbuildWorkerPoolNetworkConfig
CloudbuildWorkerPoolNetworkConfig.Builder, CloudbuildWorkerPoolNetworkConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(CloudbuildWorkerPoolNetworkConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theCloudbuildWorkerPoolNetworkConfig.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetPeeredNetwork()Required.StringgetPeeredNetworkIpRange()Optional.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(CloudbuildWorkerPoolNetworkConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theCloudbuildWorkerPoolNetworkConfig.Builder.
-
-
Method Detail
-
getPeeredNetwork
public final String getPeeredNetwork()
Description copied from interface:CloudbuildWorkerPoolNetworkConfigRequired.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](https://cloud.google.com/cloud-build/docs/custom-workers/set-up-custom-worker-pool-environment#understanding_the_network_configuration_options) Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_worker_pool#peered_network CloudbuildWorkerPool#peered_network}
- Specified by:
getPeeredNetworkin interfaceCloudbuildWorkerPoolNetworkConfig
-
getPeeredNetworkIpRange
public final String getPeeredNetworkIpRange()
Description copied from interface:CloudbuildWorkerPoolNetworkConfigOptional.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. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_worker_pool#peered_network_ip_range CloudbuildWorkerPool#peered_network_ip_range}
- Specified by:
getPeeredNetworkIpRangein interfaceCloudbuildWorkerPoolNetworkConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-