public static interface IdentificationHints.Builder extends SdkPojo, CopyableBuilder<IdentificationHints.Builder,IdentificationHints>
| Modifier and Type | Method and Description |
|---|---|
IdentificationHints.Builder |
awsInstanceID(String awsInstanceID)
AWS Instance ID identification hint.
|
IdentificationHints.Builder |
fqdn(String fqdn)
FQDN address identification hint.
|
IdentificationHints.Builder |
hostname(String hostname)
Hostname identification hint.
|
IdentificationHints.Builder |
vmPath(String vmPath)
vCenter VM path identification hint.
|
IdentificationHints.Builder |
vmWareUuid(String vmWareUuid)
vmWare UUID identification hint.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIdentificationHints.Builder awsInstanceID(String awsInstanceID)
AWS Instance ID identification hint.
awsInstanceID - AWS Instance ID identification hint.IdentificationHints.Builder fqdn(String fqdn)
FQDN address identification hint.
fqdn - FQDN address identification hint.IdentificationHints.Builder hostname(String hostname)
Hostname identification hint.
hostname - Hostname identification hint.IdentificationHints.Builder vmPath(String vmPath)
vCenter VM path identification hint.
vmPath - vCenter VM path identification hint.IdentificationHints.Builder vmWareUuid(String vmWareUuid)
vmWare UUID identification hint.
vmWareUuid - vmWare UUID identification hint.Copyright © 2023. All rights reserved.