@Generated(value="software.amazon.awssdk:codegen") public final class RaidArray extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RaidArray.Builder,RaidArray>
Describes an instance's RAID array.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RaidArray.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
availabilityZone()
The array's Availability Zone.
|
static RaidArray.Builder |
builder() |
String |
createdAt()
When the RAID array was created.
|
String |
device()
The array's Linux device.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
instanceId()
The instance ID.
|
Integer |
iops()
For PIOPS volumes, the IOPS per disk.
|
String |
mountPoint()
The array's mount point.
|
String |
name()
The array name.
|
Integer |
numberOfDisks()
The number of disks in the array.
|
String |
raidArrayId()
The array ID.
|
Integer |
raidLevel()
The RAID level.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RaidArray.Builder> |
serializableBuilderClass() |
Integer |
size()
The array's size.
|
String |
stackId()
The stack ID.
|
RaidArray.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
volumeType()
The volume type, standard or PIOPS.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String raidArrayId()
The array ID.
public String instanceId()
The instance ID.
public String name()
The array name.
public Integer raidLevel()
The RAID level.
public Integer numberOfDisks()
The number of disks in the array.
public Integer size()
The array's size.
public String device()
The array's Linux device. For example /dev/mdadm0.
public String mountPoint()
The array's mount point.
public String availabilityZone()
The array's Availability Zone. For more information, see Regions and Endpoints.
public String createdAt()
When the RAID array was created.
public String stackId()
The stack ID.
public String volumeType()
The volume type, standard or PIOPS.
public Integer iops()
For PIOPS volumes, the IOPS per disk.
public RaidArray.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RaidArray.Builder,RaidArray>public static RaidArray.Builder builder()
public static Class<? extends RaidArray.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.