GetStorageProfilePlainArgs

data class GetStorageProfilePlainArgs(val farmId: String, val storageProfileId: String) : ConvertibleToJava<GetStorageProfilePlainArgs>

Constructors

Link copied to clipboard
constructor(farmId: String, storageProfileId: String)

Properties

Link copied to clipboard

The unique identifier of the farm that contains the storage profile.

Link copied to clipboard

The storage profile ID.

Functions

Link copied to clipboard
open override fun toJava(): GetStorageProfilePlainArgs