Class WorkbenchInstanceConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.workbench_instance.WorkbenchInstanceConfig.Jsii$Proxy
-
- All Implemented Interfaces:
WorkbenchInstanceConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- WorkbenchInstanceConfig
@Stability(Stable) @Internal public static final class WorkbenchInstanceConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements WorkbenchInstanceConfig
An implementation forWorkbenchInstanceConfig
-
-
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.workbench_instance.WorkbenchInstanceConfig
WorkbenchInstanceConfig.Builder, WorkbenchInstanceConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(WorkbenchInstanceConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theWorkbenchInstanceConfig.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)ObjectgetConnection()ObjectgetCount()List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()StringgetDesiredState()Desired state of the Workbench Instance.ObjectgetDisableProxyAccess()Optional.com.hashicorp.cdktf.ITerraformIteratorgetForEach()WorkbenchInstanceGceSetupgetGceSetup()gce_setup block.StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/workbench_instance#id WorkbenchInstance#id}.StringgetInstanceId()Required.List<String>getInstanceOwners()'Optional.Map<String,String>getLabels()Optional.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()StringgetLocation()Part of 'parent'.StringgetName()The name of this workbench instance.StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/workbench_instance#project WorkbenchInstance#project}.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()WorkbenchInstanceTimeoutsgetTimeouts()timeouts block.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(WorkbenchInstanceConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theWorkbenchInstanceConfig.Builder.
-
-
Method Detail
-
getLocation
public final String getLocation()
Description copied from interface:WorkbenchInstanceConfigPart of 'parent'. See documentation of 'projectsId'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/workbench_instance#location WorkbenchInstance#location}
- Specified by:
getLocationin interfaceWorkbenchInstanceConfig
-
getName
public final String getName()
Description copied from interface:WorkbenchInstanceConfigThe name of this workbench instance. Format: 'projects/{project_id}/locations/{location}/instances/{instance_id}'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/workbench_instance#name WorkbenchInstance#name}
- Specified by:
getNamein interfaceWorkbenchInstanceConfig
-
getDesiredState
public final String getDesiredState()
Description copied from interface:WorkbenchInstanceConfigDesired state of the Workbench Instance.Set this field to 'ACTIVE' to start the Instance, and 'STOPPED' to stop the Instance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/workbench_instance#desired_state WorkbenchInstance#desired_state}
- Specified by:
getDesiredStatein interfaceWorkbenchInstanceConfig
-
getDisableProxyAccess
public final Object getDisableProxyAccess()
Description copied from interface:WorkbenchInstanceConfigOptional. If true, the workbench instance will not register with the proxy.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/workbench_instance#disable_proxy_access WorkbenchInstance#disable_proxy_access}
- Specified by:
getDisableProxyAccessin interfaceWorkbenchInstanceConfig
-
getGceSetup
public final WorkbenchInstanceGceSetup getGceSetup()
Description copied from interface:WorkbenchInstanceConfiggce_setup block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/workbench_instance#gce_setup WorkbenchInstance#gce_setup}
- Specified by:
getGceSetupin interfaceWorkbenchInstanceConfig
-
getId
public final String getId()
Description copied from interface:WorkbenchInstanceConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/workbench_instance#id WorkbenchInstance#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
- Specified by:
getIdin interfaceWorkbenchInstanceConfig
-
getInstanceId
public final String getInstanceId()
Description copied from interface:WorkbenchInstanceConfigRequired. User-defined unique ID of this instance.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/workbench_instance#instance_id WorkbenchInstance#instance_id}
- Specified by:
getInstanceIdin interfaceWorkbenchInstanceConfig
-
getInstanceOwners
public final List<String> getInstanceOwners()
Description copied from interface:WorkbenchInstanceConfig'Optional.Input only. The owner of this instance after creation. Format: 'alias@example.com' Currently supports one owner only. If not specified, all of the service account users of your VM instance''s service account can use the instance.' Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/workbench_instance#instance_owners WorkbenchInstance#instance_owners}
- Specified by:
getInstanceOwnersin interfaceWorkbenchInstanceConfig
-
getLabels
public final Map<String,String> getLabels()
Description copied from interface:WorkbenchInstanceConfigOptional. Labels to apply to this instance. These can be later modified by the UpdateInstance method.**Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/workbench_instance#labels WorkbenchInstance#labels}
- Specified by:
getLabelsin interfaceWorkbenchInstanceConfig
-
getProject
public final String getProject()
Description copied from interface:WorkbenchInstanceConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/workbench_instance#project WorkbenchInstance#project}.- Specified by:
getProjectin interfaceWorkbenchInstanceConfig
-
getTimeouts
public final WorkbenchInstanceTimeouts getTimeouts()
Description copied from interface:WorkbenchInstanceConfigtimeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/workbench_instance#timeouts WorkbenchInstance#timeouts}
- Specified by:
getTimeoutsin interfaceWorkbenchInstanceConfig
-
getConnection
public final Object getConnection()
- Specified by:
getConnectionin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getCount
public final Object getCount()
- Specified by:
getCountin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getDependsOn
public final List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()
- Specified by:
getDependsOnin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getForEach
public final com.hashicorp.cdktf.ITerraformIterator getForEach()
- Specified by:
getForEachin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getLifecycle
public final com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()
- Specified by:
getLifecyclein interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvider
public final com.hashicorp.cdktf.TerraformProvider getProvider()
- Specified by:
getProviderin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvisioners
public final List<Object> getProvisioners()
- Specified by:
getProvisionersin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-