Interface ContainerAzureClusterControlPlaneRootVolume
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ContainerAzureClusterControlPlaneRootVolume.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:19.178Z") @Stability(Stable) public interface ContainerAzureClusterControlPlaneRootVolume extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classContainerAzureClusterControlPlaneRootVolume.BuilderA builder forContainerAzureClusterControlPlaneRootVolumestatic classContainerAzureClusterControlPlaneRootVolume.Jsii$ProxyAn implementation forContainerAzureClusterControlPlaneRootVolume
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ContainerAzureClusterControlPlaneRootVolume.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_cluster#size_gib ContainerAzureCluster#size_gib}
-
builder
@Stability(Stable) static ContainerAzureClusterControlPlaneRootVolume.Builder builder()
-
-