Interface ContainerNodePoolNodeConfigLocalNvmeSsdBlockConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ContainerNodePoolNodeConfigLocalNvmeSsdBlockConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:19.307Z") @Stability(Stable) public interface ContainerNodePoolNodeConfigLocalNvmeSsdBlockConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classContainerNodePoolNodeConfigLocalNvmeSsdBlockConfig.BuilderA builder forContainerNodePoolNodeConfigLocalNvmeSsdBlockConfigstatic classContainerNodePoolNodeConfigLocalNvmeSsdBlockConfig.Jsii$ProxyAn implementation forContainerNodePoolNodeConfigLocalNvmeSsdBlockConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ContainerNodePoolNodeConfigLocalNvmeSsdBlockConfig.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_node_pool#local_ssd_count ContainerNodePool#local_ssd_count}
-
builder
@Stability(Stable) static ContainerNodePoolNodeConfigLocalNvmeSsdBlockConfig.Builder builder()
-
-