GetVolumeGroupPlainArgs

data class GetVolumeGroupPlainArgs(val elasticSanId: String, val name: String) : ConvertibleToJava<GetVolumeGroupPlainArgs>

A collection of arguments for invoking getVolumeGroup.

Constructors

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

Properties

Link copied to clipboard

The Elastic SAN ID within which the Elastic SAN Volume Group exists.

Link copied to clipboard

The name of the Elastic SAN Volume Group.

Functions

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