| Package | Description |
|---|---|
| com.amazonaws.services.drs.model |
| Modifier and Type | Method and Description |
|---|---|
RecoveryInstanceProperties |
RecoveryInstanceProperties.clone() |
RecoveryInstanceProperties |
RecoveryInstance.getRecoveryInstanceProperties()
Properties of the Recovery Instance machine.
|
RecoveryInstanceProperties |
RecoveryInstanceProperties.withCpus(Collection<CPU> cpus)
An array of CPUs.
|
RecoveryInstanceProperties |
RecoveryInstanceProperties.withCpus(CPU... cpus)
An array of CPUs.
|
RecoveryInstanceProperties |
RecoveryInstanceProperties.withDisks(Collection<RecoveryInstanceDisk> disks)
An array of disks.
|
RecoveryInstanceProperties |
RecoveryInstanceProperties.withDisks(RecoveryInstanceDisk... disks)
An array of disks.
|
RecoveryInstanceProperties |
RecoveryInstanceProperties.withIdentificationHints(IdentificationHints identificationHints)
Hints used to uniquely identify a machine.
|
RecoveryInstanceProperties |
RecoveryInstanceProperties.withLastUpdatedDateTime(String lastUpdatedDateTime)
The date and time the Recovery Instance properties were last updated on.
|
RecoveryInstanceProperties |
RecoveryInstanceProperties.withNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)
An array of network interfaces.
|
RecoveryInstanceProperties |
RecoveryInstanceProperties.withNetworkInterfaces(NetworkInterface... networkInterfaces)
An array of network interfaces.
|
RecoveryInstanceProperties |
RecoveryInstanceProperties.withOs(OS os)
Operating system.
|
RecoveryInstanceProperties |
RecoveryInstanceProperties.withRamBytes(Long ramBytes)
The amount of RAM in bytes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecoveryInstance.setRecoveryInstanceProperties(RecoveryInstanceProperties recoveryInstanceProperties)
Properties of the Recovery Instance machine.
|
RecoveryInstance |
RecoveryInstance.withRecoveryInstanceProperties(RecoveryInstanceProperties recoveryInstanceProperties)
Properties of the Recovery Instance machine.
|
Copyright © 2022. All rights reserved.