Interface NotebooksInstanceVmImage
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
NotebooksInstanceVmImage.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.182Z") @Stability(Stable) public interface NotebooksInstanceVmImage extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classNotebooksInstanceVmImage.BuilderA builder forNotebooksInstanceVmImagestatic classNotebooksInstanceVmImage.Jsii$ProxyAn implementation forNotebooksInstanceVmImage
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static NotebooksInstanceVmImage.Builderbuilder()default StringgetImageFamily()Use this VM image family to find the image; the newest image in this family will be used.default StringgetImageName()Use VM image name to find the image.StringgetProject()The name of the Google Cloud project that this VM image belongs to.
-
-
-
Method Detail
-
getProject
@Stability(Stable) @NotNull String getProject()
The name of the Google Cloud project that this VM image belongs to. Format: projects/{project_id}.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/notebooks_instance#project NotebooksInstance#project}
-
getImageFamily
@Stability(Stable) @Nullable default String getImageFamily()
Use this VM image family to find the image; the newest image in this family will be used.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/notebooks_instance#image_family NotebooksInstance#image_family}
-
getImageName
@Stability(Stable) @Nullable default String getImageName()
Use VM image name to find the image.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/notebooks_instance#image_name NotebooksInstance#image_name}
-
builder
@Stability(Stable) static NotebooksInstanceVmImage.Builder builder()
- Returns:
- a
NotebooksInstanceVmImage.BuilderofNotebooksInstanceVmImage
-
-