License Args
data class LicenseArgs(val licenseDetails: Output<LicenseDetailsArgs>? = null, val licenseType: Output<Either<String, LicenseType>>? = null, val location: Output<String>, val tags: Output<Map<String, String>>? = null, val tenantId: Output<String>? = null) : ConvertibleToJava<LicenseArgs>
Describes a license in a hybrid machine.
Constructors
Link copied to clipboard
constructor(licenseDetails: Output<LicenseDetailsArgs>? = null, licenseType: Output<Either<String, LicenseType>>? = null, location: Output<String>, tags: Output<Map<String, String>>? = null, tenantId: Output<String>? = null)