Class AzureSourceDetails (1.12.0)

AzureSourceDetails(mapping=None, *, ignore_unknown_fields=False, **kwargs)

AzureSourceDetails message describes a specific source details for the Azure source type.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
client_secret_creds google.cloud.vmmigration_v1.types.AzureSourceDetails.ClientSecretCredentials
Azure Credentials using tenant ID, client ID and secret. This field is a member of oneof_ credentials_type.
subscription_id str
Immutable. Azure subscription ID.
azure_location str
Immutable. The Azure location (region) that the source VMs will be migrated from.
state google.cloud.vmmigration_v1.types.AzureSourceDetails.State
Output only. State of the source as determined by the health check.
error google.rpc.status_pb2.Status
Output only. Provides details on the state of the Source in case of an error.
migration_resources_user_tags MutableMapping[str, str]
User specified tags to add to every M2VM generated resource in Azure. These tags will be set in addition to the default tags that are set as part of the migration process. The tags must not begin with the reserved prefix m4ce or m2vm.
resource_group_id str
Output only. The ID of the Azure resource group that contains all resources related to the migration process of this source.

Classes

ClientSecretCredentials

ClientSecretCredentials(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Message describing Azure Credentials using tenant ID, client ID and secret.

MigrationResourcesUserTagsEntry

MigrationResourcesUserTagsEntry(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

The abstract base class for a message.

Parameters
Name Description
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.

State

State(value)

The possible values of the state.