Class BatchMigrateResourcesRequest (1.24.1)

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

Request message for MigrationService.BatchMigrateResources.

Attributes

NameDescription
parent str
Required. The location of the migrated resource will live in. Format: projects/{project}/locations/{location}
migrate_resource_requests MutableSequence[google.cloud.aiplatform_v1beta1.types.MigrateResourceRequest]
Required. The request messages specifying the resources to migrate. They must be in the same location as the destination. Up to 50 resources can be migrated in one batch.

Inheritance

builtins.object > proto.message.Message > BatchMigrateResourcesRequest