Class CloudbuildWorkerPoolWorkerConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.cloudbuild_worker_pool.CloudbuildWorkerPoolWorkerConfig.Jsii$Proxy
-
- All Implemented Interfaces:
CloudbuildWorkerPoolWorkerConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CloudbuildWorkerPoolWorkerConfig
@Stability(Stable) @Internal public static final class CloudbuildWorkerPoolWorkerConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CloudbuildWorkerPoolWorkerConfig
An implementation forCloudbuildWorkerPoolWorkerConfig
-
-
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.CloudbuildWorkerPoolWorkerConfig
CloudbuildWorkerPoolWorkerConfig.Builder, CloudbuildWorkerPoolWorkerConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(CloudbuildWorkerPoolWorkerConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theCloudbuildWorkerPoolWorkerConfig.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)NumbergetDiskSizeGb()Size of the disk attached to the worker, in GB.StringgetMachineType()Machine type of a worker, such asn1-standard-1.ObjectgetNoExternalIp()If true, workers are created without any public address, which prevents network egress to public IPs.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(CloudbuildWorkerPoolWorkerConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theCloudbuildWorkerPoolWorkerConfig.Builder.
-
-
Method Detail
-
getDiskSizeGb
public final Number getDiskSizeGb()
Description copied from interface:CloudbuildWorkerPoolWorkerConfigSize of the disk attached to the worker, in GB.See [Worker pool config file](https://cloud.google.com/cloud-build/docs/custom-workers/worker-pool-config-file). Specify a value of up to 1000. If `0` is specified, Cloud Build will use a standard disk size. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_worker_pool#disk_size_gb CloudbuildWorkerPool#disk_size_gb}
- Specified by:
getDiskSizeGbin interfaceCloudbuildWorkerPoolWorkerConfig
-
getMachineType
public final String getMachineType()
Description copied from interface:CloudbuildWorkerPoolWorkerConfigMachine type of a worker, such asn1-standard-1.See [Worker pool config file](https://cloud.google.com/cloud-build/docs/custom-workers/worker-pool-config-file). If left blank, Cloud Build will use `n1-standard-1`. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_worker_pool#machine_type CloudbuildWorkerPool#machine_type}
- Specified by:
getMachineTypein interfaceCloudbuildWorkerPoolWorkerConfig
-
getNoExternalIp
public final Object getNoExternalIp()
Description copied from interface:CloudbuildWorkerPoolWorkerConfigIf true, workers are created without any public address, which prevents network egress to public IPs.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_worker_pool#no_external_ip CloudbuildWorkerPool#no_external_ip}
- Specified by:
getNoExternalIpin interfaceCloudbuildWorkerPoolWorkerConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-