| 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.Hypervisor
Description
Synopsis
- data Hypervisor = Hypervisor' {}
- newHypervisor :: Hypervisor
- hypervisor_host :: Lens' Hypervisor (Maybe Text)
- hypervisor_hypervisorArn :: Lens' Hypervisor (Maybe Text)
- hypervisor_kmsKeyArn :: Lens' Hypervisor (Maybe Text)
- hypervisor_name :: Lens' Hypervisor (Maybe Text)
- hypervisor_state :: Lens' Hypervisor (Maybe HypervisorState)
Documentation
data Hypervisor Source #
Represents the hypervisor's permissions to which the gateway will connect.
A hypervisor is hardware, software, or firmware that creates and manages virtual machines, and allocates resources to them.
See: newHypervisor smart constructor.
Constructors
| Hypervisor' | |
Fields
| |
Instances
newHypervisor :: Hypervisor Source #
Create a value of Hypervisor 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:host:Hypervisor', hypervisor_host - The server host of the hypervisor. This can be either an IP address or a
fully-qualified domain name (FQDN).
$sel:hypervisorArn:Hypervisor', hypervisor_hypervisorArn - The Amazon Resource Name (ARN) of the hypervisor.
$sel:kmsKeyArn:Hypervisor', hypervisor_kmsKeyArn - The Amazon Resource Name (ARN) of the Key Management Service used to
encrypt the hypervisor.
$sel:name:Hypervisor', hypervisor_name - The name of the hypervisor.
$sel:state:Hypervisor', hypervisor_state - The state of the hypervisor.
hypervisor_host :: Lens' Hypervisor (Maybe Text) Source #
The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).
hypervisor_hypervisorArn :: Lens' Hypervisor (Maybe Text) Source #
The Amazon Resource Name (ARN) of the hypervisor.
hypervisor_kmsKeyArn :: Lens' Hypervisor (Maybe Text) Source #
The Amazon Resource Name (ARN) of the Key Management Service used to encrypt the hypervisor.
hypervisor_name :: Lens' Hypervisor (Maybe Text) Source #
The name of the hypervisor.
hypervisor_state :: Lens' Hypervisor (Maybe HypervisorState) Source #
The state of the hypervisor.