MigrationClusterProperties interface
Represents a properties of a cluster that is part of a migration.
Properties
| data |
The public data ingestion URL of the cluster. |
| id | The resource ID of the cluster. |
| role | The role of the cluster in the migration process. |
| uri | The public URL of the cluster. |
Property Details
dataIngestionUri
The public data ingestion URL of the cluster.
dataIngestionUri?: string
Property Value
string
id
The resource ID of the cluster.
id?: string
Property Value
string
role
The role of the cluster in the migration process.
role?: string
Property Value
string
uri
The public URL of the cluster.
uri?: string
Property Value
string