Get Open Zfs Snapshot Plain Args
data class GetOpenZfsSnapshotPlainArgs(val filters: List<GetOpenZfsSnapshotFilter>? = null, val mostRecent: Boolean? = null, val name: String? = null, val snapshotIds: List<String>? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetOpenZfsSnapshotPlainArgs>
A collection of arguments for invoking getOpenZfsSnapshot.
Constructors
Link copied to clipboard
fun GetOpenZfsSnapshotPlainArgs(filters: List<GetOpenZfsSnapshotFilter>? = null, mostRecent: Boolean? = null, name: String? = null, snapshotIds: List<String>? = null, tags: Map<String, String>? = null)