Get Manager Result
data class GetManagerResult(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
fun GetManagerResult(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)