LicenseProfileMachineInstanceViewEsuPropertiesArgs

data class LicenseProfileMachineInstanceViewEsuPropertiesArgs(val assignedLicense: Output<LicenseArgs>? = null, val licenseAssignmentState: Output<Either<String, LicenseAssignmentState>>? = null) : ConvertibleToJava<LicenseProfileMachineInstanceViewEsuPropertiesArgs>

Properties for the Machine ESU profile.

Constructors

constructor(assignedLicense: Output<LicenseArgs>? = null, licenseAssignmentState: Output<Either<String, LicenseAssignmentState>>? = null)

Properties

Link copied to clipboard
val assignedLicense: Output<LicenseArgs>? = null

The assigned license resource.

Link copied to clipboard

Describes the license assignment state (Assigned or NotAssigned).

Functions

Link copied to clipboard
open override fun toJava(): LicenseProfileMachineInstanceViewEsuPropertiesArgs