Interface NotebooksRuntimeVirtualMachineVirtualMachineConfigDataDisk
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
NotebooksRuntimeVirtualMachineVirtualMachineConfigDataDisk.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.204Z") @Stability(Stable) public interface NotebooksRuntimeVirtualMachineVirtualMachineConfigDataDisk extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classNotebooksRuntimeVirtualMachineVirtualMachineConfigDataDisk.Builderstatic classNotebooksRuntimeVirtualMachineVirtualMachineConfigDataDisk.Jsii$ProxyAn implementation forNotebooksRuntimeVirtualMachineVirtualMachineConfigDataDisk
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static NotebooksRuntimeVirtualMachineVirtualMachineConfigDataDisk.Builderbuilder()default NotebooksRuntimeVirtualMachineVirtualMachineConfigDataDiskInitializeParamsgetInitializeParams()initialize_params block.default StringgetInterfaceValue()"Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME.default StringgetMode()The mode in which to attach this disk, either READ_WRITE or READ_ONLY.default StringgetSource()Specifies a valid partial or full URL to an existing Persistent Disk resource.default StringgetType()Specifies the type of the disk, either SCRATCH or PERSISTENT.
-
-
-
Method Detail
-
getInitializeParams
@Stability(Stable) @Nullable default NotebooksRuntimeVirtualMachineVirtualMachineConfigDataDiskInitializeParams getInitializeParams()
initialize_params block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/notebooks_runtime#initialize_params NotebooksRuntime#initialize_params}
-
getInterfaceValue
@Stability(Stable) @Nullable default String getInterfaceValue()
"Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME.The default is SCSI. Persistent disks must always use SCSI and the request will fail if you attempt to attach a persistent disk in any other format than SCSI. Local SSDs can use either NVME or SCSI. For performance characteristics of SCSI over NVMe, see Local SSD performance. Valid values: * NVME * SCSI". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/notebooks_runtime#interface NotebooksRuntime#interface}
-
getMode
@Stability(Stable) @Nullable default String getMode()
The mode in which to attach this disk, either READ_WRITE or READ_ONLY.If not specified, the default is to attach the disk in READ_WRITE mode. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/notebooks_runtime#mode NotebooksRuntime#mode}
-
getSource
@Stability(Stable) @Nullable default String getSource()
Specifies a valid partial or full URL to an existing Persistent Disk resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/notebooks_runtime#source NotebooksRuntime#source}
-
getType
@Stability(Stable) @Nullable default String getType()
Specifies the type of the disk, either SCRATCH or PERSISTENT. If not specified, the default is PERSISTENT.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/notebooks_runtime#type NotebooksRuntime#type}
-
builder
@Stability(Stable) static NotebooksRuntimeVirtualMachineVirtualMachineConfigDataDisk.Builder builder()
-
-