@Generated(value="software.amazon.awssdk:codegen") public final class ScheduledInstancesBlockDeviceMapping extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ScheduledInstancesBlockDeviceMapping.Builder,ScheduledInstancesBlockDeviceMapping>
Describes a block device mapping for a Scheduled Instance.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ScheduledInstancesBlockDeviceMapping.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ScheduledInstancesBlockDeviceMapping.Builder |
builder() |
String |
deviceName()
The device name (for example,
/dev/sdh or xvdh). |
ScheduledInstancesEbs |
ebs()
Parameters used to set up EBS volumes automatically when the instance is launched.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
noDevice()
To omit the device from the block device mapping, specify an empty string.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ScheduledInstancesBlockDeviceMapping.Builder> |
serializableBuilderClass() |
ScheduledInstancesBlockDeviceMapping.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
virtualName()
The virtual device name (
ephemeralN). |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String deviceName()
The device name (for example, /dev/sdh or xvdh).
/dev/sdh or xvdh).public final ScheduledInstancesEbs ebs()
Parameters used to set up EBS volumes automatically when the instance is launched.
public final String noDevice()
To omit the device from the block device mapping, specify an empty string.
public final String virtualName()
The virtual device name (ephemeralN). Instance store volumes are numbered starting from 0. An
instance type with two available instance store volumes can specify mappings for ephemeral0 and
ephemeral1. The number of available instance store volumes depends on the instance type. After you
connect to the instance, you must mount the volume.
Constraints: For M3 instances, you must specify instance store volumes in the block device mapping for the instance. When you launch an M3 instance, we ignore any instance store volumes specified in the block device mapping for the AMI.
ephemeralN). Instance store volumes are numbered starting from 0.
An instance type with two available instance store volumes can specify mappings for
ephemeral0 and ephemeral1. The number of available instance store volumes
depends on the instance type. After you connect to the instance, you must mount the volume.
Constraints: For M3 instances, you must specify instance store volumes in the block device mapping for the instance. When you launch an M3 instance, we ignore any instance store volumes specified in the block device mapping for the AMI.
public ScheduledInstancesBlockDeviceMapping.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ScheduledInstancesBlockDeviceMapping.Builder,ScheduledInstancesBlockDeviceMapping>public static ScheduledInstancesBlockDeviceMapping.Builder builder()
public static Class<? extends ScheduledInstancesBlockDeviceMapping.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.