GetConnectionsResult

data class GetConnectionsResult(val connections: List<GetConnectionsConnection>, val id: String, val ids: String, val outputFile: String? = null)

A collection of values returned by getConnections.

Constructors

Link copied to clipboard
constructor(connections: List<GetConnectionsConnection>, id: String, ids: String, outputFile: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Public network details of the specified resource. contains the following attributes:

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val ids: String

A list of Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance ids.

Link copied to clipboard
val outputFile: String? = null