GuestOSCustomization interface
来宾 OS 自定义属性
属性
| dns |
要使用的 DNS 服务器列表 |
| host |
虚拟机主机名 |
| password | 登录密码 |
| policy |
自定义策略的 ID |
| username | 登录用户名 |
属性详细信息
dnsServers
要使用的 DNS 服务器列表
dnsServers?: string[]
属性值
string[]
hostName
虚拟机主机名
hostName?: string
属性值
string
password
登录密码
password?: string
属性值
string
policyId
自定义策略的 ID
policyId?: string
属性值
string
username
登录用户名
username?: string
属性值
string