| 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.MGN.Types.IdentificationHints
Description
Synopsis
- data IdentificationHints = IdentificationHints' {}
- newIdentificationHints :: IdentificationHints
- identificationHints_awsInstanceID :: Lens' IdentificationHints (Maybe Text)
- identificationHints_fqdn :: Lens' IdentificationHints (Maybe Text)
- identificationHints_hostname :: Lens' IdentificationHints (Maybe Text)
- identificationHints_vmPath :: Lens' IdentificationHints (Maybe Text)
- identificationHints_vmWareUuid :: Lens' IdentificationHints (Maybe Text)
Documentation
data IdentificationHints Source #
Identification hints.
See: newIdentificationHints smart constructor.
Constructors
| IdentificationHints' | |
Instances
newIdentificationHints :: IdentificationHints Source #
Create a value of IdentificationHints 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:awsInstanceID:IdentificationHints', identificationHints_awsInstanceID - AWS Instance ID identification hint.
$sel:fqdn:IdentificationHints', identificationHints_fqdn - FQDN address identification hint.
$sel:hostname:IdentificationHints', identificationHints_hostname - Hostname identification hint.
$sel:vmPath:IdentificationHints', identificationHints_vmPath - vCenter VM path identification hint.
$sel:vmWareUuid:IdentificationHints', identificationHints_vmWareUuid - vmWare UUID identification hint.
identificationHints_awsInstanceID :: Lens' IdentificationHints (Maybe Text) Source #
AWS Instance ID identification hint.
identificationHints_fqdn :: Lens' IdentificationHints (Maybe Text) Source #
FQDN address identification hint.
identificationHints_hostname :: Lens' IdentificationHints (Maybe Text) Source #
Hostname identification hint.
identificationHints_vmPath :: Lens' IdentificationHints (Maybe Text) Source #
vCenter VM path identification hint.
identificationHints_vmWareUuid :: Lens' IdentificationHints (Maybe Text) Source #
vmWare UUID identification hint.