@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 final String raidArrayId()
The array ID.
public final String instanceId()
The instance ID.
public final String name()
The array name.
public final Integer raidLevel()
The RAID level.
public final Integer numberOfDisks()
The number of disks in the array.
public final Integer size()
The array's size.
public final String device()
The array's Linux device. For example /dev/mdadm0.
public final String mountPoint()
The array's mount point.
public final String availabilityZone()
The array's Availability Zone. For more information, see Regions and Endpoints.
public final String createdAt()
When the RAID array was created.
public final String stackId()
The stack ID.
public final String volumeType()
The volume type, standard or PIOPS.
public final 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 final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.