/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Describes an EBS volume for a Scheduled Instance.See Also:
* AWS
* API Reference
Indicates whether the volume is deleted on instance termination.
*/ inline bool GetDeleteOnTermination() const{ return m_deleteOnTermination; } /** *Indicates whether the volume is deleted on instance termination.
*/ inline bool DeleteOnTerminationHasBeenSet() const { return m_deleteOnTerminationHasBeenSet; } /** *Indicates whether the volume is deleted on instance termination.
*/ inline void SetDeleteOnTermination(bool value) { m_deleteOnTerminationHasBeenSet = true; m_deleteOnTermination = value; } /** *Indicates whether the volume is deleted on instance termination.
*/ inline ScheduledInstancesEbs& WithDeleteOnTermination(bool value) { SetDeleteOnTermination(value); return *this;} /** *Indicates whether the volume is encrypted. You can attached encrypted volumes * only to instances that support them.
*/ inline bool GetEncrypted() const{ return m_encrypted; } /** *Indicates whether the volume is encrypted. You can attached encrypted volumes * only to instances that support them.
*/ inline bool EncryptedHasBeenSet() const { return m_encryptedHasBeenSet; } /** *Indicates whether the volume is encrypted. You can attached encrypted volumes * only to instances that support them.
*/ inline void SetEncrypted(bool value) { m_encryptedHasBeenSet = true; m_encrypted = value; } /** *Indicates whether the volume is encrypted. You can attached encrypted volumes * only to instances that support them.
*/ inline ScheduledInstancesEbs& WithEncrypted(bool value) { SetEncrypted(value); return *this;} /** *The number of I/O operations per second (IOPS) to provision for an
* io1 or io2 volume, with a maximum ratio of 50 IOPS/GiB
* for io1, and 500 IOPS/GiB for io2. Range is 100 to
* 64,000 IOPS for volumes in most Regions. Maximum IOPS of 64,000 is guaranteed
* only on Nitro-based
* instances. Other instance families guarantee performance up to 32,000 IOPS.
* For more information, see Amazon
* EBS Volume Types in the Amazon Elastic Compute Cloud User Guide.
This parameter is valid only for Provisioned IOPS SSD (io1 and
* io2) volumes.
The number of I/O operations per second (IOPS) to provision for an
* io1 or io2 volume, with a maximum ratio of 50 IOPS/GiB
* for io1, and 500 IOPS/GiB for io2. Range is 100 to
* 64,000 IOPS for volumes in most Regions. Maximum IOPS of 64,000 is guaranteed
* only on Nitro-based
* instances. Other instance families guarantee performance up to 32,000 IOPS.
* For more information, see Amazon
* EBS Volume Types in the Amazon Elastic Compute Cloud User Guide.
This parameter is valid only for Provisioned IOPS SSD (io1 and
* io2) volumes.
The number of I/O operations per second (IOPS) to provision for an
* io1 or io2 volume, with a maximum ratio of 50 IOPS/GiB
* for io1, and 500 IOPS/GiB for io2. Range is 100 to
* 64,000 IOPS for volumes in most Regions. Maximum IOPS of 64,000 is guaranteed
* only on Nitro-based
* instances. Other instance families guarantee performance up to 32,000 IOPS.
* For more information, see Amazon
* EBS Volume Types in the Amazon Elastic Compute Cloud User Guide.
This parameter is valid only for Provisioned IOPS SSD (io1 and
* io2) volumes.
The number of I/O operations per second (IOPS) to provision for an
* io1 or io2 volume, with a maximum ratio of 50 IOPS/GiB
* for io1, and 500 IOPS/GiB for io2. Range is 100 to
* 64,000 IOPS for volumes in most Regions. Maximum IOPS of 64,000 is guaranteed
* only on Nitro-based
* instances. Other instance families guarantee performance up to 32,000 IOPS.
* For more information, see Amazon
* EBS Volume Types in the Amazon Elastic Compute Cloud User Guide.
This parameter is valid only for Provisioned IOPS SSD (io1 and
* io2) volumes.
The ID of the snapshot.
*/ inline const Aws::String& GetSnapshotId() const{ return m_snapshotId; } /** *The ID of the snapshot.
*/ inline bool SnapshotIdHasBeenSet() const { return m_snapshotIdHasBeenSet; } /** *The ID of the snapshot.
*/ inline void SetSnapshotId(const Aws::String& value) { m_snapshotIdHasBeenSet = true; m_snapshotId = value; } /** *The ID of the snapshot.
*/ inline void SetSnapshotId(Aws::String&& value) { m_snapshotIdHasBeenSet = true; m_snapshotId = std::move(value); } /** *The ID of the snapshot.
*/ inline void SetSnapshotId(const char* value) { m_snapshotIdHasBeenSet = true; m_snapshotId.assign(value); } /** *The ID of the snapshot.
*/ inline ScheduledInstancesEbs& WithSnapshotId(const Aws::String& value) { SetSnapshotId(value); return *this;} /** *The ID of the snapshot.
*/ inline ScheduledInstancesEbs& WithSnapshotId(Aws::String&& value) { SetSnapshotId(std::move(value)); return *this;} /** *The ID of the snapshot.
*/ inline ScheduledInstancesEbs& WithSnapshotId(const char* value) { SetSnapshotId(value); return *this;} /** *The size of the volume, in GiB.
Default: If you're creating the volume * from a snapshot and don't specify a volume size, the default is the snapshot * size.
*/ inline int GetVolumeSize() const{ return m_volumeSize; } /** *The size of the volume, in GiB.
Default: If you're creating the volume * from a snapshot and don't specify a volume size, the default is the snapshot * size.
*/ inline bool VolumeSizeHasBeenSet() const { return m_volumeSizeHasBeenSet; } /** *The size of the volume, in GiB.
Default: If you're creating the volume * from a snapshot and don't specify a volume size, the default is the snapshot * size.
*/ inline void SetVolumeSize(int value) { m_volumeSizeHasBeenSet = true; m_volumeSize = value; } /** *The size of the volume, in GiB.
Default: If you're creating the volume * from a snapshot and don't specify a volume size, the default is the snapshot * size.
*/ inline ScheduledInstancesEbs& WithVolumeSize(int value) { SetVolumeSize(value); return *this;} /** *The volume type. gp2 for General Purpose SSD, io1
* or io2 for Provisioned IOPS SSD, Throughput Optimized HDD for
* st1, Cold HDD for sc1, or standard for
* Magnetic.
Default: gp2
The volume type. gp2 for General Purpose SSD, io1
* or io2 for Provisioned IOPS SSD, Throughput Optimized HDD for
* st1, Cold HDD for sc1, or standard for
* Magnetic.
Default: gp2
The volume type. gp2 for General Purpose SSD, io1
* or io2 for Provisioned IOPS SSD, Throughput Optimized HDD for
* st1, Cold HDD for sc1, or standard for
* Magnetic.
Default: gp2
The volume type. gp2 for General Purpose SSD, io1
* or io2 for Provisioned IOPS SSD, Throughput Optimized HDD for
* st1, Cold HDD for sc1, or standard for
* Magnetic.
Default: gp2
The volume type. gp2 for General Purpose SSD, io1
* or io2 for Provisioned IOPS SSD, Throughput Optimized HDD for
* st1, Cold HDD for sc1, or standard for
* Magnetic.
Default: gp2
The volume type. gp2 for General Purpose SSD, io1
* or io2 for Provisioned IOPS SSD, Throughput Optimized HDD for
* st1, Cold HDD for sc1, or standard for
* Magnetic.
Default: gp2
The volume type. gp2 for General Purpose SSD, io1
* or io2 for Provisioned IOPS SSD, Throughput Optimized HDD for
* st1, Cold HDD for sc1, or standard for
* Magnetic.
Default: gp2
The volume type. gp2 for General Purpose SSD, io1
* or io2 for Provisioned IOPS SSD, Throughput Optimized HDD for
* st1, Cold HDD for sc1, or standard for
* Magnetic.
Default: gp2