Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data VmServer = VmServer' {}
- newVmServer :: VmServer
- vmServer_vmManagerName :: Lens' VmServer (Maybe Text)
- vmServer_vmManagerType :: Lens' VmServer (Maybe VmManagerType)
- vmServer_vmServerAddress :: Lens' VmServer (Maybe VmServerAddress)
- vmServer_vmName :: Lens' VmServer (Maybe Text)
- vmServer_vmPath :: Lens' VmServer (Maybe Text)
Documentation
Represents a VM server.
See: newVmServer
smart constructor.
VmServer' | |
|
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:vmServerAddress:VmServer'
, vmServer_vmServerAddress
- The VM server location.
$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.
vmServer_vmManagerType :: Lens' VmServer (Maybe VmManagerType) Source #
The type of VM management product.
vmServer_vmServerAddress :: Lens' VmServer (Maybe VmServerAddress) Source #
The VM server location.