Class AwsVolumeTemplate (0.6.8)

AwsVolumeTemplate(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Configuration template for AWS EBS volumes.

Attributes

NameDescription
size_gib int
Optional. The size of the volume, in GiBs. When unspecified, a default value is provided. See the specific reference in the parent resource.
volume_type google.cloud.gke_multicloud_v1.types.AwsVolumeTemplate.VolumeType
Optional. Type of the EBS volume. When unspecified, it defaults to GP2 volume.
iops int
Optional. The number of I/O operations per second (IOPS) to provision for GP3 volume.
throughput int
Optional. The throughput that the volume supports, in MiB/s. Only valid if volume_type is GP3. If the volume_type is GP3 and this is not speficied, it defaults to 125.
kms_key_arn str
Optional. 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.

Classes

VolumeType

VolumeType(value)

Types of supported EBS volumes. We currently only support GP2 or GP3 volumes. See https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html for more information.

Values: VOLUME_TYPE_UNSPECIFIED (0): Not set. GP2 (1): GP2 (General Purpose SSD volume type). GP3 (2): GP3 (General Purpose SSD volume type).