GetZonesZoneOption

data class GetZonesZoneOption(val protocolType: String, val storageType: String)

Constructors

Link copied to clipboard
constructor(protocolType: String, storageType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The protocol type. Valid values: HDFS.

Link copied to clipboard

The storage specifications of the File system. Valid values: PERFORMANCE, STANDARD.