|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.opsworks.model.RaidArray
public class RaidArray
Describes an instance's RAID array.
Constructor Summary | |
---|---|
RaidArray()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getAvailabilityZone()
The array's Availability Zone. |
java.lang.String |
getCreatedAt()
When the RAID array was created. |
java.lang.String |
getDevice()
The array's Linux device. |
java.lang.String |
getInstanceId()
The instance ID. |
java.lang.String |
getMountPoint()
The array's mount point. |
java.lang.String |
getName()
The array name. |
java.lang.Integer |
getNumberOfDisks()
The number of disks in the array. |
java.lang.String |
getRaidArrayId()
The array ID. |
java.lang.Integer |
getRaidLevel()
The RAID level. |
java.lang.Integer |
getSize()
The array's size. |
int |
hashCode()
|
void |
setAvailabilityZone(java.lang.String availabilityZone)
The array's Availability Zone. |
void |
setCreatedAt(java.lang.String createdAt)
When the RAID array was created. |
void |
setDevice(java.lang.String device)
The array's Linux device. |
void |
setInstanceId(java.lang.String instanceId)
The instance ID. |
void |
setMountPoint(java.lang.String mountPoint)
The array's mount point. |
void |
setName(java.lang.String name)
The array name. |
void |
setNumberOfDisks(java.lang.Integer numberOfDisks)
The number of disks in the array. |
void |
setRaidArrayId(java.lang.String raidArrayId)
The array ID. |
void |
setRaidLevel(java.lang.Integer raidLevel)
The RAID level. |
void |
setSize(java.lang.Integer size)
The array's size. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
RaidArray |
withAvailabilityZone(java.lang.String availabilityZone)
The array's Availability Zone. |
RaidArray |
withCreatedAt(java.lang.String createdAt)
When the RAID array was created. |
RaidArray |
withDevice(java.lang.String device)
The array's Linux device. |
RaidArray |
withInstanceId(java.lang.String instanceId)
The instance ID. |
RaidArray |
withMountPoint(java.lang.String mountPoint)
The array's mount point. |
RaidArray |
withName(java.lang.String name)
The array name. |
RaidArray |
withNumberOfDisks(java.lang.Integer numberOfDisks)
The number of disks in the array. |
RaidArray |
withRaidArrayId(java.lang.String raidArrayId)
The array ID. |
RaidArray |
withRaidLevel(java.lang.Integer raidLevel)
The RAID level. |
RaidArray |
withSize(java.lang.Integer size)
The array's size. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RaidArray()
Method Detail |
---|
public java.lang.String getRaidArrayId()
public void setRaidArrayId(java.lang.String raidArrayId)
raidArrayId
- The array ID.public RaidArray withRaidArrayId(java.lang.String raidArrayId)
Returns a reference to this object so that method calls can be chained together.
raidArrayId
- The array ID.public java.lang.String getInstanceId()
public void setInstanceId(java.lang.String instanceId)
instanceId
- The instance ID.public RaidArray withInstanceId(java.lang.String instanceId)
Returns a reference to this object so that method calls can be chained together.
instanceId
- The instance ID.public java.lang.String getName()
public void setName(java.lang.String name)
name
- The array name.public RaidArray withName(java.lang.String name)
Returns a reference to this object so that method calls can be chained together.
name
- The array name.public java.lang.Integer getRaidLevel()
public void setRaidLevel(java.lang.Integer raidLevel)
raidLevel
- The RAID
level.public RaidArray withRaidLevel(java.lang.Integer raidLevel)
Returns a reference to this object so that method calls can be chained together.
raidLevel
- The RAID
level.public java.lang.Integer getNumberOfDisks()
public void setNumberOfDisks(java.lang.Integer numberOfDisks)
numberOfDisks
- The number of disks in the array.public RaidArray withNumberOfDisks(java.lang.Integer numberOfDisks)
Returns a reference to this object so that method calls can be chained together.
numberOfDisks
- The number of disks in the array.public java.lang.Integer getSize()
public void setSize(java.lang.Integer size)
size
- The array's size.public RaidArray withSize(java.lang.Integer size)
Returns a reference to this object so that method calls can be chained together.
size
- The array's size.public java.lang.String getDevice()
public void setDevice(java.lang.String device)
device
- The array's Linux device. For example /dev/mdadm0.public RaidArray withDevice(java.lang.String device)
Returns a reference to this object so that method calls can be chained together.
device
- The array's Linux device. For example /dev/mdadm0.public java.lang.String getMountPoint()
public void setMountPoint(java.lang.String mountPoint)
mountPoint
- The array's mount point.public RaidArray withMountPoint(java.lang.String mountPoint)
Returns a reference to this object so that method calls can be chained together.
mountPoint
- The array's mount point.public java.lang.String getAvailabilityZone()
public void setAvailabilityZone(java.lang.String availabilityZone)
availabilityZone
- The array's Availability Zone. For more information, see Regions
and Endpoints.public RaidArray withAvailabilityZone(java.lang.String availabilityZone)
Returns a reference to this object so that method calls can be chained together.
availabilityZone
- The array's Availability Zone. For more information, see Regions
and Endpoints.public java.lang.String getCreatedAt()
public void setCreatedAt(java.lang.String createdAt)
createdAt
- When the RAID array was created.public RaidArray withCreatedAt(java.lang.String createdAt)
Returns a reference to this object so that method calls can be chained together.
createdAt
- When the RAID array was created.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 |