GetVolumePlainArgs

data class GetVolumePlainArgs(val accountName: String, val name: String, val poolName: String, val resourceGroupName: String, val securityStyle: String? = null) : ConvertibleToJava<GetVolumePlainArgs>

A collection of arguments for invoking getVolume.

Constructors

Link copied to clipboard
constructor(accountName: String, name: String, poolName: String, resourceGroupName: String, securityStyle: String? = null)

Properties

Link copied to clipboard

The name of the NetApp account where the NetApp pool exists.

Link copied to clipboard

The name of the NetApp Volume.

Link copied to clipboard

The name of the NetApp pool where the NetApp volume exists.

Link copied to clipboard

The Name of the Resource Group where the NetApp Volume exists.

Link copied to clipboard
val securityStyle: String? = null

Volume security style

Functions

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