Interface LicenseProfileMachineInstanceViewEsuProperties


public interface LicenseProfileMachineInstanceViewEsuProperties
An immutable client-side representation of LicenseProfileMachineInstanceViewEsuProperties.
  • Method Details

    • assignedLicenseImmutableId

      String assignedLicenseImmutableId()
      Gets the assignedLicenseImmutableId property: The guid id of the license.
      Returns:
      the assignedLicenseImmutableId value.
    • esuKeys

      List<EsuKey> esuKeys()
      Gets the esuKeys property: The list of ESU keys.
      Returns:
      the esuKeys value.
    • serverType

      EsuServerType serverType()
      Gets the serverType property: The type of the Esu servers.
      Returns:
      the serverType value.
    • esuEligibility

      EsuEligibility esuEligibility()
      Gets the esuEligibility property: Indicates the eligibility state of Esu.
      Returns:
      the esuEligibility value.
    • esuKeyState

      EsuKeyState esuKeyState()
      Gets the esuKeyState property: Indicates whether there is an ESU Key currently active for the machine.
      Returns:
      the esuKeyState value.
    • assignedLicense

      License assignedLicense()
      Gets the assignedLicense property: The assigned license resource.
      Returns:
      the assignedLicense value.
    • licenseAssignmentState

      LicenseAssignmentState licenseAssignmentState()
      Gets the licenseAssignmentState property: Describes the license assignment state (Assigned or NotAssigned).
      Returns:
      the licenseAssignmentState value.
    • innerModel

      Gets the inner com.azure.resourcemanager.hybridcompute.fluent.models.LicenseProfileMachineInstanceViewEsuPropertiesInner object.
      Returns:
      the inner object.