@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Ebs extends Object implements Serializable, Cloneable
Describes information used to set up an Amazon EBS volume specified in a block device mapping.
Constructor and Description |
---|
Ebs() |
Modifier and Type | Method and Description |
---|---|
Ebs |
clone() |
boolean |
equals(Object obj) |
Boolean |
getDeleteOnTermination()
Indicates whether the volume is deleted on instance termination.
|
Boolean |
getEncrypted()
Specifies whether the volume should be encrypted.
|
Integer |
getIops()
The number of I/O operations per second (IOPS) to provision for the volume.
|
String |
getSnapshotId()
The snapshot ID of the volume to use.
|
Integer |
getVolumeSize()
The volume size, in Gibibytes (GiB).
|
String |
getVolumeType()
The volume type, which can be
standard for Magnetic, io1 for Provisioned IOPS SSD,
gp2 for General Purpose SSD, st1 for Throughput Optimized HDD, or sc1 for
Cold HDD. |
int |
hashCode() |
Boolean |
isDeleteOnTermination()
Indicates whether the volume is deleted on instance termination.
|
Boolean |
isEncrypted()
Specifies whether the volume should be encrypted.
|
void |
setDeleteOnTermination(Boolean deleteOnTermination)
Indicates whether the volume is deleted on instance termination.
|
void |
setEncrypted(Boolean encrypted)
Specifies whether the volume should be encrypted.
|
void |
setIops(Integer iops)
The number of I/O operations per second (IOPS) to provision for the volume.
|
void |
setSnapshotId(String snapshotId)
The snapshot ID of the volume to use.
|
void |
setVolumeSize(Integer volumeSize)
The volume size, in Gibibytes (GiB).
|
void |
setVolumeType(String volumeType)
The volume type, which can be
standard for Magnetic, io1 for Provisioned IOPS SSD,
gp2 for General Purpose SSD, st1 for Throughput Optimized HDD, or sc1 for
Cold HDD. |
String |
toString()
Returns a string representation of this object.
|
Ebs |
withDeleteOnTermination(Boolean deleteOnTermination)
Indicates whether the volume is deleted on instance termination.
|
Ebs |
withEncrypted(Boolean encrypted)
Specifies whether the volume should be encrypted.
|
Ebs |
withIops(Integer iops)
The number of I/O operations per second (IOPS) to provision for the volume.
|
Ebs |
withSnapshotId(String snapshotId)
The snapshot ID of the volume to use.
|
Ebs |
withVolumeSize(Integer volumeSize)
The volume size, in Gibibytes (GiB).
|
Ebs |
withVolumeType(String volumeType)
The volume type, which can be
standard for Magnetic, io1 for Provisioned IOPS SSD,
gp2 for General Purpose SSD, st1 for Throughput Optimized HDD, or sc1 for
Cold HDD. |
public void setSnapshotId(String snapshotId)
The snapshot ID of the volume to use.
You must specify either a VolumeSize
or a SnapshotId
.
snapshotId
- The snapshot ID of the volume to use.
You must specify either a VolumeSize
or a SnapshotId
.
public String getSnapshotId()
The snapshot ID of the volume to use.
You must specify either a VolumeSize
or a SnapshotId
.
You must specify either a VolumeSize
or a SnapshotId
.
public Ebs withSnapshotId(String snapshotId)
The snapshot ID of the volume to use.
You must specify either a VolumeSize
or a SnapshotId
.
snapshotId
- The snapshot ID of the volume to use.
You must specify either a VolumeSize
or a SnapshotId
.
public void setVolumeSize(Integer volumeSize)
The volume size, in Gibibytes (GiB).
This can be a number from 1-1,024 for standard
, 4-16,384 for io1
, 1-16,384 for
gp2
, and 500-16,384 for st1
and sc1
. If you specify a snapshot, the volume
size must be equal to or larger than the snapshot size.
Default: If you create a volume from a snapshot and you don't specify a volume size, the default is the snapshot size.
You must specify either a VolumeSize
or a SnapshotId
. If you specify both
SnapshotId
and VolumeSize
, the volume size must be equal or greater than the size of
the snapshot.
volumeSize
- The volume size, in Gibibytes (GiB).
This can be a number from 1-1,024 for standard
, 4-16,384 for io1
, 1-16,384 for
gp2
, and 500-16,384 for st1
and sc1
. If you specify a snapshot, the
volume size must be equal to or larger than the snapshot size.
Default: If you create a volume from a snapshot and you don't specify a volume size, the default is the snapshot size.
You must specify either a VolumeSize
or a SnapshotId
. If you specify both
SnapshotId
and VolumeSize
, the volume size must be equal or greater than the
size of the snapshot.
public Integer getVolumeSize()
The volume size, in Gibibytes (GiB).
This can be a number from 1-1,024 for standard
, 4-16,384 for io1
, 1-16,384 for
gp2
, and 500-16,384 for st1
and sc1
. If you specify a snapshot, the volume
size must be equal to or larger than the snapshot size.
Default: If you create a volume from a snapshot and you don't specify a volume size, the default is the snapshot size.
You must specify either a VolumeSize
or a SnapshotId
. If you specify both
SnapshotId
and VolumeSize
, the volume size must be equal or greater than the size of
the snapshot.
This can be a number from 1-1,024 for standard
, 4-16,384 for io1
, 1-16,384 for
gp2
, and 500-16,384 for st1
and sc1
. If you specify a snapshot,
the volume size must be equal to or larger than the snapshot size.
Default: If you create a volume from a snapshot and you don't specify a volume size, the default is the snapshot size.
You must specify either a VolumeSize
or a SnapshotId
. If you specify both
SnapshotId
and VolumeSize
, the volume size must be equal or greater than the
size of the snapshot.
public Ebs withVolumeSize(Integer volumeSize)
The volume size, in Gibibytes (GiB).
This can be a number from 1-1,024 for standard
, 4-16,384 for io1
, 1-16,384 for
gp2
, and 500-16,384 for st1
and sc1
. If you specify a snapshot, the volume
size must be equal to or larger than the snapshot size.
Default: If you create a volume from a snapshot and you don't specify a volume size, the default is the snapshot size.
You must specify either a VolumeSize
or a SnapshotId
. If you specify both
SnapshotId
and VolumeSize
, the volume size must be equal or greater than the size of
the snapshot.
volumeSize
- The volume size, in Gibibytes (GiB).
This can be a number from 1-1,024 for standard
, 4-16,384 for io1
, 1-16,384 for
gp2
, and 500-16,384 for st1
and sc1
. If you specify a snapshot, the
volume size must be equal to or larger than the snapshot size.
Default: If you create a volume from a snapshot and you don't specify a volume size, the default is the snapshot size.
You must specify either a VolumeSize
or a SnapshotId
. If you specify both
SnapshotId
and VolumeSize
, the volume size must be equal or greater than the
size of the snapshot.
public void setVolumeType(String volumeType)
The volume type, which can be standard
for Magnetic, io1
for Provisioned IOPS SSD,
gp2
for General Purpose SSD, st1
for Throughput Optimized HDD, or sc1
for
Cold HDD. For more information, see Amazon EBS Volume Types in the
Amazon EC2 User Guide for Linux Instances.
Valid Values: standard
| io1
| gp2
| st1
| sc1
volumeType
- The volume type, which can be standard
for Magnetic, io1
for Provisioned IOPS
SSD, gp2
for General Purpose SSD, st1
for Throughput Optimized HDD, or
sc1
for Cold HDD. For more information, see Amazon EBS Volume Types
in the Amazon EC2 User Guide for Linux Instances.
Valid Values: standard
| io1
| gp2
| st1
|
sc1
public String getVolumeType()
The volume type, which can be standard
for Magnetic, io1
for Provisioned IOPS SSD,
gp2
for General Purpose SSD, st1
for Throughput Optimized HDD, or sc1
for
Cold HDD. For more information, see Amazon EBS Volume Types in the
Amazon EC2 User Guide for Linux Instances.
Valid Values: standard
| io1
| gp2
| st1
| sc1
standard
for Magnetic, io1
for Provisioned IOPS
SSD, gp2
for General Purpose SSD, st1
for Throughput Optimized HDD, or
sc1
for Cold HDD. For more information, see Amazon EBS Volume
Types in the Amazon EC2 User Guide for Linux Instances.
Valid Values: standard
| io1
| gp2
| st1
|
sc1
public Ebs withVolumeType(String volumeType)
The volume type, which can be standard
for Magnetic, io1
for Provisioned IOPS SSD,
gp2
for General Purpose SSD, st1
for Throughput Optimized HDD, or sc1
for
Cold HDD. For more information, see Amazon EBS Volume Types in the
Amazon EC2 User Guide for Linux Instances.
Valid Values: standard
| io1
| gp2
| st1
| sc1
volumeType
- The volume type, which can be standard
for Magnetic, io1
for Provisioned IOPS
SSD, gp2
for General Purpose SSD, st1
for Throughput Optimized HDD, or
sc1
for Cold HDD. For more information, see Amazon EBS Volume Types
in the Amazon EC2 User Guide for Linux Instances.
Valid Values: standard
| io1
| gp2
| st1
|
sc1
public void setDeleteOnTermination(Boolean deleteOnTermination)
Indicates whether the volume is deleted on instance termination. For Amazon EC2 Auto Scaling, the default value
is true
.
deleteOnTermination
- Indicates whether the volume is deleted on instance termination. For Amazon EC2 Auto Scaling, the default
value is true
.public Boolean getDeleteOnTermination()
Indicates whether the volume is deleted on instance termination. For Amazon EC2 Auto Scaling, the default value
is true
.
true
.public Ebs withDeleteOnTermination(Boolean deleteOnTermination)
Indicates whether the volume is deleted on instance termination. For Amazon EC2 Auto Scaling, the default value
is true
.
deleteOnTermination
- Indicates whether the volume is deleted on instance termination. For Amazon EC2 Auto Scaling, the default
value is true
.public Boolean isDeleteOnTermination()
Indicates whether the volume is deleted on instance termination. For Amazon EC2 Auto Scaling, the default value
is true
.
true
.public void setIops(Integer iops)
The number of I/O operations per second (IOPS) to provision for the volume. The maximum ratio of IOPS to volume size (in GiB) is 50:1. For more information, see Amazon EBS Volume Types in the Amazon EC2 User Guide for Linux Instances.
Required when the volume type is io1
. (Not used with standard
, gp2
,
st1
, or sc1
volumes.)
iops
- The number of I/O operations per second (IOPS) to provision for the volume. The maximum ratio of IOPS to
volume size (in GiB) is 50:1. For more information, see Amazon EBS Volume Types
in the Amazon EC2 User Guide for Linux Instances.
Required when the volume type is io1
. (Not used with standard
, gp2
,
st1
, or sc1
volumes.)
public Integer getIops()
The number of I/O operations per second (IOPS) to provision for the volume. The maximum ratio of IOPS to volume size (in GiB) is 50:1. For more information, see Amazon EBS Volume Types in the Amazon EC2 User Guide for Linux Instances.
Required when the volume type is io1
. (Not used with standard
, gp2
,
st1
, or sc1
volumes.)
Required when the volume type is io1
. (Not used with standard
, gp2
, st1
, or sc1
volumes.)
public Ebs withIops(Integer iops)
The number of I/O operations per second (IOPS) to provision for the volume. The maximum ratio of IOPS to volume size (in GiB) is 50:1. For more information, see Amazon EBS Volume Types in the Amazon EC2 User Guide for Linux Instances.
Required when the volume type is io1
. (Not used with standard
, gp2
,
st1
, or sc1
volumes.)
iops
- The number of I/O operations per second (IOPS) to provision for the volume. The maximum ratio of IOPS to
volume size (in GiB) is 50:1. For more information, see Amazon EBS Volume Types
in the Amazon EC2 User Guide for Linux Instances.
Required when the volume type is io1
. (Not used with standard
, gp2
,
st1
, or sc1
volumes.)
public void setEncrypted(Boolean encrypted)
Specifies whether the volume should be encrypted. Encrypted EBS volumes can only be attached to instances that support Amazon EBS encryption. For more information, see Supported Instance Types. If your AMI uses encrypted volumes, you can also only launch it on supported instance types.
If you are creating a volume from a snapshot, you cannot specify an encryption value. Volumes that are created from encrypted snapshots are automatically encrypted, and volumes that are created from unencrypted snapshots are automatically unencrypted. By default, encrypted snapshots use the AWS managed CMK that is used for EBS encryption, but you can specify a custom CMK when you create the snapshot. The ability to encrypt a snapshot during copying also allows you to apply a new CMK to an already-encrypted snapshot. Volumes restored from the resulting copy are only accessible using the new CMK.
Enabling encryption by default results in all EBS volumes being encrypted with the AWS managed CMK or a customer managed CMK, whether or not the snapshot was encrypted.
For more information, see Using Encryption with EBS-Backed AMIs in the Amazon EC2 User Guide for Linux Instances and Required CMK key policy for use with encrypted volumes in the Amazon EC2 Auto Scaling User Guide.
encrypted
- Specifies whether the volume should be encrypted. Encrypted EBS volumes can only be attached to instances
that support Amazon EBS encryption. For more information, see Supported Instance Types. If your AMI uses encrypted volumes, you can also only launch it on
supported instance types. If you are creating a volume from a snapshot, you cannot specify an encryption value. Volumes that are created from encrypted snapshots are automatically encrypted, and volumes that are created from unencrypted snapshots are automatically unencrypted. By default, encrypted snapshots use the AWS managed CMK that is used for EBS encryption, but you can specify a custom CMK when you create the snapshot. The ability to encrypt a snapshot during copying also allows you to apply a new CMK to an already-encrypted snapshot. Volumes restored from the resulting copy are only accessible using the new CMK.
Enabling encryption by default results in all EBS volumes being encrypted with the AWS managed CMK or a customer managed CMK, whether or not the snapshot was encrypted.
For more information, see Using Encryption with EBS-Backed AMIs in the Amazon EC2 User Guide for Linux Instances and Required CMK key policy for use with encrypted volumes in the Amazon EC2 Auto Scaling User Guide.
public Boolean getEncrypted()
Specifies whether the volume should be encrypted. Encrypted EBS volumes can only be attached to instances that support Amazon EBS encryption. For more information, see Supported Instance Types. If your AMI uses encrypted volumes, you can also only launch it on supported instance types.
If you are creating a volume from a snapshot, you cannot specify an encryption value. Volumes that are created from encrypted snapshots are automatically encrypted, and volumes that are created from unencrypted snapshots are automatically unencrypted. By default, encrypted snapshots use the AWS managed CMK that is used for EBS encryption, but you can specify a custom CMK when you create the snapshot. The ability to encrypt a snapshot during copying also allows you to apply a new CMK to an already-encrypted snapshot. Volumes restored from the resulting copy are only accessible using the new CMK.
Enabling encryption by default results in all EBS volumes being encrypted with the AWS managed CMK or a customer managed CMK, whether or not the snapshot was encrypted.
For more information, see Using Encryption with EBS-Backed AMIs in the Amazon EC2 User Guide for Linux Instances and Required CMK key policy for use with encrypted volumes in the Amazon EC2 Auto Scaling User Guide.
If you are creating a volume from a snapshot, you cannot specify an encryption value. Volumes that are created from encrypted snapshots are automatically encrypted, and volumes that are created from unencrypted snapshots are automatically unencrypted. By default, encrypted snapshots use the AWS managed CMK that is used for EBS encryption, but you can specify a custom CMK when you create the snapshot. The ability to encrypt a snapshot during copying also allows you to apply a new CMK to an already-encrypted snapshot. Volumes restored from the resulting copy are only accessible using the new CMK.
Enabling encryption by default results in all EBS volumes being encrypted with the AWS managed CMK or a customer managed CMK, whether or not the snapshot was encrypted.
For more information, see Using Encryption with EBS-Backed AMIs in the Amazon EC2 User Guide for Linux Instances and Required CMK key policy for use with encrypted volumes in the Amazon EC2 Auto Scaling User Guide.
public Ebs withEncrypted(Boolean encrypted)
Specifies whether the volume should be encrypted. Encrypted EBS volumes can only be attached to instances that support Amazon EBS encryption. For more information, see Supported Instance Types. If your AMI uses encrypted volumes, you can also only launch it on supported instance types.
If you are creating a volume from a snapshot, you cannot specify an encryption value. Volumes that are created from encrypted snapshots are automatically encrypted, and volumes that are created from unencrypted snapshots are automatically unencrypted. By default, encrypted snapshots use the AWS managed CMK that is used for EBS encryption, but you can specify a custom CMK when you create the snapshot. The ability to encrypt a snapshot during copying also allows you to apply a new CMK to an already-encrypted snapshot. Volumes restored from the resulting copy are only accessible using the new CMK.
Enabling encryption by default results in all EBS volumes being encrypted with the AWS managed CMK or a customer managed CMK, whether or not the snapshot was encrypted.
For more information, see Using Encryption with EBS-Backed AMIs in the Amazon EC2 User Guide for Linux Instances and Required CMK key policy for use with encrypted volumes in the Amazon EC2 Auto Scaling User Guide.
encrypted
- Specifies whether the volume should be encrypted. Encrypted EBS volumes can only be attached to instances
that support Amazon EBS encryption. For more information, see Supported Instance Types. If your AMI uses encrypted volumes, you can also only launch it on
supported instance types. If you are creating a volume from a snapshot, you cannot specify an encryption value. Volumes that are created from encrypted snapshots are automatically encrypted, and volumes that are created from unencrypted snapshots are automatically unencrypted. By default, encrypted snapshots use the AWS managed CMK that is used for EBS encryption, but you can specify a custom CMK when you create the snapshot. The ability to encrypt a snapshot during copying also allows you to apply a new CMK to an already-encrypted snapshot. Volumes restored from the resulting copy are only accessible using the new CMK.
Enabling encryption by default results in all EBS volumes being encrypted with the AWS managed CMK or a customer managed CMK, whether or not the snapshot was encrypted.
For more information, see Using Encryption with EBS-Backed AMIs in the Amazon EC2 User Guide for Linux Instances and Required CMK key policy for use with encrypted volumes in the Amazon EC2 Auto Scaling User Guide.
public Boolean isEncrypted()
Specifies whether the volume should be encrypted. Encrypted EBS volumes can only be attached to instances that support Amazon EBS encryption. For more information, see Supported Instance Types. If your AMI uses encrypted volumes, you can also only launch it on supported instance types.
If you are creating a volume from a snapshot, you cannot specify an encryption value. Volumes that are created from encrypted snapshots are automatically encrypted, and volumes that are created from unencrypted snapshots are automatically unencrypted. By default, encrypted snapshots use the AWS managed CMK that is used for EBS encryption, but you can specify a custom CMK when you create the snapshot. The ability to encrypt a snapshot during copying also allows you to apply a new CMK to an already-encrypted snapshot. Volumes restored from the resulting copy are only accessible using the new CMK.
Enabling encryption by default results in all EBS volumes being encrypted with the AWS managed CMK or a customer managed CMK, whether or not the snapshot was encrypted.
For more information, see Using Encryption with EBS-Backed AMIs in the Amazon EC2 User Guide for Linux Instances and Required CMK key policy for use with encrypted volumes in the Amazon EC2 Auto Scaling User Guide.
If you are creating a volume from a snapshot, you cannot specify an encryption value. Volumes that are created from encrypted snapshots are automatically encrypted, and volumes that are created from unencrypted snapshots are automatically unencrypted. By default, encrypted snapshots use the AWS managed CMK that is used for EBS encryption, but you can specify a custom CMK when you create the snapshot. The ability to encrypt a snapshot during copying also allows you to apply a new CMK to an already-encrypted snapshot. Volumes restored from the resulting copy are only accessible using the new CMK.
Enabling encryption by default results in all EBS volumes being encrypted with the AWS managed CMK or a customer managed CMK, whether or not the snapshot was encrypted.
For more information, see Using Encryption with EBS-Backed AMIs in the Amazon EC2 User Guide for Linux Instances and Required CMK key policy for use with encrypted volumes in the Amazon EC2 Auto Scaling User Guide.
public String toString()
toString
in class Object
Object.toString()