GetBandwidthSettingResult

data class GetBandwidthSettingResult(val id: String, val kind: String? = null, val name: String, val schedules: List<BandwidthScheduleResponse>, val type: String, val volumeCount: Int)

The bandwidth setting.

Constructors

Link copied to clipboard
constructor(id: String, kind: String? = null, name: String, schedules: List<BandwidthScheduleResponse>, type: String, volumeCount: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The path ID that uniquely identifies the object.

Link copied to clipboard
val kind: String? = null

The Kind of the object. Currently only Series8000 is supported

Link copied to clipboard

The name of the object.

Link copied to clipboard
Link copied to clipboard

The hierarchical type of the object.

Link copied to clipboard

The number of volumes that uses the bandwidth setting.