Class ContainerAwsNodePoolConfigRootVolume.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.container_aws_node_pool.ContainerAwsNodePoolConfigRootVolume.Jsii$Proxy
-
- All Implemented Interfaces:
ContainerAwsNodePoolConfigRootVolume,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ContainerAwsNodePoolConfigRootVolume
@Stability(Stable) @Internal public static final class ContainerAwsNodePoolConfigRootVolume.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ContainerAwsNodePoolConfigRootVolume
An implementation forContainerAwsNodePoolConfigRootVolume
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.container_aws_node_pool.ContainerAwsNodePoolConfigRootVolume
ContainerAwsNodePoolConfigRootVolume.Builder, ContainerAwsNodePoolConfigRootVolume.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ContainerAwsNodePoolConfigRootVolume.Builder builder)Constructor that initializes the object based on literal property values passed by theContainerAwsNodePoolConfigRootVolume.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)NumbergetIops()Optional.StringgetKmsKeyArn()Optional.NumbergetSizeGib()Optional.NumbergetThroughput()Optional.StringgetVolumeType()Optional.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(ContainerAwsNodePoolConfigRootVolume.Builder builder)
Constructor that initializes the object based on literal property values passed by theContainerAwsNodePoolConfigRootVolume.Builder.
-
-
Method Detail
-
getIops
public final Number getIops()
Description copied from interface:ContainerAwsNodePoolConfigRootVolumeOptional. The number of I/O operations per second (IOPS) to provision for GP3 volume.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#iops ContainerAwsNodePool#iops}
- Specified by:
getIopsin interfaceContainerAwsNodePoolConfigRootVolume
-
getKmsKeyArn
public final String getKmsKeyArn()
Description copied from interface:ContainerAwsNodePoolConfigRootVolumeOptional.The Amazon Resource Name (ARN) of the Customer Managed Key (CMK) used to encrypt AWS EBS volumes. If not specified, the default Amazon managed key associated to the AWS region where this cluster runs will be used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#kms_key_arn ContainerAwsNodePool#kms_key_arn}
- Specified by:
getKmsKeyArnin interfaceContainerAwsNodePoolConfigRootVolume
-
getSizeGib
public final Number getSizeGib()
Description copied from interface:ContainerAwsNodePoolConfigRootVolumeOptional.The size of the volume, 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_aws_node_pool#size_gib ContainerAwsNodePool#size_gib}
- Specified by:
getSizeGibin interfaceContainerAwsNodePoolConfigRootVolume
-
getThroughput
public final Number getThroughput()
Description copied from interface:ContainerAwsNodePoolConfigRootVolumeOptional.The throughput to provision for the volume, in MiB/s. Only valid if the volume type is GP3. If volume type is gp3 and throughput is not specified, the throughput will defaults to 125. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#throughput ContainerAwsNodePool#throughput}
- Specified by:
getThroughputin interfaceContainerAwsNodePoolConfigRootVolume
-
getVolumeType
public final String getVolumeType()
Description copied from interface:ContainerAwsNodePoolConfigRootVolumeOptional. Type of the EBS volume. When unspecified, it defaults to GP2 volume. Possible values: VOLUME_TYPE_UNSPECIFIED, GP2, GP3.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#volume_type ContainerAwsNodePool#volume_type}
- Specified by:
getVolumeTypein interfaceContainerAwsNodePoolConfigRootVolume
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-