VMwareVirtualMachineDetails interface
VMware 提供者特定設定。
- Extends
屬性
agent |
在客體上安裝 InMage 代理程式之後所產生的識別碼。 這是在 InMage CreateProtection 期間要使用的標識碼。 |
agent |
值,指出 InMage Scout 代理程式是否安裝在客體上。 |
agent |
代理程式版本。 |
discovery |
值,表示計算機的探索類型。 值可以是 vCenter 或實體。 |
disk |
磁碟詳細數據。 |
instance |
多型歧視性,指定這個物件可以是的不同類型 |
ip |
IP 位址。 |
os |
安裝在 VM 上的 OsType。 |
powered |
值,指出 VM 是否開啟電源。 |
validation |
驗證錯誤。 |
v |
VCenter 基礎結構標識碼。 |
屬性詳細資料
agentGeneratedId
在客體上安裝 InMage 代理程式之後所產生的識別碼。 這是在 InMage CreateProtection 期間要使用的標識碼。
agentGeneratedId?: string
屬性值
string
agentInstalled
值,指出 InMage Scout 代理程式是否安裝在客體上。
agentInstalled?: string
屬性值
string
agentVersion
代理程式版本。
agentVersion?: string
屬性值
string
discoveryType
值,表示計算機的探索類型。 值可以是 vCenter 或實體。
discoveryType?: string
屬性值
string
diskDetails
instanceType
多型歧視性,指定這個物件可以是的不同類型
instanceType: "VMwareVirtualMachine"
屬性值
"VMwareVirtualMachine"
ipAddress
IP 位址。
ipAddress?: string
屬性值
string
osType
安裝在 VM 上的 OsType。
osType?: string
屬性值
string
poweredOn
值,指出 VM 是否開啟電源。
poweredOn?: string
屬性值
string
validationErrors
vCenterInfrastructureId
VCenter 基礎結構標識碼。
vCenterInfrastructureId?: string
屬性值
string