Interface AwsVolumeTemplateOrBuilder (0.36.0)

public interface AwsVolumeTemplateOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIops()

public abstract int getIops()

Optional. The number of I/O operations per second (IOPS) to provision for GP3 volume.

int32 iops = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

The iops.

getKmsKeyArn()

public abstract String getKmsKeyArn()

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.

string kms_key_arn = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The kmsKeyArn.

getKmsKeyArnBytes()

public abstract ByteString getKmsKeyArnBytes()

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.

string kms_key_arn = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for kmsKeyArn.

getSizeGib()

public abstract int getSizeGib()

Optional. The size of the volume, in GiBs.

When unspecified, a default value is provided. See the specific reference in the parent resource.

int32 size_gib = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

The sizeGib.

getThroughput()

public abstract int getThroughput()

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.

int32 throughput = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

The throughput.

getVolumeType()

public abstract AwsVolumeTemplate.VolumeType getVolumeType()

Optional. Type of the EBS volume.

When unspecified, it defaults to GP2 volume.

.google.cloud.gkemulticloud.v1.AwsVolumeTemplate.VolumeType volume_type = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
AwsVolumeTemplate.VolumeType

The volumeType.

getVolumeTypeValue()

public abstract int getVolumeTypeValue()

Optional. Type of the EBS volume.

When unspecified, it defaults to GP2 volume.

.google.cloud.gkemulticloud.v1.AwsVolumeTemplate.VolumeType volume_type = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

The enum numeric value on the wire for volumeType.