| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
Disk |
Disk.clone() |
Disk |
Disk.withArn(String arn)
The Amazon Resource Name (ARN) of the disk.
|
Disk |
Disk.withAttachedTo(String attachedTo)
The resources to which the disk is attached.
|
Disk |
Disk.withAttachmentState(String attachmentState)
The attachment state of the disk.
|
Disk |
Disk.withCreatedAt(Date createdAt)
The date when the disk was created.
|
Disk |
Disk.withGbInUse(Integer gbInUse)
The number of GB in use by the disk.
|
Disk |
Disk.withIops(Integer iops)
The input/output operations per second (IOPS) of the disk.
|
Disk |
Disk.withIsAttached(Boolean isAttached)
A Boolean value indicating whether the disk is attached.
|
Disk |
Disk.withIsSystemDisk(Boolean isSystemDisk)
A Boolean value indicating whether this disk is a system disk (has an operating system loaded on it).
|
Disk |
Disk.withLocation(ResourceLocation location)
The region and Availability Zone where the disk is located.
|
Disk |
Disk.withName(String name)
The name of the disk.
|
Disk |
Disk.withPath(String path)
The disk path.
|
Disk |
Disk.withResourceType(ResourceType resourceType)
The resource type of the disk.
|
Disk |
Disk.withResourceType(String resourceType)
The resource type of the disk.
|
Disk |
Disk.withSizeInGb(Integer sizeInGb)
The size of the disk in GB.
|
Disk |
Disk.withSupportCode(String supportCode)
The support code.
|
| Modifier and Type | Method and Description |
|---|---|
List<Disk> |
InstanceHardware.getDisks()
The disks attached to the instance.
|
| Modifier and Type | Method and Description |
|---|---|
InstanceHardware |
InstanceHardware.withDisks(Disk... disks)
The disks attached to the instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InstanceHardware.setDisks(Collection<Disk> disks)
The disks attached to the instance.
|
InstanceHardware |
InstanceHardware.withDisks(Collection<Disk> disks)
The disks attached to the instance.
|
Copyright © 2017. All rights reserved.