GetOrganizationClusterByIdResult

data class GetOrganizationClusterByIdResult(val azureApiVersion: String, val id: String? = null, val kind: String? = null, val metadata: SCMetadataEntityResponse? = null, val name: String? = null, val spec: SCClusterSpecEntityResponse? = null, val status: ClusterStatusEntityResponse? = null, val type: String? = null)

Details of cluster record

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, id: String? = null, kind: String? = null, metadata: SCMetadataEntityResponse? = null, name: String? = null, spec: SCClusterSpecEntityResponse? = null, status: ClusterStatusEntityResponse? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val id: String? = null

Id of the cluster

Link copied to clipboard
val kind: String? = null

Type of cluster

Link copied to clipboard

Metadata of the record

Link copied to clipboard
val name: String? = null

Display name of the cluster

Link copied to clipboard

Specification of the cluster

Link copied to clipboard

Specification of the cluster status

Link copied to clipboard
val type: String? = null

Type of the resource