GetManagerResult

data class GetManagerResult(val azureApiVersion: String, val cisIntrinsicSettings: ManagerIntrinsicSettingsResponse? = null, val etag: String? = null, val id: String, val location: String, val name: String, val provisioningState: String? = null, val sku: ManagerSkuResponse? = null, val tags: Map<String, String>? = null, val type: String)

The StorSimple Manager.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, cisIntrinsicSettings: ManagerIntrinsicSettingsResponse? = null, etag: String? = null, id: String, location: String, name: String, provisioningState: String? = null, sku: ManagerSkuResponse? = null, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Represents the type of StorSimple Manager.

Link copied to clipboard
val etag: String? = null

The etag of the manager.

Link copied to clipboard
val id: String

The resource ID.

Link copied to clipboard

The geo location of the resource.

Link copied to clipboard

The resource name.

Link copied to clipboard

Specifies the state of the resource as it is getting provisioned. Value of "Succeeded" means the Manager was successfully created.

Link copied to clipboard
val sku: ManagerSkuResponse? = null

Specifies the Sku.

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

The tags attached to the resource.

Link copied to clipboard

The resource type.