GetMECRoleResult

data class GetMECRoleResult(val connectionString: AsymmetricEncryptedSecretResponse? = null, val id: String, val kind: String, val name: String, val roleStatus: String, val systemData: SystemDataResponse, val type: String)

MEC role.

Constructors

Link copied to clipboard
constructor(connectionString: AsymmetricEncryptedSecretResponse? = null, id: String, kind: String, name: String, roleStatus: String, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Activation key of the MEC.

Link copied to clipboard
val id: String

The path ID that uniquely identifies the object.

Link copied to clipboard

Role type. Expected value is 'MEC'.

Link copied to clipboard

The object name.

Link copied to clipboard

Role status.

Link copied to clipboard

Role configured on ASE resource

Link copied to clipboard

The hierarchical type of the object.