GetStorageProfileResult

data class GetStorageProfileResult(val displayName: String? = null, val fileSystemLocations: List<StorageProfileFileSystemLocation>? = null, val osFamily: StorageProfileOperatingSystemFamily? = null, val storageProfileId: String? = null)

Constructors

Link copied to clipboard
constructor(displayName: String? = null, fileSystemLocations: List<StorageProfileFileSystemLocation>? = null, osFamily: StorageProfileOperatingSystemFamily? = null, storageProfileId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val displayName: String? = null

The display name of the storage profile summary to update.

Link copied to clipboard

Operating system specific file system path to the storage location.

Link copied to clipboard

The operating system (OS) family.

Link copied to clipboard

The storage profile ID.