License Profile Machine Instance View Esu Properties Args
data class LicenseProfileMachineInstanceViewEsuPropertiesArgs(val assignedLicense: Output<LicenseArgs>? = null, val licenseAssignmentState: Output<Either<String, LicenseAssignmentState>>? = null) : ConvertibleToJava<LicenseProfileMachineInstanceViewEsuPropertiesArgs>
Properties for the Machine ESU profile.
Constructors
Link copied to clipboard
constructor(assignedLicense: Output<LicenseArgs>? = null, licenseAssignmentState: Output<Either<String, LicenseAssignmentState>>? = null)