MigrationClusterProperties interface
Represents a properties of a cluster that is part of a migration.
Properties
data |
The public data ingestion URL of the cluster. NOTE: This property will not be serialized. It can only be populated by the server. |
id | The resource ID of the cluster. NOTE: This property will not be serialized. It can only be populated by the server. |
role | The role of the cluster in the migration process. NOTE: This property will not be serialized. It can only be populated by the server. |
uri | The public URL of the cluster. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
dataIngestionUri
The public data ingestion URL of the cluster. NOTE: This property will not be serialized. It can only be populated by the server.
dataIngestionUri?: string
Property Value
string
id
The resource ID of the cluster. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
role
The role of the cluster in the migration process. NOTE: This property will not be serialized. It can only be populated by the server.
role?: string
Property Value
string
uri
The public URL of the cluster. NOTE: This property will not be serialized. It can only be populated by the server.
uri?: string
Property Value
string