Package version:

InterfaceLicenseProfileMachineInstanceViewEsuProperties

Properties for the Machine ESU profile.

interface LicenseProfileMachineInstanceViewEsuProperties {
    assignedLicense?: License;
    assignedLicenseImmutableId?: string;
    esuEligibility?: string;
    esuKeys?: EsuKey[];
    esuKeyState?: string;
    licenseAssignmentState?: string;
    serverType?: string;
}

Hierarchy (view full)

Properties

assignedLicense?: License

The assigned license resource.

assignedLicenseImmutableId?: string

The guid id of the license. NOTE: This property will not be serialized. It can only be populated by the server.

esuEligibility?: string

Indicates the eligibility state of Esu. NOTE: This property will not be serialized. It can only be populated by the server.

esuKeys?: EsuKey[]

The list of ESU keys. NOTE: This property will not be serialized. It can only be populated by the server.

esuKeyState?: string

Indicates whether there is an ESU Key currently active for the machine. NOTE: This property will not be serialized. It can only be populated by the server.

licenseAssignmentState?: string

Describes the license assignment state (Assigned or NotAssigned).

serverType?: string

The type of the Esu servers. NOTE: This property will not be serialized. It can only be populated by the server.