Summary of entries of Methods for vmmigration.
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient
VmMigrationAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.vmmigration_v1.services.vm_migration.transports.base.VmMigrationTransport, typing.Callable[[...], google.cloud.vmmigration_v1.services.vm_migration.transports.base.VmMigrationTransport]]] = 'grpc_asyncio', client_options: typing.Optional[google.api_core.client_options.ClientOptions] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo =
Instantiates the vm migration async client.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.add_group_migration
add_group_migration(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.AddGroupMigrationRequest, dict
]
] = None,
*,
group: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Adds a MigratingVm to a Group.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.add_group_migration
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.cancel_clone_job
cancel_clone_job(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.CancelCloneJobRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Initiates the cancellation of a running clone job.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.cancel_clone_job
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.cancel_cutover_job
cancel_cutover_job(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.CancelCutoverJobRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Initiates the cancellation of a running cutover job.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.cancel_cutover_job
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.cancel_operation
cancel_operation(
request: typing.Optional[
google.longrunning.operations_pb2.CancelOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> None
Starts asynchronous cancellation on a long-running operation.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.cancel_operation
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.clone_job_path
clone_job_path(
project: str, location: str, source: str, migrating_vm: str, clone_job: str
) -> str
Returns a fully-qualified clone_job string.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.clone_job_path
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.common_billing_account_path
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.common_folder_path
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.common_location_path
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.common_organization_path
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.common_project_path
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.create_clone_job
create_clone_job(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.CreateCloneJobRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
clone_job: typing.Optional[
google.cloud.vmmigration_v1.types.vmmigration.CloneJob
] = None,
clone_job_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Initiates a Clone of a specific migrating VM.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.create_clone_job
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.create_cutover_job
create_cutover_job(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.CreateCutoverJobRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
cutover_job: typing.Optional[
google.cloud.vmmigration_v1.types.vmmigration.CutoverJob
] = None,
cutover_job_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Initiates a Cutover of a specific migrating VM.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.create_cutover_job
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.create_datacenter_connector
create_datacenter_connector(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.CreateDatacenterConnectorRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
datacenter_connector: typing.Optional[
google.cloud.vmmigration_v1.types.vmmigration.DatacenterConnector
] = None,
datacenter_connector_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Creates a new DatacenterConnector in a given Source.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.create_datacenter_connector
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.create_group
create_group(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.CreateGroupRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
group: typing.Optional[google.cloud.vmmigration_v1.types.vmmigration.Group] = None,
group_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Creates a new Group in a given project and location.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.create_group
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.create_migrating_vm
create_migrating_vm(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.CreateMigratingVmRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
migrating_vm: typing.Optional[
google.cloud.vmmigration_v1.types.vmmigration.MigratingVm
] = None,
migrating_vm_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Creates a new MigratingVm in a given Source.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.create_migrating_vm
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.create_source
create_source(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.CreateSourceRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
source: typing.Optional[
google.cloud.vmmigration_v1.types.vmmigration.Source
] = None,
source_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Creates a new Source in a given project and location.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.create_source
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.create_target_project
create_target_project(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.CreateTargetProjectRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
target_project: typing.Optional[
google.cloud.vmmigration_v1.types.vmmigration.TargetProject
] = None,
target_project_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Creates a new TargetProject in a given project.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.create_target_project
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.create_utilization_report
create_utilization_report(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.CreateUtilizationReportRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
utilization_report: typing.Optional[
google.cloud.vmmigration_v1.types.vmmigration.UtilizationReport
] = None,
utilization_report_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Creates a new UtilizationReport.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.create_utilization_report
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.cutover_job_path
cutover_job_path(
project: str, location: str, source: str, migrating_vm: str, cutover_job: str
) -> str
Returns a fully-qualified cutover_job string.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.cutover_job_path
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.datacenter_connector_path
datacenter_connector_path(
project: str, location: str, source: str, datacenter_connector: str
) -> str
Returns a fully-qualified datacenter_connector string.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.datacenter_connector_path
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.delete_datacenter_connector
delete_datacenter_connector(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.DeleteDatacenterConnectorRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Deletes a single DatacenterConnector.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.delete_datacenter_connector
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.delete_group
delete_group(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.DeleteGroupRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Deletes a single Group.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.delete_group
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.delete_migrating_vm
delete_migrating_vm(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.DeleteMigratingVmRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Deletes a single MigratingVm.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.delete_migrating_vm
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.delete_operation
delete_operation(
request: typing.Optional[
google.longrunning.operations_pb2.DeleteOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> None
Deletes a long-running operation.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.delete_operation
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.delete_source
delete_source(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.DeleteSourceRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Deletes a single Source.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.delete_source
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.delete_target_project
delete_target_project(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.DeleteTargetProjectRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Deletes a single TargetProject.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.delete_target_project
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.delete_utilization_report
delete_utilization_report(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.DeleteUtilizationReportRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Deletes a single Utilization Report.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.delete_utilization_report
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.fetch_inventory
fetch_inventory(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.FetchInventoryRequest, dict
]
] = None,
*,
source: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.vmmigration_v1.types.vmmigration.FetchInventoryResponse
List remote source's inventory of VMs.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.fetch_inventory
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.finalize_migration
finalize_migration(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.FinalizeMigrationRequest, dict
]
] = None,
*,
migrating_vm: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Marks a migration as completed, deleting migration resources that are no longer being used.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.finalize_migration
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.from_service_account_file
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
Creates an instance of this client using the provided credentials info.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.from_service_account_info
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.from_service_account_json
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.get_clone_job
get_clone_job(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.GetCloneJobRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.vmmigration_v1.types.vmmigration.CloneJob
Gets details of a single CloneJob.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.get_clone_job
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.get_cutover_job
get_cutover_job(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.GetCutoverJobRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.vmmigration_v1.types.vmmigration.CutoverJob
Gets details of a single CutoverJob.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.get_cutover_job
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.get_datacenter_connector
get_datacenter_connector(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.GetDatacenterConnectorRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.vmmigration_v1.types.vmmigration.DatacenterConnector
Gets details of a single DatacenterConnector.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.get_datacenter_connector
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.get_group
get_group(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.GetGroupRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.vmmigration_v1.types.vmmigration.Group
Gets details of a single Group.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.get_group
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.get_location
get_location(
request: typing.Optional[
google.cloud.location.locations_pb2.GetLocationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.location.locations_pb2.Location
Gets information about a location.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.get_location
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.get_migrating_vm
get_migrating_vm(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.GetMigratingVmRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.vmmigration_v1.types.vmmigration.MigratingVm
Gets details of a single MigratingVm.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.get_migrating_vm
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)
Return the API endpoint and client cert source for mutual TLS.
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.get_operation
get_operation(
request: typing.Optional[
google.longrunning.operations_pb2.GetOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.longrunning.operations_pb2.Operation
Gets the latest state of a long-running operation.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.get_operation
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.get_replication_cycle
get_replication_cycle(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.GetReplicationCycleRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.vmmigration_v1.types.vmmigration.ReplicationCycle
Gets details of a single ReplicationCycle.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.get_replication_cycle
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.get_source
get_source(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.GetSourceRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.vmmigration_v1.types.vmmigration.Source
Gets details of a single Source.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.get_source
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.get_target_project
get_target_project(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.GetTargetProjectRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.vmmigration_v1.types.vmmigration.TargetProject
Gets details of a single TargetProject.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.get_target_project
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.get_transport_class
get_transport_class(
label: typing.Optional[str] = None,
) -> typing.Type[
google.cloud.vmmigration_v1.services.vm_migration.transports.base.VmMigrationTransport
]
Returns an appropriate transport class.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.get_transport_class
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.get_utilization_report
get_utilization_report(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.GetUtilizationReportRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.vmmigration_v1.types.vmmigration.UtilizationReport
Gets a single Utilization Report.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.get_utilization_report
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.group_path
group_path(project: str, location: str, group: str) -> str
Returns a fully-qualified group string.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.group_path
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.list_clone_jobs
list_clone_jobs(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.ListCloneJobsRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.vmmigration_v1.services.vm_migration.pagers.ListCloneJobsAsyncPager
Lists CloneJobs of a given migrating VM.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.list_clone_jobs
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.list_cutover_jobs
list_cutover_jobs(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.ListCutoverJobsRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.vmmigration_v1.services.vm_migration.pagers.ListCutoverJobsAsyncPager
Lists CutoverJobs of a given migrating VM.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.list_cutover_jobs
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.list_datacenter_connectors
list_datacenter_connectors(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.ListDatacenterConnectorsRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.vmmigration_v1.services.vm_migration.pagers.ListDatacenterConnectorsAsyncPager
)
Lists DatacenterConnectors in a given Source.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.list_datacenter_connectors
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.list_groups
list_groups(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.ListGroupsRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.vmmigration_v1.services.vm_migration.pagers.ListGroupsAsyncPager
Lists Groups in a given project and location.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.list_groups
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.list_locations
list_locations(
request: typing.Optional[
google.cloud.location.locations_pb2.ListLocationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponse
Lists information about the supported locations for this service.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.list_locations
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.list_migrating_vms
list_migrating_vms(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.ListMigratingVmsRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.vmmigration_v1.services.vm_migration.pagers.ListMigratingVmsAsyncPager
)
Lists MigratingVms in a given Source.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.list_migrating_vms
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.list_operations
list_operations(
request: typing.Optional[
google.longrunning.operations_pb2.ListOperationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponse
Lists operations that match the specified filter in the request.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.list_operations
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.list_replication_cycles
list_replication_cycles(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.ListReplicationCyclesRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.vmmigration_v1.services.vm_migration.pagers.ListReplicationCyclesAsyncPager
)
Lists ReplicationCycles in a given MigratingVM.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.list_replication_cycles
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.list_sources
list_sources(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.ListSourcesRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.vmmigration_v1.services.vm_migration.pagers.ListSourcesAsyncPager
Lists Sources in a given project and location.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.list_sources
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.list_target_projects
list_target_projects(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.ListTargetProjectsRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.vmmigration_v1.services.vm_migration.pagers.ListTargetProjectsAsyncPager
)
Lists TargetProjects in a given project.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.list_target_projects
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.list_utilization_reports
list_utilization_reports(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.ListUtilizationReportsRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.vmmigration_v1.services.vm_migration.pagers.ListUtilizationReportsAsyncPager
)
Lists Utilization Reports of the given Source.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.list_utilization_reports
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.migrating_vm_path
migrating_vm_path(
project: str, location: str, source: str, migrating_vm: str
) -> str
Returns a fully-qualified migrating_vm string.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.migrating_vm_path
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.parse_clone_job_path
parse_clone_job_path(path: str) -> typing.Dict[str, str]
Parses a clone_job path into its component segments.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.parse_clone_job_path
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.parse_common_folder_path
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.parse_common_location_path
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.parse_common_project_path
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.parse_cutover_job_path
parse_cutover_job_path(path: str) -> typing.Dict[str, str]
Parses a cutover_job path into its component segments.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.parse_cutover_job_path
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.parse_datacenter_connector_path
parse_datacenter_connector_path(path: str) -> typing.Dict[str, str]
Parses a datacenter_connector path into its component segments.
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.parse_group_path
parse_group_path(path: str) -> typing.Dict[str, str]
Parses a group path into its component segments.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.parse_group_path
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.parse_migrating_vm_path
parse_migrating_vm_path(path: str) -> typing.Dict[str, str]
Parses a migrating_vm path into its component segments.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.parse_migrating_vm_path
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.parse_replication_cycle_path
parse_replication_cycle_path(path: str) -> typing.Dict[str, str]
Parses a replication_cycle path into its component segments.
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.parse_source_path
parse_source_path(path: str) -> typing.Dict[str, str]
Parses a source path into its component segments.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.parse_source_path
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.parse_target_project_path
parse_target_project_path(path: str) -> typing.Dict[str, str]
Parses a target_project path into its component segments.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.parse_target_project_path
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.parse_utilization_report_path
parse_utilization_report_path(path: str) -> typing.Dict[str, str]
Parses a utilization_report path into its component segments.
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.pause_migration
pause_migration(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.PauseMigrationRequest, dict
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Pauses a migration for a VM.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.pause_migration
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.remove_group_migration
remove_group_migration(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.RemoveGroupMigrationRequest,
dict,
]
] = None,
*,
group: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Removes a MigratingVm from a Group.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.remove_group_migration
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.replication_cycle_path
replication_cycle_path(
project: str, location: str, source: str, migrating_vm: str, replication_cycle: str
) -> str
Returns a fully-qualified replication_cycle string.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.replication_cycle_path
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.resume_migration
resume_migration(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.ResumeMigrationRequest, dict
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Resumes a migration for a VM.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.resume_migration
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.source_path
source_path(project: str, location: str, source: str) -> str
Returns a fully-qualified source string.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.source_path
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.start_migration
start_migration(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.StartMigrationRequest, dict
]
] = None,
*,
migrating_vm: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Starts migration for a VM.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.start_migration
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.target_project_path
target_project_path(project: str, location: str, target_project: str) -> str
Returns a fully-qualified target_project string.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.target_project_path
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.update_group
update_group(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.UpdateGroupRequest, dict
]
] = None,
*,
group: typing.Optional[google.cloud.vmmigration_v1.types.vmmigration.Group] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Updates the parameters of a single Group.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.update_group
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.update_migrating_vm
update_migrating_vm(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.UpdateMigratingVmRequest, dict
]
] = None,
*,
migrating_vm: typing.Optional[
google.cloud.vmmigration_v1.types.vmmigration.MigratingVm
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Updates the parameters of a single MigratingVm.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.update_migrating_vm
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.update_source
update_source(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.UpdateSourceRequest, dict
]
] = None,
*,
source: typing.Optional[
google.cloud.vmmigration_v1.types.vmmigration.Source
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Updates the parameters of a single Source.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.update_source
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.update_target_project
update_target_project(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.UpdateTargetProjectRequest,
dict,
]
] = None,
*,
target_project: typing.Optional[
google.cloud.vmmigration_v1.types.vmmigration.TargetProject
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Updates the parameters of a single TargetProject.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.update_target_project
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.upgrade_appliance
upgrade_appliance(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.UpgradeApplianceRequest, dict
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Upgrades the appliance relate to this DatacenterConnector to the in-place updateable version.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.upgrade_appliance
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.utilization_report_path
utilization_report_path(
project: str, location: str, source: str, utilization_report: str
) -> str
Returns a fully-qualified utilization_report string.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationAsyncClient.utilization_report_path
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient
VmMigrationClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.vmmigration_v1.services.vm_migration.transports.base.VmMigrationTransport, typing.Callable[[...], google.cloud.vmmigration_v1.services.vm_migration.transports.base.VmMigrationTransport]]] = None, client_options: typing.Optional[typing.Union[google.api_core.client_options.ClientOptions, dict]] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo =
Instantiates the vm migration client.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.__exit__
__exit__(type, value, traceback)
Releases underlying transport's resources.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.exit
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.add_group_migration
add_group_migration(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.AddGroupMigrationRequest, dict
]
] = None,
*,
group: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation.Operation
Adds a MigratingVm to a Group.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.add_group_migration
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.cancel_clone_job
cancel_clone_job(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.CancelCloneJobRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation.Operation
Initiates the cancellation of a running clone job.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.cancel_clone_job
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.cancel_cutover_job
cancel_cutover_job(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.CancelCutoverJobRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation.Operation
Initiates the cancellation of a running cutover job.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.cancel_cutover_job
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.cancel_operation
cancel_operation(
request: typing.Optional[
google.longrunning.operations_pb2.CancelOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> None
Starts asynchronous cancellation on a long-running operation.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.cancel_operation
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.clone_job_path
clone_job_path(
project: str, location: str, source: str, migrating_vm: str, clone_job: str
) -> str
Returns a fully-qualified clone_job string.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.clone_job_path
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.common_billing_account_path
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.common_folder_path
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.common_location_path
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.common_organization_path
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.common_project_path
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.create_clone_job
create_clone_job(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.CreateCloneJobRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
clone_job: typing.Optional[
google.cloud.vmmigration_v1.types.vmmigration.CloneJob
] = None,
clone_job_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation.Operation
Initiates a Clone of a specific migrating VM.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.create_clone_job
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.create_cutover_job
create_cutover_job(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.CreateCutoverJobRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
cutover_job: typing.Optional[
google.cloud.vmmigration_v1.types.vmmigration.CutoverJob
] = None,
cutover_job_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation.Operation
Initiates a Cutover of a specific migrating VM.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.create_cutover_job
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.create_datacenter_connector
create_datacenter_connector(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.CreateDatacenterConnectorRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
datacenter_connector: typing.Optional[
google.cloud.vmmigration_v1.types.vmmigration.DatacenterConnector
] = None,
datacenter_connector_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation.Operation
Creates a new DatacenterConnector in a given Source.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.create_datacenter_connector
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.create_group
create_group(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.CreateGroupRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
group: typing.Optional[google.cloud.vmmigration_v1.types.vmmigration.Group] = None,
group_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation.Operation
Creates a new Group in a given project and location.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.create_group
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.create_migrating_vm
create_migrating_vm(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.CreateMigratingVmRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
migrating_vm: typing.Optional[
google.cloud.vmmigration_v1.types.vmmigration.MigratingVm
] = None,
migrating_vm_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation.Operation
Creates a new MigratingVm in a given Source.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.create_migrating_vm
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.create_source
create_source(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.CreateSourceRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
source: typing.Optional[
google.cloud.vmmigration_v1.types.vmmigration.Source
] = None,
source_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation.Operation
Creates a new Source in a given project and location.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.create_source
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.create_target_project
create_target_project(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.CreateTargetProjectRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
target_project: typing.Optional[
google.cloud.vmmigration_v1.types.vmmigration.TargetProject
] = None,
target_project_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation.Operation
Creates a new TargetProject in a given project.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.create_target_project
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.create_utilization_report
create_utilization_report(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.CreateUtilizationReportRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
utilization_report: typing.Optional[
google.cloud.vmmigration_v1.types.vmmigration.UtilizationReport
] = None,
utilization_report_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation.Operation
Creates a new UtilizationReport.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.create_utilization_report
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.cutover_job_path
cutover_job_path(
project: str, location: str, source: str, migrating_vm: str, cutover_job: str
) -> str
Returns a fully-qualified cutover_job string.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.cutover_job_path
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.datacenter_connector_path
datacenter_connector_path(
project: str, location: str, source: str, datacenter_connector: str
) -> str
Returns a fully-qualified datacenter_connector string.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.datacenter_connector_path
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.delete_datacenter_connector
delete_datacenter_connector(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.DeleteDatacenterConnectorRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation.Operation
Deletes a single DatacenterConnector.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.delete_datacenter_connector
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.delete_group
delete_group(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.DeleteGroupRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation.Operation
Deletes a single Group.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.delete_group
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.delete_migrating_vm
delete_migrating_vm(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.DeleteMigratingVmRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation.Operation
Deletes a single MigratingVm.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.delete_migrating_vm
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.delete_operation
delete_operation(
request: typing.Optional[
google.longrunning.operations_pb2.DeleteOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> None
Deletes a long-running operation.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.delete_operation
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.delete_source
delete_source(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.DeleteSourceRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation.Operation
Deletes a single Source.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.delete_source
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.delete_target_project
delete_target_project(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.DeleteTargetProjectRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation.Operation
Deletes a single TargetProject.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.delete_target_project
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.delete_utilization_report
delete_utilization_report(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.DeleteUtilizationReportRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation.Operation
Deletes a single Utilization Report.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.delete_utilization_report
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.fetch_inventory
fetch_inventory(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.FetchInventoryRequest, dict
]
] = None,
*,
source: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.vmmigration_v1.types.vmmigration.FetchInventoryResponse
List remote source's inventory of VMs.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.fetch_inventory
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.finalize_migration
finalize_migration(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.FinalizeMigrationRequest, dict
]
] = None,
*,
migrating_vm: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation.Operation
Marks a migration as completed, deleting migration resources that are no longer being used.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.finalize_migration
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.from_service_account_file
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
Creates an instance of this client using the provided credentials info.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.from_service_account_info
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.from_service_account_json
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.get_clone_job
get_clone_job(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.GetCloneJobRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.vmmigration_v1.types.vmmigration.CloneJob
Gets details of a single CloneJob.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.get_clone_job
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.get_cutover_job
get_cutover_job(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.GetCutoverJobRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.vmmigration_v1.types.vmmigration.CutoverJob
Gets details of a single CutoverJob.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.get_cutover_job
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.get_datacenter_connector
get_datacenter_connector(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.GetDatacenterConnectorRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.vmmigration_v1.types.vmmigration.DatacenterConnector
Gets details of a single DatacenterConnector.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.get_datacenter_connector
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.get_group
get_group(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.GetGroupRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.vmmigration_v1.types.vmmigration.Group
Gets details of a single Group.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.get_group
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.get_location
get_location(
request: typing.Optional[
google.cloud.location.locations_pb2.GetLocationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.location.locations_pb2.Location
Gets information about a location.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.get_location
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.get_migrating_vm
get_migrating_vm(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.GetMigratingVmRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.vmmigration_v1.types.vmmigration.MigratingVm
Gets details of a single MigratingVm.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.get_migrating_vm
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)
Deprecated.
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.get_operation
get_operation(
request: typing.Optional[
google.longrunning.operations_pb2.GetOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.longrunning.operations_pb2.Operation
Gets the latest state of a long-running operation.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.get_operation
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.get_replication_cycle
get_replication_cycle(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.GetReplicationCycleRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.vmmigration_v1.types.vmmigration.ReplicationCycle
Gets details of a single ReplicationCycle.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.get_replication_cycle
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.get_source
get_source(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.GetSourceRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.vmmigration_v1.types.vmmigration.Source
Gets details of a single Source.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.get_source
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.get_target_project
get_target_project(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.GetTargetProjectRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.vmmigration_v1.types.vmmigration.TargetProject
Gets details of a single TargetProject.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.get_target_project
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.get_utilization_report
get_utilization_report(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.GetUtilizationReportRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.vmmigration_v1.types.vmmigration.UtilizationReport
Gets a single Utilization Report.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.get_utilization_report
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.group_path
group_path(project: str, location: str, group: str) -> str
Returns a fully-qualified group string.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.group_path
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.list_clone_jobs
list_clone_jobs(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.ListCloneJobsRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.vmmigration_v1.services.vm_migration.pagers.ListCloneJobsPager
Lists CloneJobs of a given migrating VM.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.list_clone_jobs
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.list_cutover_jobs
list_cutover_jobs(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.ListCutoverJobsRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.vmmigration_v1.services.vm_migration.pagers.ListCutoverJobsPager
Lists CutoverJobs of a given migrating VM.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.list_cutover_jobs
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.list_datacenter_connectors
list_datacenter_connectors(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.ListDatacenterConnectorsRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.vmmigration_v1.services.vm_migration.pagers.ListDatacenterConnectorsPager
)
Lists DatacenterConnectors in a given Source.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.list_datacenter_connectors
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.list_groups
list_groups(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.ListGroupsRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.vmmigration_v1.services.vm_migration.pagers.ListGroupsPager
Lists Groups in a given project and location.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.list_groups
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.list_locations
list_locations(
request: typing.Optional[
google.cloud.location.locations_pb2.ListLocationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponse
Lists information about the supported locations for this service.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.list_locations
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.list_migrating_vms
list_migrating_vms(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.ListMigratingVmsRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.vmmigration_v1.services.vm_migration.pagers.ListMigratingVmsPager
Lists MigratingVms in a given Source.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.list_migrating_vms
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.list_operations
list_operations(
request: typing.Optional[
google.longrunning.operations_pb2.ListOperationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponse
Lists operations that match the specified filter in the request.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.list_operations
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.list_replication_cycles
list_replication_cycles(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.ListReplicationCyclesRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.vmmigration_v1.services.vm_migration.pagers.ListReplicationCyclesPager
)
Lists ReplicationCycles in a given MigratingVM.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.list_replication_cycles
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.list_sources
list_sources(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.ListSourcesRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.vmmigration_v1.services.vm_migration.pagers.ListSourcesPager
Lists Sources in a given project and location.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.list_sources
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.list_target_projects
list_target_projects(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.ListTargetProjectsRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.vmmigration_v1.services.vm_migration.pagers.ListTargetProjectsPager
Lists TargetProjects in a given project.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.list_target_projects
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.list_utilization_reports
list_utilization_reports(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.ListUtilizationReportsRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.vmmigration_v1.services.vm_migration.pagers.ListUtilizationReportsPager
)
Lists Utilization Reports of the given Source.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.list_utilization_reports
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.migrating_vm_path
migrating_vm_path(
project: str, location: str, source: str, migrating_vm: str
) -> str
Returns a fully-qualified migrating_vm string.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.migrating_vm_path
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.parse_clone_job_path
parse_clone_job_path(path: str) -> typing.Dict[str, str]
Parses a clone_job path into its component segments.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.parse_clone_job_path
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.parse_common_folder_path
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.parse_common_location_path
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.parse_common_organization_path
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.parse_common_project_path
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.parse_cutover_job_path
parse_cutover_job_path(path: str) -> typing.Dict[str, str]
Parses a cutover_job path into its component segments.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.parse_cutover_job_path
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.parse_datacenter_connector_path
parse_datacenter_connector_path(path: str) -> typing.Dict[str, str]
Parses a datacenter_connector path into its component segments.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.parse_datacenter_connector_path
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.parse_group_path
parse_group_path(path: str) -> typing.Dict[str, str]
Parses a group path into its component segments.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.parse_group_path
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.parse_migrating_vm_path
parse_migrating_vm_path(path: str) -> typing.Dict[str, str]
Parses a migrating_vm path into its component segments.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.parse_migrating_vm_path
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.parse_replication_cycle_path
parse_replication_cycle_path(path: str) -> typing.Dict[str, str]
Parses a replication_cycle path into its component segments.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.parse_replication_cycle_path
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.parse_source_path
parse_source_path(path: str) -> typing.Dict[str, str]
Parses a source path into its component segments.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.parse_source_path
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.parse_target_project_path
parse_target_project_path(path: str) -> typing.Dict[str, str]
Parses a target_project path into its component segments.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.parse_target_project_path
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.parse_utilization_report_path
parse_utilization_report_path(path: str) -> typing.Dict[str, str]
Parses a utilization_report path into its component segments.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.parse_utilization_report_path
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.pause_migration
pause_migration(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.PauseMigrationRequest, dict
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation.Operation
Pauses a migration for a VM.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.pause_migration
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.remove_group_migration
remove_group_migration(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.RemoveGroupMigrationRequest,
dict,
]
] = None,
*,
group: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation.Operation
Removes a MigratingVm from a Group.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.remove_group_migration
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.replication_cycle_path
replication_cycle_path(
project: str, location: str, source: str, migrating_vm: str, replication_cycle: str
) -> str
Returns a fully-qualified replication_cycle string.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.replication_cycle_path
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.resume_migration
resume_migration(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.ResumeMigrationRequest, dict
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation.Operation
Resumes a migration for a VM.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.resume_migration
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.source_path
source_path(project: str, location: str, source: str) -> str
Returns a fully-qualified source string.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.source_path
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.start_migration
start_migration(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.StartMigrationRequest, dict
]
] = None,
*,
migrating_vm: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation.Operation
Starts migration for a VM.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.start_migration
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.target_project_path
target_project_path(project: str, location: str, target_project: str) -> str
Returns a fully-qualified target_project string.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.target_project_path
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.update_group
update_group(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.UpdateGroupRequest, dict
]
] = None,
*,
group: typing.Optional[google.cloud.vmmigration_v1.types.vmmigration.Group] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation.Operation
Updates the parameters of a single Group.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.update_group
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.update_migrating_vm
update_migrating_vm(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.UpdateMigratingVmRequest, dict
]
] = None,
*,
migrating_vm: typing.Optional[
google.cloud.vmmigration_v1.types.vmmigration.MigratingVm
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation.Operation
Updates the parameters of a single MigratingVm.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.update_migrating_vm
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.update_source
update_source(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.UpdateSourceRequest, dict
]
] = None,
*,
source: typing.Optional[
google.cloud.vmmigration_v1.types.vmmigration.Source
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation.Operation
Updates the parameters of a single Source.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.update_source
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.update_target_project
update_target_project(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.UpdateTargetProjectRequest,
dict,
]
] = None,
*,
target_project: typing.Optional[
google.cloud.vmmigration_v1.types.vmmigration.TargetProject
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation.Operation
Updates the parameters of a single TargetProject.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.update_target_project
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.upgrade_appliance
upgrade_appliance(
request: typing.Optional[
typing.Union[
google.cloud.vmmigration_v1.types.vmmigration.UpgradeApplianceRequest, dict
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation.Operation
Upgrades the appliance relate to this DatacenterConnector to the in-place updateable version.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.upgrade_appliance
google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.utilization_report_path
utilization_report_path(
project: str, location: str, source: str, utilization_report: str
) -> str
Returns a fully-qualified utilization_report string.
See more: google.cloud.vmmigration_v1.services.vm_migration.VmMigrationClient.utilization_report_path
google.cloud.vmmigration_v1.services.vm_migration.pagers.ListCloneJobsAsyncPager
ListCloneJobsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.vmmigration_v1.types.vmmigration.ListCloneJobsResponse
],
],
request: google.cloud.vmmigration_v1.types.vmmigration.ListCloneJobsRequest,
response: google.cloud.vmmigration_v1.types.vmmigration.ListCloneJobsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
Instantiates the pager.
See more: google.cloud.vmmigration_v1.services.vm_migration.pagers.ListCloneJobsAsyncPager
google.cloud.vmmigration_v1.services.vm_migration.pagers.ListCloneJobsPager
ListCloneJobsPager(
method: typing.Callable[
[...], google.cloud.vmmigration_v1.types.vmmigration.ListCloneJobsResponse
],
request: google.cloud.vmmigration_v1.types.vmmigration.ListCloneJobsRequest,
response: google.cloud.vmmigration_v1.types.vmmigration.ListCloneJobsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
Instantiate the pager.
See more: google.cloud.vmmigration_v1.services.vm_migration.pagers.ListCloneJobsPager
google.cloud.vmmigration_v1.services.vm_migration.pagers.ListCutoverJobsAsyncPager
ListCutoverJobsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.vmmigration_v1.types.vmmigration.ListCutoverJobsResponse
],
],
request: google.cloud.vmmigration_v1.types.vmmigration.ListCutoverJobsRequest,
response: google.cloud.vmmigration_v1.types.vmmigration.ListCutoverJobsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
Instantiates the pager.
See more: google.cloud.vmmigration_v1.services.vm_migration.pagers.ListCutoverJobsAsyncPager
google.cloud.vmmigration_v1.services.vm_migration.pagers.ListCutoverJobsPager
ListCutoverJobsPager(
method: typing.Callable[
[...], google.cloud.vmmigration_v1.types.vmmigration.ListCutoverJobsResponse
],
request: google.cloud.vmmigration_v1.types.vmmigration.ListCutoverJobsRequest,
response: google.cloud.vmmigration_v1.types.vmmigration.ListCutoverJobsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
Instantiate the pager.
See more: google.cloud.vmmigration_v1.services.vm_migration.pagers.ListCutoverJobsPager
google.cloud.vmmigration_v1.services.vm_migration.pagers.ListDatacenterConnectorsAsyncPager
ListDatacenterConnectorsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.vmmigration_v1.types.vmmigration.ListDatacenterConnectorsResponse
],
],
request: google.cloud.vmmigration_v1.types.vmmigration.ListDatacenterConnectorsRequest,
response: google.cloud.vmmigration_v1.types.vmmigration.ListDatacenterConnectorsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
Instantiates the pager.
See more: google.cloud.vmmigration_v1.services.vm_migration.pagers.ListDatacenterConnectorsAsyncPager
google.cloud.vmmigration_v1.services.vm_migration.pagers.ListDatacenterConnectorsPager
ListDatacenterConnectorsPager(
method: typing.Callable[
[...],
google.cloud.vmmigration_v1.types.vmmigration.ListDatacenterConnectorsResponse,
],
request: google.cloud.vmmigration_v1.types.vmmigration.ListDatacenterConnectorsRequest,
response: google.cloud.vmmigration_v1.types.vmmigration.ListDatacenterConnectorsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
Instantiate the pager.
See more: google.cloud.vmmigration_v1.services.vm_migration.pagers.ListDatacenterConnectorsPager
google.cloud.vmmigration_v1.services.vm_migration.pagers.ListGroupsAsyncPager
ListGroupsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.vmmigration_v1.types.vmmigration.ListGroupsResponse
],
],
request: google.cloud.vmmigration_v1.types.vmmigration.ListGroupsRequest,
response: google.cloud.vmmigration_v1.types.vmmigration.ListGroupsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
Instantiates the pager.
See more: google.cloud.vmmigration_v1.services.vm_migration.pagers.ListGroupsAsyncPager
google.cloud.vmmigration_v1.services.vm_migration.pagers.ListGroupsPager
ListGroupsPager(
method: typing.Callable[
[...], google.cloud.vmmigration_v1.types.vmmigration.ListGroupsResponse
],
request: google.cloud.vmmigration_v1.types.vmmigration.ListGroupsRequest,
response: google.cloud.vmmigration_v1.types.vmmigration.ListGroupsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
Instantiate the pager.
See more: google.cloud.vmmigration_v1.services.vm_migration.pagers.ListGroupsPager
google.cloud.vmmigration_v1.services.vm_migration.pagers.ListMigratingVmsAsyncPager
ListMigratingVmsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.vmmigration_v1.types.vmmigration.ListMigratingVmsResponse
],
],
request: google.cloud.vmmigration_v1.types.vmmigration.ListMigratingVmsRequest,
response: google.cloud.vmmigration_v1.types.vmmigration.ListMigratingVmsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
Instantiates the pager.
See more: google.cloud.vmmigration_v1.services.vm_migration.pagers.ListMigratingVmsAsyncPager
google.cloud.vmmigration_v1.services.vm_migration.pagers.ListMigratingVmsPager
ListMigratingVmsPager(
method: typing.Callable[
[...], google.cloud.vmmigration_v1.types.vmmigration.ListMigratingVmsResponse
],
request: google.cloud.vmmigration_v1.types.vmmigration.ListMigratingVmsRequest,
response: google.cloud.vmmigration_v1.types.vmmigration.ListMigratingVmsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
Instantiate the pager.
See more: google.cloud.vmmigration_v1.services.vm_migration.pagers.ListMigratingVmsPager
google.cloud.vmmigration_v1.services.vm_migration.pagers.ListReplicationCyclesAsyncPager
ListReplicationCyclesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.vmmigration_v1.types.vmmigration.ListReplicationCyclesResponse
],
],
request: google.cloud.vmmigration_v1.types.vmmigration.ListReplicationCyclesRequest,
response: google.cloud.vmmigration_v1.types.vmmigration.ListReplicationCyclesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
Instantiates the pager.
See more: google.cloud.vmmigration_v1.services.vm_migration.pagers.ListReplicationCyclesAsyncPager
google.cloud.vmmigration_v1.services.vm_migration.pagers.ListReplicationCyclesPager
ListReplicationCyclesPager(
method: typing.Callable[
[...],
google.cloud.vmmigration_v1.types.vmmigration.ListReplicationCyclesResponse,
],
request: google.cloud.vmmigration_v1.types.vmmigration.ListReplicationCyclesRequest,
response: google.cloud.vmmigration_v1.types.vmmigration.ListReplicationCyclesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
Instantiate the pager.
See more: google.cloud.vmmigration_v1.services.vm_migration.pagers.ListReplicationCyclesPager
google.cloud.vmmigration_v1.services.vm_migration.pagers.ListSourcesAsyncPager
ListSourcesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.vmmigration_v1.types.vmmigration.ListSourcesResponse
],
],
request: google.cloud.vmmigration_v1.types.vmmigration.ListSourcesRequest,
response: google.cloud.vmmigration_v1.types.vmmigration.ListSourcesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
Instantiates the pager.
See more: google.cloud.vmmigration_v1.services.vm_migration.pagers.ListSourcesAsyncPager
google.cloud.vmmigration_v1.services.vm_migration.pagers.ListSourcesPager
ListSourcesPager(
method: typing.Callable[
[...], google.cloud.vmmigration_v1.types.vmmigration.ListSourcesResponse
],
request: google.cloud.vmmigration_v1.types.vmmigration.ListSourcesRequest,
response: google.cloud.vmmigration_v1.types.vmmigration.ListSourcesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
Instantiate the pager.
See more: google.cloud.vmmigration_v1.services.vm_migration.pagers.ListSourcesPager
google.cloud.vmmigration_v1.services.vm_migration.pagers.ListTargetProjectsAsyncPager
ListTargetProjectsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.vmmigration_v1.types.vmmigration.ListTargetProjectsResponse
],
],
request: google.cloud.vmmigration_v1.types.vmmigration.ListTargetProjectsRequest,
response: google.cloud.vmmigration_v1.types.vmmigration.ListTargetProjectsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
Instantiates the pager.
See more: google.cloud.vmmigration_v1.services.vm_migration.pagers.ListTargetProjectsAsyncPager
google.cloud.vmmigration_v1.services.vm_migration.pagers.ListTargetProjectsPager
ListTargetProjectsPager(
method: typing.Callable[
[...], google.cloud.vmmigration_v1.types.vmmigration.ListTargetProjectsResponse
],
request: google.cloud.vmmigration_v1.types.vmmigration.ListTargetProjectsRequest,
response: google.cloud.vmmigration_v1.types.vmmigration.ListTargetProjectsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
Instantiate the pager.
See more: google.cloud.vmmigration_v1.services.vm_migration.pagers.ListTargetProjectsPager
google.cloud.vmmigration_v1.services.vm_migration.pagers.ListUtilizationReportsAsyncPager
ListUtilizationReportsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.vmmigration_v1.types.vmmigration.ListUtilizationReportsResponse
],
],
request: google.cloud.vmmigration_v1.types.vmmigration.ListUtilizationReportsRequest,
response: google.cloud.vmmigration_v1.types.vmmigration.ListUtilizationReportsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
Instantiates the pager.
See more: google.cloud.vmmigration_v1.services.vm_migration.pagers.ListUtilizationReportsAsyncPager
google.cloud.vmmigration_v1.services.vm_migration.pagers.ListUtilizationReportsPager
ListUtilizationReportsPager(
method: typing.Callable[
[...],
google.cloud.vmmigration_v1.types.vmmigration.ListUtilizationReportsResponse,
],
request: google.cloud.vmmigration_v1.types.vmmigration.ListUtilizationReportsRequest,
response: google.cloud.vmmigration_v1.types.vmmigration.ListUtilizationReportsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
Instantiate the pager.
See more: google.cloud.vmmigration_v1.services.vm_migration.pagers.ListUtilizationReportsPager