Interface ContainerClusterNodeConfigEphemeralStorageLocalSsdConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ContainerClusterNodeConfigEphemeralStorageLocalSsdConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:19.237Z") @Stability(Stable) public interface ContainerClusterNodeConfigEphemeralStorageLocalSsdConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classContainerClusterNodeConfigEphemeralStorageLocalSsdConfig.BuilderA builder forContainerClusterNodeConfigEphemeralStorageLocalSsdConfigstatic classContainerClusterNodeConfigEphemeralStorageLocalSsdConfig.Jsii$ProxyAn implementation forContainerClusterNodeConfigEphemeralStorageLocalSsdConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ContainerClusterNodeConfigEphemeralStorageLocalSsdConfig.Builderbuilder()NumbergetLocalSsdCount()Number of local SSDs to use to back ephemeral storage.
-
-
-
Method Detail
-
getLocalSsdCount
@Stability(Stable) @NotNull Number getLocalSsdCount()
Number of local SSDs to use to back ephemeral storage.Uses NVMe interfaces. Each local SSD must be 375 or 3000 GB in size, and all local SSDs must share the same size. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#local_ssd_count ContainerCluster#local_ssd_count}
-
builder
@Stability(Stable) static ContainerClusterNodeConfigEphemeralStorageLocalSsdConfig.Builder builder()
-
-