StorageSpacesPropertiesResponseVmwareStorageProfile

data class StorageSpacesPropertiesResponseVmwareStorageProfile(val datacenter: String? = null, val datastore: String? = null, val folder: String? = null, val resourcePool: String? = null)

Constructors

constructor(datacenter: String? = null, datastore: String? = null, folder: String? = null, resourcePool: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val datacenter: String? = null

Name of the datacenter in VSphere

Link copied to clipboard
val datastore: String? = null

Name of the datastore in VSphere

Link copied to clipboard
val folder: String? = null

Name of the folder in VSphere

Link copied to clipboard
val resourcePool: String? = null

Name of the resource pool in VSphere