共用方式為


LicenseDetails interface

描述授權的屬性。

屬性

assignedLicenses

描述指派的授權數目。 注意:這個屬性不會串行化。 它只能由伺服器填入。

edition

描述授權的版本。 這些值為 Standard 或 Datacenter。

immutableId

描述不可變的識別碼。注意:此屬性將不會串行化。 它只能由伺服器填入。

processors

描述處理器數目。

state

描述授權的狀態。

target

描述授權目標伺服器。

type

描述授權核心類型(pCore 或虛擬核心)。

volumeLicenseDetails

大量授權詳細數據的清單。

屬性詳細資料

assignedLicenses

描述指派的授權數目。 注意:這個屬性不會串行化。 它只能由伺服器填入。

assignedLicenses?: number

屬性值

number

edition

描述授權的版本。 這些值為 Standard 或 Datacenter。

edition?: string

屬性值

string

immutableId

描述不可變的識別碼。注意:此屬性將不會串行化。 它只能由伺服器填入。

immutableId?: string

屬性值

string

processors

描述處理器數目。

processors?: number

屬性值

number

state

描述授權的狀態。

state?: string

屬性值

string

target

描述授權目標伺服器。

target?: string

屬性值

string

type

描述授權核心類型(pCore 或虛擬核心)。

type?: string

屬性值

string

volumeLicenseDetails

大量授權詳細數據的清單。

volumeLicenseDetails?: VolumeLicenseDetails[]

屬性值