|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.autoscaling.model.Ebs
public class Ebs
The Ebs data type.
Constructor Summary | |
---|---|
Ebs()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.Boolean |
getDeleteOnTermination()
Indicates whether to delete the volume on instance termination. |
java.lang.Integer |
getIops()
The number of I/O operations per second (IOPS) that the volume supports. |
java.lang.String |
getSnapshotId()
The snapshot ID. |
java.lang.Integer |
getVolumeSize()
The volume size, in gigabytes. |
java.lang.String |
getVolumeType()
The volume type. |
int |
hashCode()
|
java.lang.Boolean |
isDeleteOnTermination()
Indicates whether to delete the volume on instance termination. |
void |
setDeleteOnTermination(java.lang.Boolean deleteOnTermination)
Indicates whether to delete the volume on instance termination. |
void |
setIops(java.lang.Integer iops)
The number of I/O operations per second (IOPS) that the volume supports. |
void |
setSnapshotId(java.lang.String snapshotId)
The snapshot ID. |
void |
setVolumeSize(java.lang.Integer volumeSize)
The volume size, in gigabytes. |
void |
setVolumeType(java.lang.String volumeType)
The volume type. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
Ebs |
withDeleteOnTermination(java.lang.Boolean deleteOnTermination)
Indicates whether to delete the volume on instance termination. |
Ebs |
withIops(java.lang.Integer iops)
The number of I/O operations per second (IOPS) that the volume supports. |
Ebs |
withSnapshotId(java.lang.String snapshotId)
The snapshot ID. |
Ebs |
withVolumeSize(java.lang.Integer volumeSize)
The volume size, in gigabytes. |
Ebs |
withVolumeType(java.lang.String volumeType)
The volume type. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Ebs()
Method Detail |
---|
public java.lang.String getSnapshotId()
Constraints:
Length: 1 - 255
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
public void setSnapshotId(java.lang.String snapshotId)
Constraints:
Length: 1 - 255
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
snapshotId
- The snapshot ID.public Ebs withSnapshotId(java.lang.String snapshotId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 255
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
snapshotId
- The snapshot ID.
public java.lang.Integer getVolumeSize()
Valid values: If the volume type is
io1
, the minimum size of the volume is 10.
Default: If you're creating the volume from a snapshot, and you don't specify a volume size, the default is the snapshot size.
Required: Required
when the volume type is io1
.
Constraints:
Range: 1 - 1024
Valid values: If the volume type is
io1
, the minimum size of the volume is 10.
Default: If you're creating the volume from a snapshot, and you don't specify a volume size, the default is the snapshot size.
Required: Required
when the volume type is io1
.
public void setVolumeSize(java.lang.Integer volumeSize)
Valid values: If the volume type is
io1
, the minimum size of the volume is 10.
Default: If you're creating the volume from a snapshot, and you don't specify a volume size, the default is the snapshot size.
Required: Required
when the volume type is io1
.
Constraints:
Range: 1 - 1024
volumeSize
- The volume size, in gigabytes. Valid values: If the volume type is
io1
, the minimum size of the volume is 10.
Default: If you're creating the volume from a snapshot, and you don't specify a volume size, the default is the snapshot size.
Required: Required
when the volume type is io1
.
public Ebs withVolumeSize(java.lang.Integer volumeSize)
Valid values: If the volume type is
io1
, the minimum size of the volume is 10.
Default: If you're creating the volume from a snapshot, and you don't specify a volume size, the default is the snapshot size.
Required: Required
when the volume type is io1
.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 - 1024
volumeSize
- The volume size, in gigabytes. Valid values: If the volume type is
io1
, the minimum size of the volume is 10.
Default: If you're creating the volume from a snapshot, and you don't specify a volume size, the default is the snapshot size.
Required: Required
when the volume type is io1
.
public java.lang.String getVolumeType()
Valid values: standard | io1
Default: standard
Constraints:
Length: 1 - 255
Valid values: standard | io1
Default: standard
public void setVolumeType(java.lang.String volumeType)
Valid values: standard | io1
Default: standard
Constraints:
Length: 1 - 255
volumeType
- The volume type. Valid values: standard | io1
Default: standard
public Ebs withVolumeType(java.lang.String volumeType)
Valid values: standard | io1
Default: standard
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 255
volumeType
- The volume type. Valid values: standard | io1
Default: standard
public java.lang.Boolean isDeleteOnTermination()
Default: true
Default: true
public void setDeleteOnTermination(java.lang.Boolean deleteOnTermination)
Default: true
deleteOnTermination
- Indicates whether to delete the volume on instance termination.
Default: true
public Ebs withDeleteOnTermination(java.lang.Boolean deleteOnTermination)
Default: true
Returns a reference to this object so that method calls can be chained together.
deleteOnTermination
- Indicates whether to delete the volume on instance termination.
Default: true
public java.lang.Boolean getDeleteOnTermination()
Default: true
Default: true
public java.lang.Integer getIops()
The maximum ratio of IOPS to volume size is 30.0
Valid Values: Range is 100 to 4000.
Default: None.
Constraints:
Range: 100 - 4000
The maximum ratio of IOPS to volume size is 30.0
Valid Values: Range is 100 to 4000.
Default: None.
public void setIops(java.lang.Integer iops)
The maximum ratio of IOPS to volume size is 30.0
Valid Values: Range is 100 to 4000.
Default: None.
Constraints:
Range: 100 - 4000
iops
- The number of I/O operations per second (IOPS) that the volume
supports. The maximum ratio of IOPS to volume size is 30.0
Valid Values: Range is 100 to 4000.
Default: None.
public Ebs withIops(java.lang.Integer iops)
The maximum ratio of IOPS to volume size is 30.0
Valid Values: Range is 100 to 4000.
Default: None.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 100 - 4000
iops
- The number of I/O operations per second (IOPS) that the volume
supports. The maximum ratio of IOPS to volume size is 30.0
Valid Values: Range is 100 to 4000.
Default: None.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |