LicenseArgs

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)

Properties

Link copied to clipboard
val licenseDetails: Output<LicenseDetailsArgs>? = null

Describes the properties of a License.

Link copied to clipboard
val licenseType: Output<Either<String, LicenseType>>? = null

The type of the license resource.

Link copied to clipboard
val location: Output<String>

The geo-location where the resource lives

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

Resource tags.

Link copied to clipboard
val tenantId: Output<String>? = null

Describes the tenant id.

Functions

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