amazonka-backup-gateway-2.0: Amazon Backup Gateway SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.BackupGateway.Types.Hypervisor

Description

 
Synopsis

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

Instances details
FromJSON Hypervisor Source # 
Instance details

Defined in Amazonka.BackupGateway.Types.Hypervisor

Generic Hypervisor Source # 
Instance details

Defined in Amazonka.BackupGateway.Types.Hypervisor

Associated Types

type Rep Hypervisor :: Type -> Type #

Read Hypervisor Source # 
Instance details

Defined in Amazonka.BackupGateway.Types.Hypervisor

Show Hypervisor Source # 
Instance details

Defined in Amazonka.BackupGateway.Types.Hypervisor

NFData Hypervisor Source # 
Instance details

Defined in Amazonka.BackupGateway.Types.Hypervisor

Methods

rnf :: Hypervisor -> () #

Eq Hypervisor Source # 
Instance details

Defined in Amazonka.BackupGateway.Types.Hypervisor

Hashable Hypervisor Source # 
Instance details

Defined in Amazonka.BackupGateway.Types.Hypervisor

type Rep Hypervisor Source # 
Instance details

Defined in Amazonka.BackupGateway.Types.Hypervisor

type Rep Hypervisor = D1 ('MetaData "Hypervisor" "Amazonka.BackupGateway.Types.Hypervisor" "amazonka-backup-gateway-2.0-Ee3gVOmXMeV2r3uv4sRO9" 'False) (C1 ('MetaCons "Hypervisor'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "host") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "hypervisorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "kmsKeyArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HypervisorState))))))

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.