Get Server Snapshots Plain Args
data class GetServerSnapshotsPlainArgs(val diskId: String? = null, val ids: List<String>? = null, val instanceId: String? = null, val nameRegex: String? = null, val outputFile: String? = null, val status: String? = null) : ConvertibleToJava<GetServerSnapshotsPlainArgs>
A collection of arguments for invoking getServerSnapshots.