GetVolumeQuotaRulePlainArgs

data class GetVolumeQuotaRulePlainArgs(val name: String, val volumeId: String) : ConvertibleToJava<GetVolumeQuotaRulePlainArgs>

A collection of arguments for invoking getVolumeQuotaRule.

Constructors

Link copied to clipboard
constructor(name: String, volumeId: String)

Properties

Link copied to clipboard

The name of this Volume Quota Rule.

Link copied to clipboard

The NetApp volume ID where the Volume Quota Rule is assigned to.

Functions

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