| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.BackupGateway.Types.VirtualMachine
Description
Synopsis
- data VirtualMachine = VirtualMachine' {}
- newVirtualMachine :: VirtualMachine
- virtualMachine_hostName :: Lens' VirtualMachine (Maybe Text)
- virtualMachine_hypervisorId :: Lens' VirtualMachine (Maybe Text)
- virtualMachine_lastBackupDate :: Lens' VirtualMachine (Maybe UTCTime)
- virtualMachine_name :: Lens' VirtualMachine (Maybe Text)
- virtualMachine_path :: Lens' VirtualMachine (Maybe Text)
- virtualMachine_resourceArn :: Lens' VirtualMachine (Maybe Text)
Documentation
data VirtualMachine Source #
A virtual machine that is on a hypervisor.
See: newVirtualMachine smart constructor.
Constructors
| VirtualMachine' | |
Fields
| |
Instances
newVirtualMachine :: VirtualMachine Source #
Create a value of VirtualMachine with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:hostName:VirtualMachine', virtualMachine_hostName - The host name of the virtual machine.
$sel:hypervisorId:VirtualMachine', virtualMachine_hypervisorId - The ID of the virtual machine's hypervisor.
$sel:lastBackupDate:VirtualMachine', virtualMachine_lastBackupDate - The most recent date a virtual machine was backed up, in Unix format and
UTC time.
$sel:name:VirtualMachine', virtualMachine_name - The name of the virtual machine.
$sel:path:VirtualMachine', virtualMachine_path - The path of the virtual machine.
$sel:resourceArn:VirtualMachine', virtualMachine_resourceArn - The Amazon Resource Name (ARN) of the virtual machine. For example,
arn:aws:backup-gateway:us-west-1:0000000000000:vm/vm-0000ABCDEFGIJKL.
virtualMachine_hostName :: Lens' VirtualMachine (Maybe Text) Source #
The host name of the virtual machine.
virtualMachine_hypervisorId :: Lens' VirtualMachine (Maybe Text) Source #
The ID of the virtual machine's hypervisor.
virtualMachine_lastBackupDate :: Lens' VirtualMachine (Maybe UTCTime) Source #
The most recent date a virtual machine was backed up, in Unix format and UTC time.
virtualMachine_name :: Lens' VirtualMachine (Maybe Text) Source #
The name of the virtual machine.
virtualMachine_path :: Lens' VirtualMachine (Maybe Text) Source #
The path of the virtual machine.
virtualMachine_resourceArn :: Lens' VirtualMachine (Maybe Text) Source #
The Amazon Resource Name (ARN) of the virtual machine. For example,
arn:aws:backup-gateway:us-west-1:0000000000000:vm/vm-0000ABCDEFGIJKL.