| Package | Description |
|---|---|
| com.amazonaws.services.drs.model |
| Modifier and Type | Method and Description |
|---|---|
SourceProperties |
SourceProperties.clone() |
SourceProperties |
DisconnectSourceServerResult.getSourceProperties()
The source properties of the Source Server.
|
SourceProperties |
RetryDataReplicationResult.getSourceProperties()
The source properties of the Source Server.
|
SourceProperties |
SourceServer.getSourceProperties()
The source properties of the Source Server.
|
SourceProperties |
SourceProperties.withCpus(Collection<CPU> cpus)
An array of CPUs.
|
SourceProperties |
SourceProperties.withCpus(CPU... cpus)
An array of CPUs.
|
SourceProperties |
SourceProperties.withDisks(Collection<Disk> disks)
An array of disks.
|
SourceProperties |
SourceProperties.withDisks(Disk... disks)
An array of disks.
|
SourceProperties |
SourceProperties.withIdentificationHints(IdentificationHints identificationHints)
Hints used to uniquely identify a machine.
|
SourceProperties |
SourceProperties.withLastUpdatedDateTime(String lastUpdatedDateTime)
The date and time the Source Properties were last updated on.
|
SourceProperties |
SourceProperties.withNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)
An array of network interfaces.
|
SourceProperties |
SourceProperties.withNetworkInterfaces(NetworkInterface... networkInterfaces)
An array of network interfaces.
|
SourceProperties |
SourceProperties.withOs(OS os)
Operating system.
|
SourceProperties |
SourceProperties.withRamBytes(Long ramBytes)
The amount of RAM in bytes.
|
SourceProperties |
SourceProperties.withRecommendedInstanceType(String recommendedInstanceType)
The recommended EC2 instance type that will be used when recovering the Source Server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DisconnectSourceServerResult.setSourceProperties(SourceProperties sourceProperties)
The source properties of the Source Server.
|
void |
RetryDataReplicationResult.setSourceProperties(SourceProperties sourceProperties)
The source properties of the Source Server.
|
void |
SourceServer.setSourceProperties(SourceProperties sourceProperties)
The source properties of the Source Server.
|
DisconnectSourceServerResult |
DisconnectSourceServerResult.withSourceProperties(SourceProperties sourceProperties)
The source properties of the Source Server.
|
RetryDataReplicationResult |
RetryDataReplicationResult.withSourceProperties(SourceProperties sourceProperties)
The source properties of the Source Server.
|
SourceServer |
SourceServer.withSourceProperties(SourceProperties sourceProperties)
The source properties of the Source Server.
|
Copyright © 2022. All rights reserved.