| 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.SMS.Types.VmServer
Description
Synopsis
- data VmServer = VmServer' {}
- newVmServer :: VmServer
- vmServer_vmManagerName :: Lens' VmServer (Maybe Text)
- vmServer_vmManagerType :: Lens' VmServer (Maybe VmManagerType)
- vmServer_vmName :: Lens' VmServer (Maybe Text)
- vmServer_vmPath :: Lens' VmServer (Maybe Text)
- vmServer_vmServerAddress :: Lens' VmServer (Maybe VmServerAddress)
Documentation
Represents a VM server.
See: newVmServer smart constructor.
Constructors
| VmServer' | |
Fields
| |
Instances
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_vmManagerType :: Lens' VmServer (Maybe VmManagerType) Source #
The type of VM management product.
vmServer_vmPath :: Lens' VmServer (Maybe Text) Source #
The VM folder path in the vCenter Server virtual machine inventory tree.
vmServer_vmServerAddress :: Lens' VmServer (Maybe VmServerAddress) Source #
The VM server location.