| 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.DrS.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_vmWareUuid :: Lens' IdentificationHints (Maybe Text)
Documentation
data IdentificationHints Source #
Hints used to uniquely identify a machine.
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 - Fully Qualified Domain Name identification hint.
$sel:hostname:IdentificationHints', identificationHints_hostname - Hostname identification hint.
$sel:vmWareUuid:IdentificationHints', identificationHints_vmWareUuid - vCenter VM path identification hint.
identificationHints_awsInstanceID :: Lens' IdentificationHints (Maybe Text) Source #
AWS Instance ID identification hint.
identificationHints_fqdn :: Lens' IdentificationHints (Maybe Text) Source #
Fully Qualified Domain Name identification hint.
identificationHints_hostname :: Lens' IdentificationHints (Maybe Text) Source #
Hostname identification hint.
identificationHints_vmWareUuid :: Lens' IdentificationHints (Maybe Text) Source #
vCenter VM path identification hint.