Interface ContainerAzureNodePoolConfigRootVolume
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ContainerAzureNodePoolConfigRootVolume.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:19.189Z") @Stability(Stable) public interface ContainerAzureNodePoolConfigRootVolume extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classContainerAzureNodePoolConfigRootVolume.BuilderA builder forContainerAzureNodePoolConfigRootVolumestatic classContainerAzureNodePoolConfigRootVolume.Jsii$ProxyAn implementation forContainerAzureNodePoolConfigRootVolume
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ContainerAzureNodePoolConfigRootVolume.Builderbuilder()default NumbergetSizeGib()Optional.
-
-
-
Method Detail
-
getSizeGib
@Stability(Stable) @Nullable default Number getSizeGib()
Optional.The size of the disk, in GiBs. When unspecified, a default value is provided. See the specific reference in the parent resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_azure_node_pool#size_gib ContainerAzureNodePool#size_gib}
-
builder
@Stability(Stable) static ContainerAzureNodePoolConfigRootVolume.Builder builder()
-
-