Interface NotebooksRuntimeVirtualMachineVirtualMachineConfigDataDiskInitializeParams
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
NotebooksRuntimeVirtualMachineVirtualMachineConfigDataDiskInitializeParams.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.204Z") @Stability(Stable) public interface NotebooksRuntimeVirtualMachineVirtualMachineConfigDataDiskInitializeParams extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classNotebooksRuntimeVirtualMachineVirtualMachineConfigDataDiskInitializeParams.Builderstatic classNotebooksRuntimeVirtualMachineVirtualMachineConfigDataDiskInitializeParams.Jsii$ProxyAn implementation forNotebooksRuntimeVirtualMachineVirtualMachineConfigDataDiskInitializeParams
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static NotebooksRuntimeVirtualMachineVirtualMachineConfigDataDiskInitializeParams.Builderbuilder()default StringgetDescription()Provide this property when creating the disk.default StringgetDiskName()Specifies the disk name.default NumbergetDiskSizeGb()Specifies the size of the disk in base-2 GB.default StringgetDiskType()The type of the boot disk attached to this runtime, defaults to standard persistent disk.default Map<String,String>getLabels()Labels to apply to this disk.
-
-
-
Method Detail
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
Provide this property when creating the disk.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/notebooks_runtime#description NotebooksRuntime#description}
-
getDiskName
@Stability(Stable) @Nullable default String getDiskName()
Specifies the disk name.If not specified, the default is to use the name of the instance. If the disk with the instance name exists already in the given zone/region, a new name will be automatically generated. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/notebooks_runtime#disk_name NotebooksRuntime#disk_name}
-
getDiskSizeGb
@Stability(Stable) @Nullable default Number getDiskSizeGb()
Specifies the size of the disk in base-2 GB.If not specified, the disk will be the same size as the image (usually 10GB). If specified, the size must be equal to or larger than 10GB. Default 100 GB. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/notebooks_runtime#disk_size_gb NotebooksRuntime#disk_size_gb}
-
getDiskType
@Stability(Stable) @Nullable default String getDiskType()
The type of the boot disk attached to this runtime, defaults to standard persistent disk. For valid values, see 'https://cloud.google.com/vertex-ai/docs/workbench/ reference/rest/v1/projects.locations.runtimes#disktype'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/notebooks_runtime#disk_type NotebooksRuntime#disk_type}
-
getLabels
@Stability(Stable) @Nullable default Map<String,String> getLabels()
Labels to apply to this disk.These can be later modified by the disks.setLabels method. This field is only applicable for persistent disks. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/notebooks_runtime#labels NotebooksRuntime#labels}
-
builder
@Stability(Stable) static NotebooksRuntimeVirtualMachineVirtualMachineConfigDataDiskInitializeParams.Builder builder()
-
-