MigrationClusterPropertiesResponse

data class MigrationClusterPropertiesResponse(val dataIngestionUri: String, val id: String, val role: String, val uri: String)

Represents a properties of a cluster that is part of a migration.

Constructors

Link copied to clipboard
constructor(dataIngestionUri: String, id: String, role: String, uri: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The public data ingestion URL of the cluster.

Link copied to clipboard
val id: String

The resource ID of the cluster.

Link copied to clipboard

The role of the cluster in the migration process.

Link copied to clipboard
val uri: String

The public URL of the cluster.