AzureSourceDetails class
AzureSourceDetails message describes a specific source details for the Azure source type.
Constructors
-
AzureSourceDetails({String? azureLocation, ClientSecretCredentials? clientSecretCreds, Status? error, Map<
String, String> ? migrationResourcesUserTags, String? resourceGroupId, String? state, String? subscriptionId}) - AzureSourceDetails.fromJson(Map json_)
Properties
- azureLocation ↔ String?
-
The Azure location (region) that the source VMs will be migrated from.
getter/setter pair
- clientSecretCreds ↔ ClientSecretCredentials?
-
Azure Credentials using tenant ID, client ID and secret.
getter/setter pair
- error ↔ Status?
-
Provides details on the state of the Source in case of an error.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
migrationResourcesUserTags
↔ Map<
String, String> ? -
User specified tags to add to every M2VM generated resource in Azure.
getter/setter pair
- resourceGroupId ↔ String?
-
The ID of the Azure resource group that contains all resources related to
the migration process of this source.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ String?
-
State of the source as determined by the health check.
getter/setter pair
- subscriptionId ↔ String?
-
Azure subscription ID.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited