Interface ContainerClusterNodePoolNodeConfigLocalNvmeSsdBlockConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ContainerClusterNodePoolNodeConfigLocalNvmeSsdBlockConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:19.268Z") @Stability(Stable) public interface ContainerClusterNodePoolNodeConfigLocalNvmeSsdBlockConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classContainerClusterNodePoolNodeConfigLocalNvmeSsdBlockConfig.Builderstatic classContainerClusterNodePoolNodeConfigLocalNvmeSsdBlockConfig.Jsii$ProxyAn implementation forContainerClusterNodePoolNodeConfigLocalNvmeSsdBlockConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ContainerClusterNodePoolNodeConfigLocalNvmeSsdBlockConfig.Builderbuilder()NumbergetLocalSsdCount()Number of raw-block local NVMe SSD disks to be attached to the node.
-
-
-
Method Detail
-
getLocalSsdCount
@Stability(Stable) @NotNull Number getLocalSsdCount()
Number of raw-block local NVMe SSD disks to be attached to the node.Each local SSD is 375 GB in 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 ContainerClusterNodePoolNodeConfigLocalNvmeSsdBlockConfig.Builder builder()
-
-