GetSnapshotPlainArgs

data class GetSnapshotPlainArgs(val accountName: String, val name: String, val poolName: String, val resourceGroupName: String, val volumeName: String) : ConvertibleToJava<GetSnapshotPlainArgs>

A collection of arguments for invoking getSnapshot.

Constructors

Link copied to clipboard
constructor(accountName: String, name: String, poolName: String, resourceGroupName: String, volumeName: String)

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 Snapshot.

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 Snapshot exists.

Link copied to clipboard

The name of the NetApp Volume where the NetApp Snapshot exists.

Functions

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