LicenseDetails interface
Describes the properties of a License.
Properties
assigned |
Describes the number of assigned licenses. NOTE: This property will not be serialized. It can only be populated by the server. |
edition | Describes the edition of the license. The values are either Standard or Datacenter. |
immutable |
Describes the immutable id. NOTE: This property will not be serialized. It can only be populated by the server. |
processors | Describes the number of processors. |
state | Describes the state of the license. |
target | Describes the license target server. |
type | Describes the license core type (pCore or vCore). |
volume |
A list of volume license details. |
Property Details
assignedLicenses
Describes the number of assigned licenses. NOTE: This property will not be serialized. It can only be populated by the server.
assignedLicenses?: number
Property Value
number
edition
Describes the edition of the license. The values are either Standard or Datacenter.
edition?: string
Property Value
string
immutableId
Describes the immutable id. NOTE: This property will not be serialized. It can only be populated by the server.
immutableId?: string
Property Value
string
processors
Describes the number of processors.
processors?: number
Property Value
number
state
Describes the state of the license.
state?: string
Property Value
string
target
Describes the license target server.
target?: string
Property Value
string
type
Describes the license core type (pCore or vCore).
type?: string
Property Value
string
volumeLicenseDetails
A list of volume license details.
volumeLicenseDetails?: VolumeLicenseDetails[]