GetClusterAgentsResult

data class GetClusterAgentsResult(val clusterAgents: List<GetClusterAgentsClusterAgent>, val id: String, val project: String)

A collection of values returned by getClusterAgents.

Constructors

Link copied to clipboard
constructor(clusterAgents: List<GetClusterAgentsClusterAgent>, id: String, project: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of the registered agents.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The ID or full path of the project owned by the authenticated user.