NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
VmApplianceState (schema)
The Vm Appliance configuration state.
| Name | Description | Type | Notes |
|---|---|---|---|
| dns_servers | Realized State of DNS Servers. List of DNS servers. |
array of IPAddress | |
| enable_ssh | Realized State of Enable SSH Config. | boolean | Default: "False" |
| enable_upt_mode | Realized State of Uniform Passthrough mode. | boolean | Default: "False" |
| ntp_servers | Realized State of NTP servers. List of NTP servers. |
array of HostnameOrIPAddress | |
| search_domains | Realized State of Search Domain Names. List of domain names that are used to complete unqualified host names. |
array of string | |
| syslog_servers | Realized State of Syslog Servers List of Syslog server configuration. |
array of SyslogConfiguration | Maximum items: 5 |