amazonka-sms-2.0: Amazon Server Migration Service 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.SMS.Types.VmServer

Description

 
Synopsis

Documentation

data VmServer Source #

Represents a VM server.

See: newVmServer smart constructor.

Constructors

VmServer' 

Fields

Instances

Instances details
FromJSON VmServer Source # 
Instance details

Defined in Amazonka.SMS.Types.VmServer

ToJSON VmServer Source # 
Instance details

Defined in Amazonka.SMS.Types.VmServer

Generic VmServer Source # 
Instance details

Defined in Amazonka.SMS.Types.VmServer

Associated Types

type Rep VmServer :: Type -> Type #

Methods

from :: VmServer -> Rep VmServer x #

to :: Rep VmServer x -> VmServer #

Read VmServer Source # 
Instance details

Defined in Amazonka.SMS.Types.VmServer

Show VmServer Source # 
Instance details

Defined in Amazonka.SMS.Types.VmServer

NFData VmServer Source # 
Instance details

Defined in Amazonka.SMS.Types.VmServer

Methods

rnf :: VmServer -> () #

Eq VmServer Source # 
Instance details

Defined in Amazonka.SMS.Types.VmServer

Hashable VmServer Source # 
Instance details

Defined in Amazonka.SMS.Types.VmServer

Methods

hashWithSalt :: Int -> VmServer -> Int #

hash :: VmServer -> Int #

type Rep VmServer Source # 
Instance details

Defined in Amazonka.SMS.Types.VmServer

type Rep VmServer = D1 ('MetaData "VmServer" "Amazonka.SMS.Types.VmServer" "amazonka-sms-2.0-4YLznk7UFuE5VtyLFXmW6X" 'False) (C1 ('MetaCons "VmServer'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "vmManagerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "vmManagerType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VmManagerType))) :*: (S1 ('MetaSel ('Just "vmName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "vmPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "vmServerAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VmServerAddress))))))

newVmServer :: VmServer Source #

Create a value of VmServer 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:vmManagerName:VmServer', vmServer_vmManagerName - The name of the VM manager.

$sel:vmManagerType:VmServer', vmServer_vmManagerType - The type of VM management product.

$sel:vmName:VmServer', vmServer_vmName - The name of the VM.

$sel:vmPath:VmServer', vmServer_vmPath - The VM folder path in the vCenter Server virtual machine inventory tree.

$sel:vmServerAddress:VmServer', vmServer_vmServerAddress - The VM server location.

vmServer_vmManagerName :: Lens' VmServer (Maybe Text) Source #

The name of the VM manager.

vmServer_vmManagerType :: Lens' VmServer (Maybe VmManagerType) Source #

The type of VM management product.

vmServer_vmName :: Lens' VmServer (Maybe Text) Source #

The name of the VM.

vmServer_vmPath :: Lens' VmServer (Maybe Text) Source #

The VM folder path in the vCenter Server virtual machine inventory tree.