| Package | Description |
|---|---|
| com.amazonaws.services.backupgateway.model |
| Modifier and Type | Method and Description |
|---|---|
HypervisorDetails |
HypervisorDetails.clone() |
HypervisorDetails |
GetHypervisorResult.getHypervisor()
Details about the requested hypervisor.
|
HypervisorDetails |
HypervisorDetails.withHost(String host)
The server host of the hypervisor.
|
HypervisorDetails |
HypervisorDetails.withHypervisorArn(String hypervisorArn)
The Amazon Resource Name (ARN) of the hypervisor.
|
HypervisorDetails |
HypervisorDetails.withKmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the KMS used to encrypt the hypervisor.
|
HypervisorDetails |
HypervisorDetails.withLastSuccessfulMetadataSyncTime(Date lastSuccessfulMetadataSyncTime)
This is the time when the most recent successful sync of metadata occurred.
|
HypervisorDetails |
HypervisorDetails.withLatestMetadataSyncStatus(String latestMetadataSyncStatus)
This is the most recent status for the indicated metadata sync.
|
HypervisorDetails |
HypervisorDetails.withLatestMetadataSyncStatus(SyncMetadataStatus latestMetadataSyncStatus)
This is the most recent status for the indicated metadata sync.
|
HypervisorDetails |
HypervisorDetails.withLatestMetadataSyncStatusMessage(String latestMetadataSyncStatusMessage)
This is the most recent status for the indicated metadata sync.
|
HypervisorDetails |
HypervisorDetails.withLogGroupArn(String logGroupArn)
The Amazon Resource Name (ARN) of the group of gateways within the requested log.
|
HypervisorDetails |
HypervisorDetails.withName(String name)
This is the name of the specified hypervisor.
|
HypervisorDetails |
HypervisorDetails.withState(HypervisorState state)
This is the current state of the specified hypervisor.
|
HypervisorDetails |
HypervisorDetails.withState(String state)
This is the current state of the specified hypervisor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetHypervisorResult.setHypervisor(HypervisorDetails hypervisor)
Details about the requested hypervisor.
|
GetHypervisorResult |
GetHypervisorResult.withHypervisor(HypervisorDetails hypervisor)
Details about the requested hypervisor.
|
Copyright © 2024. All rights reserved.