Interface NotebooksRuntimeVirtualMachineVirtualMachineConfigDataDisk

    • Method Detail

      • 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}