| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
DiskInfo |
DiskInfo.clone() |
DiskInfo |
DiskInfo.withIsSystemDisk(Boolean isSystemDisk)
A Boolean value indicating whether this disk is a system disk (has an operating system loaded on it).
|
DiskInfo |
DiskInfo.withName(String name)
The disk name.
|
DiskInfo |
DiskInfo.withPath(String path)
The disk path.
|
DiskInfo |
DiskInfo.withSizeInGb(Integer sizeInGb)
The size of the disk in GB (e.g.,
32). |
| Modifier and Type | Method and Description |
|---|---|
List<DiskInfo> |
InstanceSnapshotInfo.getFromDiskInfo()
A list of objects describing the disks that were attached to the source instance.
|
| Modifier and Type | Method and Description |
|---|---|
InstanceSnapshotInfo |
InstanceSnapshotInfo.withFromDiskInfo(DiskInfo... fromDiskInfo)
A list of objects describing the disks that were attached to the source instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InstanceSnapshotInfo.setFromDiskInfo(Collection<DiskInfo> fromDiskInfo)
A list of objects describing the disks that were attached to the source instance.
|
InstanceSnapshotInfo |
InstanceSnapshotInfo.withFromDiskInfo(Collection<DiskInfo> fromDiskInfo)
A list of objects describing the disks that were attached to the source instance.
|
Copyright © 2023. All rights reserved.