GetEngineNamespacesResult

data class GetEngineNamespacesResult(val acceptLanguage: String? = null, val clusterId: String? = null, val id: String, val ids: List<String>, val instanceId: String? = null, val namespaces: List<GetEngineNamespacesNamespace>, val outputFile: String? = null)

A collection of values returned by getEngineNamespaces.

Constructors

Link copied to clipboard
constructor(acceptLanguage: String? = null, clusterId: String? = null, id: String, ids: List<String>, instanceId: String? = null, namespaces: List<GetEngineNamespacesNamespace>, outputFile: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val acceptLanguage: String? = null
Link copied to clipboard
val clusterId: String? = null
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
val instanceId: String? = null
Link copied to clipboard

A list of Mse Engine Namespaces. Each element contains the following attributes:

Link copied to clipboard
val outputFile: String? = null