Uses of Class
com.hashicorp.cdktf.providers.google.notebooks_runtime.NotebooksRuntime.Builder
-
Packages that use NotebooksRuntime.Builder Package Description com.hashicorp.cdktf.providers.google.notebooks_runtime google_notebooks_runtime -
-
Uses of NotebooksRuntime.Builder in com.hashicorp.cdktf.providers.google.notebooks_runtime
Methods in com.hashicorp.cdktf.providers.google.notebooks_runtime that return NotebooksRuntime.Builder Modifier and Type Method Description NotebooksRuntime.BuilderNotebooksRuntime.Builder. accessConfig(NotebooksRuntimeAccessConfig accessConfig)access_config block.NotebooksRuntime.BuilderNotebooksRuntime.Builder. connection(com.hashicorp.cdktf.SSHProvisionerConnection connection)NotebooksRuntime.BuilderNotebooksRuntime.Builder. connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)NotebooksRuntime.BuilderNotebooksRuntime.Builder. count(com.hashicorp.cdktf.TerraformCount count)NotebooksRuntime.BuilderNotebooksRuntime.Builder. count(Number count)static NotebooksRuntime.BuilderNotebooksRuntime.Builder. create(software.constructs.Construct scope, String id)NotebooksRuntime.BuilderNotebooksRuntime.Builder. dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)NotebooksRuntime.BuilderNotebooksRuntime.Builder. forEach(com.hashicorp.cdktf.ITerraformIterator forEach)NotebooksRuntime.BuilderNotebooksRuntime.Builder. id(String id)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/notebooks_runtime#id NotebooksRuntime#id}.NotebooksRuntime.BuilderNotebooksRuntime.Builder. labels(Map<String,String> labels)The labels to associate with this runtime.NotebooksRuntime.BuilderNotebooksRuntime.Builder. lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)NotebooksRuntime.BuilderNotebooksRuntime.Builder. location(String location)A reference to the zone where the machine resides.NotebooksRuntime.BuilderNotebooksRuntime.Builder. name(String name)The name specified for the Notebook runtime.NotebooksRuntime.BuilderNotebooksRuntime.Builder. project(String project)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/notebooks_runtime#project NotebooksRuntime#project}.NotebooksRuntime.BuilderNotebooksRuntime.Builder. provider(com.hashicorp.cdktf.TerraformProvider provider)NotebooksRuntime.BuilderNotebooksRuntime.Builder. provisioners(List<? extends Object> provisioners)NotebooksRuntime.BuilderNotebooksRuntime.Builder. softwareConfig(NotebooksRuntimeSoftwareConfig softwareConfig)software_config block.NotebooksRuntime.BuilderNotebooksRuntime.Builder. timeouts(NotebooksRuntimeTimeouts timeouts)timeouts block.NotebooksRuntime.BuilderNotebooksRuntime.Builder. virtualMachine(NotebooksRuntimeVirtualMachine virtualMachine)virtual_machine block.
-