Interface ComputeInstanceFromTemplateScratchDisk
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeInstanceFromTemplateScratchDisk.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.503Z") @Stability(Stable) public interface ComputeInstanceFromTemplateScratchDisk extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeInstanceFromTemplateScratchDisk.BuilderA builder forComputeInstanceFromTemplateScratchDiskstatic classComputeInstanceFromTemplateScratchDisk.Jsii$ProxyAn implementation forComputeInstanceFromTemplateScratchDisk
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ComputeInstanceFromTemplateScratchDisk.Builderbuilder()default StringgetDeviceName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_from_template#device_name ComputeInstanceFromTemplate#device_name}.default StringgetInterfaceValue()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_from_template#interface ComputeInstanceFromTemplate#interface}.default NumbergetSize()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_from_template#size ComputeInstanceFromTemplate#size}.
-
-
-
Method Detail
-
getDeviceName
@Stability(Stable) @Nullable default String getDeviceName()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_from_template#device_name ComputeInstanceFromTemplate#device_name}.
-
getInterfaceValue
@Stability(Stable) @Nullable default String getInterfaceValue()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_from_template#interface ComputeInstanceFromTemplate#interface}.
-
getSize
@Stability(Stable) @Nullable default Number getSize()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_from_template#size ComputeInstanceFromTemplate#size}.
-
builder
@Stability(Stable) static ComputeInstanceFromTemplateScratchDisk.Builder builder()
-
-