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
Documentation
data VmServerAddress Source #
Represents a VM server location.
See: newVmServerAddress
smart constructor.
Instances
newVmServerAddress :: VmServerAddress Source #
Create a value of VmServerAddress
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:vmManagerId:VmServerAddress'
, vmServerAddress_vmManagerId
- The ID of the VM manager.
$sel:vmId:VmServerAddress'
, vmServerAddress_vmId
- The ID of the VM.
vmServerAddress_vmManagerId :: Lens' VmServerAddress (Maybe Text) Source #
The ID of the VM manager.
vmServerAddress_vmId :: Lens' VmServerAddress (Maybe Text) Source #
The ID of the VM.