Interface NotebooksEnvironmentVmImage
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
NotebooksEnvironmentVmImage.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.175Z") @Stability(Stable) public interface NotebooksEnvironmentVmImage extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classNotebooksEnvironmentVmImage.BuilderA builder forNotebooksEnvironmentVmImagestatic classNotebooksEnvironmentVmImage.Jsii$ProxyAn implementation forNotebooksEnvironmentVmImage
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static NotebooksEnvironmentVmImage.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_environment#project NotebooksEnvironment#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_environment#image_family NotebooksEnvironment#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_environment#image_name NotebooksEnvironment#image_name}
-
builder
@Stability(Stable) static NotebooksEnvironmentVmImage.Builder builder()
-
-