Interface ComputeDiskGuestOsFeatures
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeDiskGuestOsFeatures.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.344Z") @Stability(Stable) public interface ComputeDiskGuestOsFeatures extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeDiskGuestOsFeatures.BuilderA builder forComputeDiskGuestOsFeaturesstatic classComputeDiskGuestOsFeatures.Jsii$ProxyAn implementation forComputeDiskGuestOsFeatures
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ComputeDiskGuestOsFeatures.Builderbuilder()StringgetType()The type of supported feature.
-
-
-
Method Detail
-
getType
@Stability(Stable) @NotNull String getType()
The type of supported feature. Read Enabling guest operating system features to see a list of available options.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_disk#type ComputeDisk#type}
-
builder
@Stability(Stable) static ComputeDiskGuestOsFeatures.Builder builder()
- Returns:
- a
ComputeDiskGuestOsFeatures.BuilderofComputeDiskGuestOsFeatures
-
-