Reference documentation and code samples for the Migrate for Compute Engine V1 API class Google::Cloud::VMMigration::V1::VMMigration::Client.
Client for the VmMigration service.
VM Migration Service
Inherits
- Object
Methods
.configure
def self.configure() { |config| ... } -> Client::Configuration
Configure the VmMigration Client class.
See Configuration for a description of the configuration fields.
- (config) — Configure the Client client.
- config (Client::Configuration)
# Modify the configuration for all VmMigration clients ::Google::Cloud::VMMigration::V1::VMMigration::Client.configure do |config| config.timeout = 10.0 end
#add_group_migration
def add_group_migration(request, options = nil) -> ::Gapic::Operation
def add_group_migration(group: nil, migrating_vm: nil) -> ::Gapic::Operation
Adds a MigratingVm to a Group.
def add_group_migration(request, options = nil) -> ::Gapic::Operation
add_group_migration
via a request object, either of type
AddGroupMigrationRequest or an equivalent Hash.
- request (::Google::Cloud::VMMigration::V1::AddGroupMigrationRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def add_group_migration(group: nil, migrating_vm: nil) -> ::Gapic::Operation
add_group_migration
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- group (::String) — Required. The full path name of the Group to add to.
- migrating_vm (::String) — The full path name of the MigratingVm to add.
- (response, operation) — Access the result along with the RPC operation
- response (::Gapic::Operation)
- operation (::GRPC::ActiveCall::Operation)
- (::Gapic::Operation)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/vm_migration/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::VMMigration::V1::VMMigration::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::VMMigration::V1::AddGroupMigrationRequest.new # Call the add_group_migration method. result = client.add_group_migration request # The returned object is of type Gapic::Operation. You can use this # object to check the status of an operation, cancel it, or wait # for results. Here is how to block until completion: result.wait_until_done! timeout: 60 if result.response? p result.response else puts "Error!" end
#cancel_clone_job
def cancel_clone_job(request, options = nil) -> ::Gapic::Operation
def cancel_clone_job(name: nil) -> ::Gapic::Operation
Initiates the cancellation of a running clone job.
def cancel_clone_job(request, options = nil) -> ::Gapic::Operation
cancel_clone_job
via a request object, either of type
CancelCloneJobRequest or an equivalent Hash.
- request (::Google::Cloud::VMMigration::V1::CancelCloneJobRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def cancel_clone_job(name: nil) -> ::Gapic::Operation
cancel_clone_job
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- name (::String) — Required. The clone job id
- (response, operation) — Access the result along with the RPC operation
- response (::Gapic::Operation)
- operation (::GRPC::ActiveCall::Operation)
- (::Gapic::Operation)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/vm_migration/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::VMMigration::V1::VMMigration::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::VMMigration::V1::CancelCloneJobRequest.new # Call the cancel_clone_job method. result = client.cancel_clone_job request # The returned object is of type Gapic::Operation. You can use this # object to check the status of an operation, cancel it, or wait # for results. Here is how to block until completion: result.wait_until_done! timeout: 60 if result.response? p result.response else puts "Error!" end
#cancel_cutover_job
def cancel_cutover_job(request, options = nil) -> ::Gapic::Operation
def cancel_cutover_job(name: nil) -> ::Gapic::Operation
Initiates the cancellation of a running cutover job.
def cancel_cutover_job(request, options = nil) -> ::Gapic::Operation
cancel_cutover_job
via a request object, either of type
CancelCutoverJobRequest or an equivalent Hash.
- request (::Google::Cloud::VMMigration::V1::CancelCutoverJobRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def cancel_cutover_job(name: nil) -> ::Gapic::Operation
cancel_cutover_job
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- name (::String) — Required. The cutover job id
- (response, operation) — Access the result along with the RPC operation
- response (::Gapic::Operation)
- operation (::GRPC::ActiveCall::Operation)
- (::Gapic::Operation)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/vm_migration/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::VMMigration::V1::VMMigration::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::VMMigration::V1::CancelCutoverJobRequest.new # Call the cancel_cutover_job method. result = client.cancel_cutover_job request # The returned object is of type Gapic::Operation. You can use this # object to check the status of an operation, cancel it, or wait # for results. Here is how to block until completion: result.wait_until_done! timeout: 60 if result.response? p result.response else puts "Error!" end
#configure
def configure() { |config| ... } -> Client::Configuration
Configure the VmMigration Client instance.
The configuration is set to the derived mode, meaning that values can be changed, but structural changes (adding new fields, etc.) are not allowed. Structural changes should be made on Client.configure.
See Configuration for a description of the configuration fields.
- (config) — Configure the Client client.
- config (Client::Configuration)
#create_clone_job
def create_clone_job(request, options = nil) -> ::Gapic::Operation
def create_clone_job(parent: nil, clone_job_id: nil, clone_job: nil, request_id: nil) -> ::Gapic::Operation
Initiates a Clone of a specific migrating VM.
def create_clone_job(request, options = nil) -> ::Gapic::Operation
create_clone_job
via a request object, either of type
CreateCloneJobRequest or an equivalent Hash.
- request (::Google::Cloud::VMMigration::V1::CreateCloneJobRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def create_clone_job(parent: nil, clone_job_id: nil, clone_job: nil, request_id: nil) -> ::Gapic::Operation
create_clone_job
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- parent (::String) — Required. The Clone's parent.
- clone_job_id (::String) — Required. The clone job identifier.
- clone_job (::Google::Cloud::VMMigration::V1::CloneJob, ::Hash) — Required. The clone request body.
-
request_id (::String) — A request ID to identify requests. Specify a unique request ID
so that if you must retry your request, the server will know to ignore
the request if it has already been completed. The server will guarantee
that for at least 60 minutes since the first request.
For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.
The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
- (response, operation) — Access the result along with the RPC operation
- response (::Gapic::Operation)
- operation (::GRPC::ActiveCall::Operation)
- (::Gapic::Operation)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/vm_migration/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::VMMigration::V1::VMMigration::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::VMMigration::V1::CreateCloneJobRequest.new # Call the create_clone_job method. result = client.create_clone_job request # The returned object is of type Gapic::Operation. You can use this # object to check the status of an operation, cancel it, or wait # for results. Here is how to block until completion: result.wait_until_done! timeout: 60 if result.response? p result.response else puts "Error!" end
#create_cutover_job
def create_cutover_job(request, options = nil) -> ::Gapic::Operation
def create_cutover_job(parent: nil, cutover_job_id: nil, cutover_job: nil, request_id: nil) -> ::Gapic::Operation
Initiates a Cutover of a specific migrating VM. The returned LRO is completed when the cutover job resource is created and the job is initiated.
def create_cutover_job(request, options = nil) -> ::Gapic::Operation
create_cutover_job
via a request object, either of type
CreateCutoverJobRequest or an equivalent Hash.
- request (::Google::Cloud::VMMigration::V1::CreateCutoverJobRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def create_cutover_job(parent: nil, cutover_job_id: nil, cutover_job: nil, request_id: nil) -> ::Gapic::Operation
create_cutover_job
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- parent (::String) — Required. The Cutover's parent.
- cutover_job_id (::String) — Required. The cutover job identifier.
- cutover_job (::Google::Cloud::VMMigration::V1::CutoverJob, ::Hash) — Required. The cutover request body.
-
request_id (::String) — A request ID to identify requests. Specify a unique request ID
so that if you must retry your request, the server will know to ignore
the request if it has already been completed. The server will guarantee
that for at least 60 minutes since the first request.
For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.
The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
- (response, operation) — Access the result along with the RPC operation
- response (::Gapic::Operation)
- operation (::GRPC::ActiveCall::Operation)
- (::Gapic::Operation)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/vm_migration/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::VMMigration::V1::VMMigration::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::VMMigration::V1::CreateCutoverJobRequest.new # Call the create_cutover_job method. result = client.create_cutover_job request # The returned object is of type Gapic::Operation. You can use this # object to check the status of an operation, cancel it, or wait # for results. Here is how to block until completion: result.wait_until_done! timeout: 60 if result.response? p result.response else puts "Error!" end
#create_datacenter_connector
def create_datacenter_connector(request, options = nil) -> ::Gapic::Operation
def create_datacenter_connector(parent: nil, datacenter_connector_id: nil, datacenter_connector: nil, request_id: nil) -> ::Gapic::Operation
Creates a new DatacenterConnector in a given Source.
def create_datacenter_connector(request, options = nil) -> ::Gapic::Operation
create_datacenter_connector
via a request object, either of type
CreateDatacenterConnectorRequest or an equivalent Hash.
- request (::Google::Cloud::VMMigration::V1::CreateDatacenterConnectorRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def create_datacenter_connector(parent: nil, datacenter_connector_id: nil, datacenter_connector: nil, request_id: nil) -> ::Gapic::Operation
create_datacenter_connector
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
-
parent (::String) — Required. The DatacenterConnector's parent.
Required. The Source in where the new DatacenterConnector will be created.
For example:
projects/my-project/locations/us-central1/sources/my-source
- datacenter_connector_id (::String) — Required. The datacenterConnector identifier.
- datacenter_connector (::Google::Cloud::VMMigration::V1::DatacenterConnector, ::Hash) — Required. The create request body.
-
request_id (::String) — A request ID to identify requests. Specify a unique request ID
so that if you must retry your request, the server will know to ignore
the request if it has already been completed. The server will guarantee
that for at least 60 minutes since the first request.
For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.
The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
- (response, operation) — Access the result along with the RPC operation
- response (::Gapic::Operation)
- operation (::GRPC::ActiveCall::Operation)
- (::Gapic::Operation)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/vm_migration/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::VMMigration::V1::VMMigration::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::VMMigration::V1::CreateDatacenterConnectorRequest.new # Call the create_datacenter_connector method. result = client.create_datacenter_connector request # The returned object is of type Gapic::Operation. You can use this # object to check the status of an operation, cancel it, or wait # for results. Here is how to block until completion: result.wait_until_done! timeout: 60 if result.response? p result.response else puts "Error!" end
#create_group
def create_group(request, options = nil) -> ::Gapic::Operation
def create_group(parent: nil, group_id: nil, group: nil, request_id: nil) -> ::Gapic::Operation
Creates a new Group in a given project and location.
def create_group(request, options = nil) -> ::Gapic::Operation
create_group
via a request object, either of type
CreateGroupRequest or an equivalent Hash.
- request (::Google::Cloud::VMMigration::V1::CreateGroupRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def create_group(parent: nil, group_id: nil, group: nil, request_id: nil) -> ::Gapic::Operation
create_group
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- parent (::String) — Required. The Group's parent.
- group_id (::String) — Required. The group identifier.
- group (::Google::Cloud::VMMigration::V1::Group, ::Hash) — Required. The create request body.
-
request_id (::String) — A request ID to identify requests. Specify a unique request ID
so that if you must retry your request, the server will know to ignore
the request if it has already been completed. The server will guarantee
that for at least 60 minutes since the first request.
For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.
The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
- (response, operation) — Access the result along with the RPC operation
- response (::Gapic::Operation)
- operation (::GRPC::ActiveCall::Operation)
- (::Gapic::Operation)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/vm_migration/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::VMMigration::V1::VMMigration::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::VMMigration::V1::CreateGroupRequest.new # Call the create_group method. result = client.create_group request # The returned object is of type Gapic::Operation. You can use this # object to check the status of an operation, cancel it, or wait # for results. Here is how to block until completion: result.wait_until_done! timeout: 60 if result.response? p result.response else puts "Error!" end
#create_migrating_vm
def create_migrating_vm(request, options = nil) -> ::Gapic::Operation
def create_migrating_vm(parent: nil, migrating_vm_id: nil, migrating_vm: nil, request_id: nil) -> ::Gapic::Operation
Creates a new MigratingVm in a given Source.
def create_migrating_vm(request, options = nil) -> ::Gapic::Operation
create_migrating_vm
via a request object, either of type
CreateMigratingVmRequest or an equivalent Hash.
- request (::Google::Cloud::VMMigration::V1::CreateMigratingVmRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def create_migrating_vm(parent: nil, migrating_vm_id: nil, migrating_vm: nil, request_id: nil) -> ::Gapic::Operation
create_migrating_vm
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- parent (::String) — Required. The MigratingVm's parent.
- migrating_vm_id (::String) — Required. The migratingVm identifier.
- migrating_vm (::Google::Cloud::VMMigration::V1::MigratingVm, ::Hash) — Required. The create request body.
-
request_id (::String) — A request ID to identify requests. Specify a unique request ID
so that if you must retry your request, the server will know to ignore
the request if it has already been completed. The server will guarantee
that for at least 60 minutes since the first request.
For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.
The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
- (response, operation) — Access the result along with the RPC operation
- response (::Gapic::Operation)
- operation (::GRPC::ActiveCall::Operation)
- (::Gapic::Operation)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/vm_migration/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::VMMigration::V1::VMMigration::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::VMMigration::V1::CreateMigratingVmRequest.new # Call the create_migrating_vm method. result = client.create_migrating_vm request # The returned object is of type Gapic::Operation. You can use this # object to check the status of an operation, cancel it, or wait # for results. Here is how to block until completion: result.wait_until_done! timeout: 60 if result.response? p result.response else puts "Error!" end
#create_source
def create_source(request, options = nil) -> ::Gapic::Operation
def create_source(parent: nil, source_id: nil, source: nil, request_id: nil) -> ::Gapic::Operation
Creates a new Source in a given project and location.
def create_source(request, options = nil) -> ::Gapic::Operation
create_source
via a request object, either of type
CreateSourceRequest or an equivalent Hash.
- request (::Google::Cloud::VMMigration::V1::CreateSourceRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def create_source(parent: nil, source_id: nil, source: nil, request_id: nil) -> ::Gapic::Operation
create_source
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- parent (::String) — Required. The Source's parent.
- source_id (::String) — Required. The source identifier.
- source (::Google::Cloud::VMMigration::V1::Source, ::Hash) — Required. The create request body.
-
request_id (::String) — A request ID to identify requests. Specify a unique request ID
so that if you must retry your request, the server will know to ignore
the request if it has already been completed. The server will guarantee
that for at least 60 minutes since the first request.
For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.
The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
- (response, operation) — Access the result along with the RPC operation
- response (::Gapic::Operation)
- operation (::GRPC::ActiveCall::Operation)
- (::Gapic::Operation)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/vm_migration/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::VMMigration::V1::VMMigration::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::VMMigration::V1::CreateSourceRequest.new # Call the create_source method. result = client.create_source request # The returned object is of type Gapic::Operation. You can use this # object to check the status of an operation, cancel it, or wait # for results. Here is how to block until completion: result.wait_until_done! timeout: 60 if result.response? p result.response else puts "Error!" end
#create_target_project
def create_target_project(request, options = nil) -> ::Gapic::Operation
def create_target_project(parent: nil, target_project_id: nil, target_project: nil, request_id: nil) -> ::Gapic::Operation
Creates a new TargetProject in a given project.
NOTE: TargetProject is a global resource; hence the only supported value
for location is global
.
def create_target_project(request, options = nil) -> ::Gapic::Operation
create_target_project
via a request object, either of type
CreateTargetProjectRequest or an equivalent Hash.
- request (::Google::Cloud::VMMigration::V1::CreateTargetProjectRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def create_target_project(parent: nil, target_project_id: nil, target_project: nil, request_id: nil) -> ::Gapic::Operation
create_target_project
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- parent (::String) — Required. The TargetProject's parent.
- target_project_id (::String) — Required. The target_project identifier.
- target_project (::Google::Cloud::VMMigration::V1::TargetProject, ::Hash) — Required. The create request body.
-
request_id (::String) — A request ID to identify requests. Specify a unique request ID
so that if you must retry your request, the server will know to ignore
the request if it has already been completed. The server will guarantee
that for at least 60 minutes since the first request.
For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.
The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
- (response, operation) — Access the result along with the RPC operation
- response (::Gapic::Operation)
- operation (::GRPC::ActiveCall::Operation)
- (::Gapic::Operation)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/vm_migration/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::VMMigration::V1::VMMigration::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::VMMigration::V1::CreateTargetProjectRequest.new # Call the create_target_project method. result = client.create_target_project request # The returned object is of type Gapic::Operation. You can use this # object to check the status of an operation, cancel it, or wait # for results. Here is how to block until completion: result.wait_until_done! timeout: 60 if result.response? p result.response else puts "Error!" end
#create_utilization_report
def create_utilization_report(request, options = nil) -> ::Gapic::Operation
def create_utilization_report(parent: nil, utilization_report: nil, utilization_report_id: nil, request_id: nil) -> ::Gapic::Operation
Creates a new UtilizationReport.
def create_utilization_report(request, options = nil) -> ::Gapic::Operation
create_utilization_report
via a request object, either of type
CreateUtilizationReportRequest or an equivalent Hash.
- request (::Google::Cloud::VMMigration::V1::CreateUtilizationReportRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def create_utilization_report(parent: nil, utilization_report: nil, utilization_report_id: nil, request_id: nil) -> ::Gapic::Operation
create_utilization_report
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- parent (::String) — Required. The Utilization Report's parent.
- utilization_report (::Google::Cloud::VMMigration::V1::UtilizationReport, ::Hash) — Required. The report to create.
-
utilization_report_id (::String) — Required. The ID to use for the report, which will become the final component of
the reports's resource name.
This value maximum length is 63 characters, and valid characters are /[a-z][0-9]-/. It must start with an english letter and must not end with a hyphen.
-
request_id (::String) — A request ID to identify requests. Specify a unique request ID
so that if you must retry your request, the server will know to ignore
the request if it has already been completed. The server will guarantee
that for at least 60 minutes since the first request.
For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.
The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
- (response, operation) — Access the result along with the RPC operation
- response (::Gapic::Operation)
- operation (::GRPC::ActiveCall::Operation)
- (::Gapic::Operation)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/vm_migration/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::VMMigration::V1::VMMigration::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::VMMigration::V1::CreateUtilizationReportRequest.new # Call the create_utilization_report method. result = client.create_utilization_report request # The returned object is of type Gapic::Operation. You can use this # object to check the status of an operation, cancel it, or wait # for results. Here is how to block until completion: result.wait_until_done! timeout: 60 if result.response? p result.response else puts "Error!" end
#delete_datacenter_connector
def delete_datacenter_connector(request, options = nil) -> ::Gapic::Operation
def delete_datacenter_connector(name: nil, request_id: nil) -> ::Gapic::Operation
Deletes a single DatacenterConnector.
def delete_datacenter_connector(request, options = nil) -> ::Gapic::Operation
delete_datacenter_connector
via a request object, either of type
DeleteDatacenterConnectorRequest or an equivalent Hash.
- request (::Google::Cloud::VMMigration::V1::DeleteDatacenterConnectorRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def delete_datacenter_connector(name: nil, request_id: nil) -> ::Gapic::Operation
delete_datacenter_connector
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- name (::String) — Required. The DatacenterConnector name.
-
request_id (::String) — A request ID to identify requests. Specify a unique request ID
so that if you must retry your request, the server will know to ignore
the request if it has already been completed. The server will guarantee
that for at least 60 minutes after the first request.
For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.
The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
- (response, operation) — Access the result along with the RPC operation
- response (::Gapic::Operation)
- operation (::GRPC::ActiveCall::Operation)
- (::Gapic::Operation)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/vm_migration/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::VMMigration::V1::VMMigration::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::VMMigration::V1::DeleteDatacenterConnectorRequest.new # Call the delete_datacenter_connector method. result = client.delete_datacenter_connector request # The returned object is of type Gapic::Operation. You can use this # object to check the status of an operation, cancel it, or wait # for results. Here is how to block until completion: result.wait_until_done! timeout: 60 if result.response? p result.response else puts "Error!" end
#delete_group
def delete_group(request, options = nil) -> ::Gapic::Operation
def delete_group(name: nil, request_id: nil) -> ::Gapic::Operation
Deletes a single Group.
def delete_group(request, options = nil) -> ::Gapic::Operation
delete_group
via a request object, either of type
DeleteGroupRequest or an equivalent Hash.
- request (::Google::Cloud::VMMigration::V1::DeleteGroupRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def delete_group(name: nil, request_id: nil) -> ::Gapic::Operation
delete_group
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- name (::String) — Required. The Group name.
-
request_id (::String) — Optional. A request ID to identify requests. Specify a unique request ID
so that if you must retry your request, the server will know to ignore
the request if it has already been completed. The server will guarantee
that for at least 60 minutes after the first request.
For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.
The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
- (response, operation) — Access the result along with the RPC operation
- response (::Gapic::Operation)
- operation (::GRPC::ActiveCall::Operation)
- (::Gapic::Operation)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/vm_migration/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::VMMigration::V1::VMMigration::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::VMMigration::V1::DeleteGroupRequest.new # Call the delete_group method. result = client.delete_group request # The returned object is of type Gapic::Operation. You can use this # object to check the status of an operation, cancel it, or wait # for results. Here is how to block until completion: result.wait_until_done! timeout: 60 if result.response? p result.response else puts "Error!" end
#delete_migrating_vm
def delete_migrating_vm(request, options = nil) -> ::Gapic::Operation
def delete_migrating_vm(name: nil) -> ::Gapic::Operation
Deletes a single MigratingVm.
def delete_migrating_vm(request, options = nil) -> ::Gapic::Operation
delete_migrating_vm
via a request object, either of type
DeleteMigratingVmRequest or an equivalent Hash.
- request (::Google::Cloud::VMMigration::V1::DeleteMigratingVmRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def delete_migrating_vm(name: nil) -> ::Gapic::Operation
delete_migrating_vm
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- name (::String) — Required. The name of the MigratingVm.
- (response, operation) — Access the result along with the RPC operation
- response (::Gapic::Operation)
- operation (::GRPC::ActiveCall::Operation)
- (::Gapic::Operation)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/vm_migration/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::VMMigration::V1::VMMigration::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::VMMigration::V1::DeleteMigratingVmRequest.new # Call the delete_migrating_vm method. result = client.delete_migrating_vm request # The returned object is of type Gapic::Operation. You can use this # object to check the status of an operation, cancel it, or wait # for results. Here is how to block until completion: result.wait_until_done! timeout: 60 if result.response? p result.response else puts "Error!" end
#delete_source
def delete_source(request, options = nil) -> ::Gapic::Operation
def delete_source(name: nil, request_id: nil) -> ::Gapic::Operation
Deletes a single Source.
def delete_source(request, options = nil) -> ::Gapic::Operation
delete_source
via a request object, either of type
DeleteSourceRequest or an equivalent Hash.
- request (::Google::Cloud::VMMigration::V1::DeleteSourceRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def delete_source(name: nil, request_id: nil) -> ::Gapic::Operation
delete_source
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- name (::String) — Required. The Source name.
-
request_id (::String) — Optional. A request ID to identify requests. Specify a unique request ID
so that if you must retry your request, the server will know to ignore
the request if it has already been completed. The server will guarantee
that for at least 60 minutes after the first request.
For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.
The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
- (response, operation) — Access the result along with the RPC operation
- response (::Gapic::Operation)
- operation (::GRPC::ActiveCall::Operation)
- (::Gapic::Operation)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/vm_migration/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::VMMigration::V1::VMMigration::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::VMMigration::V1::DeleteSourceRequest.new # Call the delete_source method. result = client.delete_source request # The returned object is of type Gapic::Operation. You can use this # object to check the status of an operation, cancel it, or wait # for results. Here is how to block until completion: result.wait_until_done! timeout: 60 if result.response? p result.response else puts "Error!" end
#delete_target_project
def delete_target_project(request, options = nil) -> ::Gapic::Operation
def delete_target_project(name: nil, request_id: nil) -> ::Gapic::Operation
Deletes a single TargetProject.
NOTE: TargetProject is a global resource; hence the only supported value
for location is global
.
def delete_target_project(request, options = nil) -> ::Gapic::Operation
delete_target_project
via a request object, either of type
DeleteTargetProjectRequest or an equivalent Hash.
- request (::Google::Cloud::VMMigration::V1::DeleteTargetProjectRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def delete_target_project(name: nil, request_id: nil) -> ::Gapic::Operation
delete_target_project
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- name (::String) — Required. The TargetProject name.
-
request_id (::String) — Optional. A request ID to identify requests. Specify a unique request ID
so that if you must retry your request, the server will know to ignore
the request if it has already been completed. The server will guarantee
that for at least 60 minutes after the first request.
For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.
The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
- (response, operation) — Access the result along with the RPC operation
- response (::Gapic::Operation)
- operation (::GRPC::ActiveCall::Operation)
- (::Gapic::Operation)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/vm_migration/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::VMMigration::V1::VMMigration::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::VMMigration::V1::DeleteTargetProjectRequest.new # Call the delete_target_project method. result = client.delete_target_project request # The returned object is of type Gapic::Operation. You can use this # object to check the status of an operation, cancel it, or wait # for results. Here is how to block until completion: result.wait_until_done! timeout: 60 if result.response? p result.response else puts "Error!" end
#delete_utilization_report
def delete_utilization_report(request, options = nil) -> ::Gapic::Operation
def delete_utilization_report(name: nil, request_id: nil) -> ::Gapic::Operation
Deletes a single Utilization Report.
def delete_utilization_report(request, options = nil) -> ::Gapic::Operation
delete_utilization_report
via a request object, either of type
DeleteUtilizationReportRequest or an equivalent Hash.
- request (::Google::Cloud::VMMigration::V1::DeleteUtilizationReportRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def delete_utilization_report(name: nil, request_id: nil) -> ::Gapic::Operation
delete_utilization_report
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- name (::String) — Required. The Utilization Report name.
-
request_id (::String) — Optional. A request ID to identify requests. Specify a unique request ID
so that if you must retry your request, the server will know to ignore
the request if it has already been completed. The server will guarantee
that for at least 60 minutes after the first request.
For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.
The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
- (response, operation) — Access the result along with the RPC operation
- response (::Gapic::Operation)
- operation (::GRPC::ActiveCall::Operation)
- (::Gapic::Operation)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/vm_migration/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::VMMigration::V1::VMMigration::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::VMMigration::V1::DeleteUtilizationReportRequest.new # Call the delete_utilization_report method. result = client.delete_utilization_report request # The returned object is of type Gapic::Operation. You can use this # object to check the status of an operation, cancel it, or wait # for results. Here is how to block until completion: result.wait_until_done! timeout: 60 if result.response? p result.response else puts "Error!" end
#fetch_inventory
def fetch_inventory(request, options = nil) -> ::Google::Cloud::VMMigration::V1::FetchInventoryResponse
def fetch_inventory(source: nil, force_refresh: nil) -> ::Google::Cloud::VMMigration::V1::FetchInventoryResponse
List remote source's inventory of VMs. The remote source is the onprem vCenter (remote in the sense it's not in Compute Engine). The inventory describes the list of existing VMs in that source. Note that this operation lists the VMs on the remote source, as opposed to listing the MigratingVms resources in the vmmigration service.
def fetch_inventory(request, options = nil) -> ::Google::Cloud::VMMigration::V1::FetchInventoryResponse
fetch_inventory
via a request object, either of type
FetchInventoryRequest or an equivalent Hash.
- request (::Google::Cloud::VMMigration::V1::FetchInventoryRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def fetch_inventory(source: nil, force_refresh: nil) -> ::Google::Cloud::VMMigration::V1::FetchInventoryResponse
fetch_inventory
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- source (::String) — Required. The name of the Source.
- force_refresh (::Boolean) — If this flag is set to true, the source will be queried instead of using cached results. Using this flag will make the call slower.
- (response, operation) — Access the result along with the RPC operation
- response (::Google::Cloud::VMMigration::V1::FetchInventoryResponse)
- operation (::GRPC::ActiveCall::Operation)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/vm_migration/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::VMMigration::V1::VMMigration::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::VMMigration::V1::FetchInventoryRequest.new # Call the fetch_inventory method. result = client.fetch_inventory request # The returned object is of type Google::Cloud::VMMigration::V1::FetchInventoryResponse. p result
#finalize_migration
def finalize_migration(request, options = nil) -> ::Gapic::Operation
def finalize_migration(migrating_vm: nil) -> ::Gapic::Operation
Marks a migration as completed, deleting migration resources that are no longer being used. Only applicable after cutover is done.
def finalize_migration(request, options = nil) -> ::Gapic::Operation
finalize_migration
via a request object, either of type
FinalizeMigrationRequest or an equivalent Hash.
- request (::Google::Cloud::VMMigration::V1::FinalizeMigrationRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def finalize_migration(migrating_vm: nil) -> ::Gapic::Operation
finalize_migration
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- migrating_vm (::String) — Required. The name of the MigratingVm.
- (response, operation) — Access the result along with the RPC operation
- response (::Gapic::Operation)
- operation (::GRPC::ActiveCall::Operation)
- (::Gapic::Operation)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/vm_migration/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::VMMigration::V1::VMMigration::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::VMMigration::V1::FinalizeMigrationRequest.new # Call the finalize_migration method. result = client.finalize_migration request # The returned object is of type Gapic::Operation. You can use this # object to check the status of an operation, cancel it, or wait # for results. Here is how to block until completion: result.wait_until_done! timeout: 60 if result.response? p result.response else puts "Error!" end
#get_clone_job
def get_clone_job(request, options = nil) -> ::Google::Cloud::VMMigration::V1::CloneJob
def get_clone_job(name: nil) -> ::Google::Cloud::VMMigration::V1::CloneJob
Gets details of a single CloneJob.
def get_clone_job(request, options = nil) -> ::Google::Cloud::VMMigration::V1::CloneJob
get_clone_job
via a request object, either of type
GetCloneJobRequest or an equivalent Hash.
- request (::Google::Cloud::VMMigration::V1::GetCloneJobRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def get_clone_job(name: nil) -> ::Google::Cloud::VMMigration::V1::CloneJob
get_clone_job
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- name (::String) — Required. The name of the CloneJob.
- (response, operation) — Access the result along with the RPC operation
- response (::Google::Cloud::VMMigration::V1::CloneJob)
- operation (::GRPC::ActiveCall::Operation)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/vm_migration/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::VMMigration::V1::VMMigration::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::VMMigration::V1::GetCloneJobRequest.new # Call the get_clone_job method. result = client.get_clone_job request # The returned object is of type Google::Cloud::VMMigration::V1::CloneJob. p result
#get_cutover_job
def get_cutover_job(request, options = nil) -> ::Google::Cloud::VMMigration::V1::CutoverJob
def get_cutover_job(name: nil) -> ::Google::Cloud::VMMigration::V1::CutoverJob
Gets details of a single CutoverJob.
def get_cutover_job(request, options = nil) -> ::Google::Cloud::VMMigration::V1::CutoverJob
get_cutover_job
via a request object, either of type
GetCutoverJobRequest or an equivalent Hash.
- request (::Google::Cloud::VMMigration::V1::GetCutoverJobRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def get_cutover_job(name: nil) -> ::Google::Cloud::VMMigration::V1::CutoverJob
get_cutover_job
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- name (::String) — Required. The name of the CutoverJob.
- (response, operation) — Access the result along with the RPC operation
- response (::Google::Cloud::VMMigration::V1::CutoverJob)
- operation (::GRPC::ActiveCall::Operation)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/vm_migration/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::VMMigration::V1::VMMigration::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::VMMigration::V1::GetCutoverJobRequest.new # Call the get_cutover_job method. result = client.get_cutover_job request # The returned object is of type Google::Cloud::VMMigration::V1::CutoverJob. p result
#get_datacenter_connector
def get_datacenter_connector(request, options = nil) -> ::Google::Cloud::VMMigration::V1::DatacenterConnector
def get_datacenter_connector(name: nil) -> ::Google::Cloud::VMMigration::V1::DatacenterConnector
Gets details of a single DatacenterConnector.
def get_datacenter_connector(request, options = nil) -> ::Google::Cloud::VMMigration::V1::DatacenterConnector
get_datacenter_connector
via a request object, either of type
GetDatacenterConnectorRequest or an equivalent Hash.
- request (::Google::Cloud::VMMigration::V1::GetDatacenterConnectorRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def get_datacenter_connector(name: nil) -> ::Google::Cloud::VMMigration::V1::DatacenterConnector
get_datacenter_connector
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- name (::String) — Required. The name of the DatacenterConnector.
- (response, operation) — Access the result along with the RPC operation
- response (::Google::Cloud::VMMigration::V1::DatacenterConnector)
- operation (::GRPC::ActiveCall::Operation)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/vm_migration/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::VMMigration::V1::VMMigration::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::VMMigration::V1::GetDatacenterConnectorRequest.new # Call the get_datacenter_connector method. result = client.get_datacenter_connector request # The returned object is of type Google::Cloud::VMMigration::V1::DatacenterConnector. p result
#get_group
def get_group(request, options = nil) -> ::Google::Cloud::VMMigration::V1::Group
def get_group(name: nil) -> ::Google::Cloud::VMMigration::V1::Group
Gets details of a single Group.
def get_group(request, options = nil) -> ::Google::Cloud::VMMigration::V1::Group
get_group
via a request object, either of type
GetGroupRequest or an equivalent Hash.
- request (::Google::Cloud::VMMigration::V1::GetGroupRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def get_group(name: nil) -> ::Google::Cloud::VMMigration::V1::Group
get_group
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- name (::String) — Required. The group name.
- (response, operation) — Access the result along with the RPC operation
- response (::Google::Cloud::VMMigration::V1::Group)
- operation (::GRPC::ActiveCall::Operation)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/vm_migration/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::VMMigration::V1::VMMigration::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::VMMigration::V1::GetGroupRequest.new # Call the get_group method. result = client.get_group request # The returned object is of type Google::Cloud::VMMigration::V1::Group. p result
#get_migrating_vm
def get_migrating_vm(request, options = nil) -> ::Google::Cloud::VMMigration::V1::MigratingVm
def get_migrating_vm(name: nil) -> ::Google::Cloud::VMMigration::V1::MigratingVm
Gets details of a single MigratingVm.
def get_migrating_vm(request, options = nil) -> ::Google::Cloud::VMMigration::V1::MigratingVm
get_migrating_vm
via a request object, either of type
GetMigratingVmRequest or an equivalent Hash.
- request (::Google::Cloud::VMMigration::V1::GetMigratingVmRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def get_migrating_vm(name: nil) -> ::Google::Cloud::VMMigration::V1::MigratingVm
get_migrating_vm
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- name (::String) — Required. The name of the MigratingVm.
- (response, operation) — Access the result along with the RPC operation
- response (::Google::Cloud::VMMigration::V1::MigratingVm)
- operation (::GRPC::ActiveCall::Operation)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/vm_migration/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::VMMigration::V1::VMMigration::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::VMMigration::V1::GetMigratingVmRequest.new # Call the get_migrating_vm method. result = client.get_migrating_vm request # The returned object is of type Google::Cloud::VMMigration::V1::MigratingVm. p result
#get_source
def get_source(request, options = nil) -> ::Google::Cloud::VMMigration::V1::Source
def get_source(name: nil) -> ::Google::Cloud::VMMigration::V1::Source
Gets details of a single Source.
def get_source(request, options = nil) -> ::Google::Cloud::VMMigration::V1::Source
get_source
via a request object, either of type
GetSourceRequest or an equivalent Hash.
- request (::Google::Cloud::VMMigration::V1::GetSourceRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def get_source(name: nil) -> ::Google::Cloud::VMMigration::V1::Source
get_source
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- name (::String) — Required. The Source name.
- (response, operation) — Access the result along with the RPC operation
- response (::Google::Cloud::VMMigration::V1::Source)
- operation (::GRPC::ActiveCall::Operation)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/vm_migration/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::VMMigration::V1::VMMigration::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::VMMigration::V1::GetSourceRequest.new # Call the get_source method. result = client.get_source request # The returned object is of type Google::Cloud::VMMigration::V1::Source. p result
#get_target_project
def get_target_project(request, options = nil) -> ::Google::Cloud::VMMigration::V1::TargetProject
def get_target_project(name: nil) -> ::Google::Cloud::VMMigration::V1::TargetProject
Gets details of a single TargetProject.
NOTE: TargetProject is a global resource; hence the only supported value
for location is global
.
def get_target_project(request, options = nil) -> ::Google::Cloud::VMMigration::V1::TargetProject
get_target_project
via a request object, either of type
GetTargetProjectRequest or an equivalent Hash.
- request (::Google::Cloud::VMMigration::V1::GetTargetProjectRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def get_target_project(name: nil) -> ::Google::Cloud::VMMigration::V1::TargetProject
get_target_project
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- name (::String) — Required. The TargetProject name.
- (response, operation) — Access the result along with the RPC operation
- response (::Google::Cloud::VMMigration::V1::TargetProject)
- operation (::GRPC::ActiveCall::Operation)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/vm_migration/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::VMMigration::V1::VMMigration::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::VMMigration::V1::GetTargetProjectRequest.new # Call the get_target_project method. result = client.get_target_project request # The returned object is of type Google::Cloud::VMMigration::V1::TargetProject. p result
#get_utilization_report
def get_utilization_report(request, options = nil) -> ::Google::Cloud::VMMigration::V1::UtilizationReport
def get_utilization_report(name: nil, view: nil) -> ::Google::Cloud::VMMigration::V1::UtilizationReport
Gets a single Utilization Report.
def get_utilization_report(request, options = nil) -> ::Google::Cloud::VMMigration::V1::UtilizationReport
get_utilization_report
via a request object, either of type
GetUtilizationReportRequest or an equivalent Hash.
- request (::Google::Cloud::VMMigration::V1::GetUtilizationReportRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def get_utilization_report(name: nil, view: nil) -> ::Google::Cloud::VMMigration::V1::UtilizationReport
get_utilization_report
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- name (::String) — Required. The Utilization Report name.
- view (::Google::Cloud::VMMigration::V1::UtilizationReportView) — Optional. The level of details of the report. Defaults to FULL
- (response, operation) — Access the result along with the RPC operation
- response (::Google::Cloud::VMMigration::V1::UtilizationReport)
- operation (::GRPC::ActiveCall::Operation)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/vm_migration/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::VMMigration::V1::VMMigration::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::VMMigration::V1::GetUtilizationReportRequest.new # Call the get_utilization_report method. result = client.get_utilization_report request # The returned object is of type Google::Cloud::VMMigration::V1::UtilizationReport. p result
#initialize
def initialize() { |config| ... } -> Client
Create a new VmMigration client object.
- (config) — Configure the VmMigration client.
- config (Client::Configuration)
- (Client) — a new instance of Client
# Create a client using the default configuration client = ::Google::Cloud::VMMigration::V1::VMMigration::Client.new # Create a client using a custom configuration client = ::Google::Cloud::VMMigration::V1::VMMigration::Client.new do |config| config.timeout = 10.0 end
#list_clone_jobs
def list_clone_jobs(request, options = nil) -> ::Gapic::PagedEnumerable<::Google::Cloud::VMMigration::V1::CloneJob>
def list_clone_jobs(parent: nil, page_size: nil, page_token: nil, filter: nil, order_by: nil) -> ::Gapic::PagedEnumerable<::Google::Cloud::VMMigration::V1::CloneJob>
Lists CloneJobs of a given migrating VM.
def list_clone_jobs(request, options = nil) -> ::Gapic::PagedEnumerable<::Google::Cloud::VMMigration::V1::CloneJob>
list_clone_jobs
via a request object, either of type
ListCloneJobsRequest or an equivalent Hash.
- request (::Google::Cloud::VMMigration::V1::ListCloneJobsRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def list_clone_jobs(parent: nil, page_size: nil, page_token: nil, filter: nil, order_by: nil) -> ::Gapic::PagedEnumerable<::Google::Cloud::VMMigration::V1::CloneJob>
list_clone_jobs
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- parent (::String) — Required. The parent, which owns this collection of source VMs.
- page_size (::Integer) — Optional. The maximum number of clone jobs to return. The service may return fewer than this value. If unspecified, at most 500 clone jobs will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
-
page_token (::String) — Required. A page token, received from a previous
ListCloneJobs
call. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListCloneJobs
must match the call that provided the page token. - filter (::String) — Optional. The filter request.
- order_by (::String) — Optional. the order by fields for the result.
- (response, operation) — Access the result along with the RPC operation
- response (::Gapic::PagedEnumerable<::Google::Cloud::VMMigration::V1::CloneJob>)
- operation (::GRPC::ActiveCall::Operation)
- (::Gapic::PagedEnumerable<::Google::Cloud::VMMigration::V1::CloneJob>)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/vm_migration/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::VMMigration::V1::VMMigration::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::VMMigration::V1::ListCloneJobsRequest.new # Call the list_clone_jobs method. result = client.list_clone_jobs request # The returned object is of type Gapic::PagedEnumerable. You can # iterate over all elements by calling #each, and the enumerable # will lazily make API calls to fetch subsequent pages. Other # methods are also available for managing paging directly. result.each do |response| # Each element is of type ::Google::Cloud::VMMigration::V1::CloneJob. p response end
#list_cutover_jobs
def list_cutover_jobs(request, options = nil) -> ::Gapic::PagedEnumerable<::Google::Cloud::VMMigration::V1::CutoverJob>
def list_cutover_jobs(parent: nil, page_size: nil, page_token: nil, filter: nil, order_by: nil) -> ::Gapic::PagedEnumerable<::Google::Cloud::VMMigration::V1::CutoverJob>
Lists CutoverJobs of a given migrating VM.
def list_cutover_jobs(request, options = nil) -> ::Gapic::PagedEnumerable<::Google::Cloud::VMMigration::V1::CutoverJob>
list_cutover_jobs
via a request object, either of type
ListCutoverJobsRequest or an equivalent Hash.
- request (::Google::Cloud::VMMigration::V1::ListCutoverJobsRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def list_cutover_jobs(parent: nil, page_size: nil, page_token: nil, filter: nil, order_by: nil) -> ::Gapic::PagedEnumerable<::Google::Cloud::VMMigration::V1::CutoverJob>
list_cutover_jobs
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- parent (::String) — Required. The parent, which owns this collection of migrating VMs.
- page_size (::Integer) — Optional. The maximum number of cutover jobs to return. The service may return fewer than this value. If unspecified, at most 500 cutover jobs will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
-
page_token (::String) — Required. A page token, received from a previous
ListCutoverJobs
call. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListCutoverJobs
must match the call that provided the page token. - filter (::String) — Optional. The filter request.
- order_by (::String) — Optional. the order by fields for the result.
- (response, operation) — Access the result along with the RPC operation
- response (::Gapic::PagedEnumerable<::Google::Cloud::VMMigration::V1::CutoverJob>)
- operation (::GRPC::ActiveCall::Operation)
- (::Gapic::PagedEnumerable<::Google::Cloud::VMMigration::V1::CutoverJob>)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/vm_migration/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::VMMigration::V1::VMMigration::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::VMMigration::V1::ListCutoverJobsRequest.new # Call the list_cutover_jobs method. result = client.list_cutover_jobs request # The returned object is of type Gapic::PagedEnumerable. You can # iterate over all elements by calling #each, and the enumerable # will lazily make API calls to fetch subsequent pages. Other # methods are also available for managing paging directly. result.each do |response| # Each element is of type ::Google::Cloud::VMMigration::V1::CutoverJob. p response end
#list_datacenter_connectors
def list_datacenter_connectors(request, options = nil) -> ::Gapic::PagedEnumerable<::Google::Cloud::VMMigration::V1::DatacenterConnector>
def list_datacenter_connectors(parent: nil, page_size: nil, page_token: nil, filter: nil, order_by: nil) -> ::Gapic::PagedEnumerable<::Google::Cloud::VMMigration::V1::DatacenterConnector>
Lists DatacenterConnectors in a given Source.
def list_datacenter_connectors(request, options = nil) -> ::Gapic::PagedEnumerable<::Google::Cloud::VMMigration::V1::DatacenterConnector>
list_datacenter_connectors
via a request object, either of type
ListDatacenterConnectorsRequest or an equivalent Hash.
- request (::Google::Cloud::VMMigration::V1::ListDatacenterConnectorsRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def list_datacenter_connectors(parent: nil, page_size: nil, page_token: nil, filter: nil, order_by: nil) -> ::Gapic::PagedEnumerable<::Google::Cloud::VMMigration::V1::DatacenterConnector>
list_datacenter_connectors
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- parent (::String) — Required. The parent, which owns this collection of connectors.
- page_size (::Integer) — Optional. The maximum number of connectors to return. The service may return fewer than this value. If unspecified, at most 500 sources will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
-
page_token (::String) — Required. A page token, received from a previous
ListDatacenterConnectors
call. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListDatacenterConnectors
must match the call that provided the page token. - filter (::String) — Optional. The filter request.
- order_by (::String) — Optional. the order by fields for the result.
- (response, operation) — Access the result along with the RPC operation
- response (::Gapic::PagedEnumerable<::Google::Cloud::VMMigration::V1::DatacenterConnector>)
- operation (::GRPC::ActiveCall::Operation)
- (::Gapic::PagedEnumerable<::Google::Cloud::VMMigration::V1::DatacenterConnector>)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/vm_migration/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::VMMigration::V1::VMMigration::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::VMMigration::V1::ListDatacenterConnectorsRequest.new # Call the list_datacenter_connectors method. result = client.list_datacenter_connectors request # The returned object is of type Gapic::PagedEnumerable. You can # iterate over all elements by calling #each, and the enumerable # will lazily make API calls to fetch subsequent pages. Other # methods are also available for managing paging directly. result.each do |response| # Each element is of type ::Google::Cloud::VMMigration::V1::DatacenterConnector. p response end
#list_groups
def list_groups(request, options = nil) -> ::Gapic::PagedEnumerable<::Google::Cloud::VMMigration::V1::Group>
def list_groups(parent: nil, page_size: nil, page_token: nil, filter: nil, order_by: nil) -> ::Gapic::PagedEnumerable<::Google::Cloud::VMMigration::V1::Group>
Lists Groups in a given project and location.
def list_groups(request, options = nil) -> ::Gapic::PagedEnumerable<::Google::Cloud::VMMigration::V1::Group>
list_groups
via a request object, either of type
ListGroupsRequest or an equivalent Hash.
- request (::Google::Cloud::VMMigration::V1::ListGroupsRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def list_groups(parent: nil, page_size: nil, page_token: nil, filter: nil, order_by: nil) -> ::Gapic::PagedEnumerable<::Google::Cloud::VMMigration::V1::Group>
list_groups
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- parent (::String) — Required. The parent, which owns this collection of groups.
- page_size (::Integer) — Optional. The maximum number of groups to return. The service may return fewer than this value. If unspecified, at most 500 groups will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
-
page_token (::String) — Required. A page token, received from a previous
ListGroups
call. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListGroups
must match the call that provided the page token. - filter (::String) — Optional. The filter request.
- order_by (::String) — Optional. the order by fields for the result.
- (response, operation) — Access the result along with the RPC operation
- response (::Gapic::PagedEnumerable<::Google::Cloud::VMMigration::V1::Group>)
- operation (::GRPC::ActiveCall::Operation)
- (::Gapic::PagedEnumerable<::Google::Cloud::VMMigration::V1::Group>)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/vm_migration/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::VMMigration::V1::VMMigration::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::VMMigration::V1::ListGroupsRequest.new # Call the list_groups method. result = client.list_groups request # The returned object is of type Gapic::PagedEnumerable. You can # iterate over all elements by calling #each, and the enumerable # will lazily make API calls to fetch subsequent pages. Other # methods are also available for managing paging directly. result.each do |response| # Each element is of type ::Google::Cloud::VMMigration::V1::Group. p response end
#list_migrating_vms
def list_migrating_vms(request, options = nil) -> ::Gapic::PagedEnumerable<::Google::Cloud::VMMigration::V1::MigratingVm>
def list_migrating_vms(parent: nil, page_size: nil, page_token: nil, filter: nil, order_by: nil) -> ::Gapic::PagedEnumerable<::Google::Cloud::VMMigration::V1::MigratingVm>
Lists MigratingVms in a given Source.
def list_migrating_vms(request, options = nil) -> ::Gapic::PagedEnumerable<::Google::Cloud::VMMigration::V1::MigratingVm>
list_migrating_vms
via a request object, either of type
ListMigratingVmsRequest or an equivalent Hash.
- request (::Google::Cloud::VMMigration::V1::ListMigratingVmsRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def list_migrating_vms(parent: nil, page_size: nil, page_token: nil, filter: nil, order_by: nil) -> ::Gapic::PagedEnumerable<::Google::Cloud::VMMigration::V1::MigratingVm>
list_migrating_vms
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- parent (::String) — Required. The parent, which owns this collection of MigratingVms.
- page_size (::Integer) — Optional. The maximum number of migrating VMs to return. The service may return fewer than this value. If unspecified, at most 500 migrating VMs will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
-
page_token (::String) — Required. A page token, received from a previous
ListMigratingVms
call. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListMigratingVms
must match the call that provided the page token. - filter (::String) — Optional. The filter request.
- order_by (::String) — Optional. the order by fields for the result.
- (response, operation) — Access the result along with the RPC operation
- response (::Gapic::PagedEnumerable<::Google::Cloud::VMMigration::V1::MigratingVm>)
- operation (::GRPC::ActiveCall::Operation)
- (::Gapic::PagedEnumerable<::Google::Cloud::VMMigration::V1::MigratingVm>)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/vm_migration/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::VMMigration::V1::VMMigration::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::VMMigration::V1::ListMigratingVmsRequest.new # Call the list_migrating_vms method. result = client.list_migrating_vms request # The returned object is of type Gapic::PagedEnumerable. You can # iterate over all elements by calling #each, and the enumerable # will lazily make API calls to fetch subsequent pages. Other # methods are also available for managing paging directly. result.each do |response| # Each element is of type ::Google::Cloud::VMMigration::V1::MigratingVm. p response end
#list_sources
def list_sources(request, options = nil) -> ::Gapic::PagedEnumerable<::Google::Cloud::VMMigration::V1::Source>
def list_sources(parent: nil, page_size: nil, page_token: nil, filter: nil, order_by: nil) -> ::Gapic::PagedEnumerable<::Google::Cloud::VMMigration::V1::Source>
Lists Sources in a given project and location.
def list_sources(request, options = nil) -> ::Gapic::PagedEnumerable<::Google::Cloud::VMMigration::V1::Source>
list_sources
via a request object, either of type
ListSourcesRequest or an equivalent Hash.
- request (::Google::Cloud::VMMigration::V1::ListSourcesRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def list_sources(parent: nil, page_size: nil, page_token: nil, filter: nil, order_by: nil) -> ::Gapic::PagedEnumerable<::Google::Cloud::VMMigration::V1::Source>
list_sources
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- parent (::String) — Required. The parent, which owns this collection of sources.
- page_size (::Integer) — Optional. The maximum number of sources to return. The service may return fewer than this value. If unspecified, at most 500 sources will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
-
page_token (::String) — Required. A page token, received from a previous
ListSources
call. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListSources
must match the call that provided the page token. - filter (::String) — Optional. The filter request.
- order_by (::String) — Optional. the order by fields for the result.
- (response, operation) — Access the result along with the RPC operation
- response (::Gapic::PagedEnumerable<::Google::Cloud::VMMigration::V1::Source>)
- operation (::GRPC::ActiveCall::Operation)
- (::Gapic::PagedEnumerable<::Google::Cloud::VMMigration::V1::Source>)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/vm_migration/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::VMMigration::V1::VMMigration::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::VMMigration::V1::ListSourcesRequest.new # Call the list_sources method. result = client.list_sources request # The returned object is of type Gapic::PagedEnumerable. You can # iterate over all elements by calling #each, and the enumerable # will lazily make API calls to fetch subsequent pages. Other # methods are also available for managing paging directly. result.each do |response| # Each element is of type ::Google::Cloud::VMMigration::V1::Source. p response end
#list_target_projects
def list_target_projects(request, options = nil) -> ::Gapic::PagedEnumerable<::Google::Cloud::VMMigration::V1::TargetProject>
def list_target_projects(parent: nil, page_size: nil, page_token: nil, filter: nil, order_by: nil) -> ::Gapic::PagedEnumerable<::Google::Cloud::VMMigration::V1::TargetProject>
Lists TargetProjects in a given project.
NOTE: TargetProject is a global resource; hence the only supported value
for location is global
.
def list_target_projects(request, options = nil) -> ::Gapic::PagedEnumerable<::Google::Cloud::VMMigration::V1::TargetProject>
list_target_projects
via a request object, either of type
ListTargetProjectsRequest or an equivalent Hash.
- request (::Google::Cloud::VMMigration::V1::ListTargetProjectsRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def list_target_projects(parent: nil, page_size: nil, page_token: nil, filter: nil, order_by: nil) -> ::Gapic::PagedEnumerable<::Google::Cloud::VMMigration::V1::TargetProject>
list_target_projects
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- parent (::String) — Required. The parent, which owns this collection of targets.
- page_size (::Integer) — Optional. The maximum number of targets to return. The service may return fewer than this value. If unspecified, at most 500 targets will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
-
page_token (::String) — Required. A page token, received from a previous
ListTargets
call. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListTargets
must match the call that provided the page token. - filter (::String) — Optional. The filter request.
- order_by (::String) — Optional. the order by fields for the result.
- (response, operation) — Access the result along with the RPC operation
- response (::Gapic::PagedEnumerable<::Google::Cloud::VMMigration::V1::TargetProject>)
- operation (::GRPC::ActiveCall::Operation)
- (::Gapic::PagedEnumerable<::Google::Cloud::VMMigration::V1::TargetProject>)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/vm_migration/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::VMMigration::V1::VMMigration::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::VMMigration::V1::ListTargetProjectsRequest.new # Call the list_target_projects method. result = client.list_target_projects request # The returned object is of type Gapic::PagedEnumerable. You can # iterate over all elements by calling #each, and the enumerable # will lazily make API calls to fetch subsequent pages. Other # methods are also available for managing paging directly. result.each do |response| # Each element is of type ::Google::Cloud::VMMigration::V1::TargetProject. p response end
#list_utilization_reports
def list_utilization_reports(request, options = nil) -> ::Gapic::PagedEnumerable<::Google::Cloud::VMMigration::V1::UtilizationReport>
def list_utilization_reports(parent: nil, view: nil, page_size: nil, page_token: nil, filter: nil, order_by: nil) -> ::Gapic::PagedEnumerable<::Google::Cloud::VMMigration::V1::UtilizationReport>
Lists Utilization Reports of the given Source.
def list_utilization_reports(request, options = nil) -> ::Gapic::PagedEnumerable<::Google::Cloud::VMMigration::V1::UtilizationReport>
list_utilization_reports
via a request object, either of type
ListUtilizationReportsRequest or an equivalent Hash.
- request (::Google::Cloud::VMMigration::V1::ListUtilizationReportsRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def list_utilization_reports(parent: nil, view: nil, page_size: nil, page_token: nil, filter: nil, order_by: nil) -> ::Gapic::PagedEnumerable<::Google::Cloud::VMMigration::V1::UtilizationReport>
list_utilization_reports
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- parent (::String) — Required. The Utilization Reports parent.
- view (::Google::Cloud::VMMigration::V1::UtilizationReportView) — Optional. The level of details of each report. Defaults to BASIC.
- page_size (::Integer) — Optional. The maximum number of reports to return. The service may return fewer than this value. If unspecified, at most 500 reports will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
-
page_token (::String) — Required. A page token, received from a previous
ListUtilizationReports
call. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListUtilizationReports
must match the call that provided the page token. - filter (::String) — Optional. The filter request.
- order_by (::String) — Optional. the order by fields for the result.
- (response, operation) — Access the result along with the RPC operation
- response (::Gapic::PagedEnumerable<::Google::Cloud::VMMigration::V1::UtilizationReport>)
- operation (::GRPC::ActiveCall::Operation)
- (::Gapic::PagedEnumerable<::Google::Cloud::VMMigration::V1::UtilizationReport>)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/vm_migration/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::VMMigration::V1::VMMigration::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::VMMigration::V1::ListUtilizationReportsRequest.new # Call the list_utilization_reports method. result = client.list_utilization_reports request # The returned object is of type Gapic::PagedEnumerable. You can # iterate over all elements by calling #each, and the enumerable # will lazily make API calls to fetch subsequent pages. Other # methods are also available for managing paging directly. result.each do |response| # Each element is of type ::Google::Cloud::VMMigration::V1::UtilizationReport. p response end
#operations_client
def operations_client() -> ::Google::Cloud::VMMigration::V1::VMMigration::Operations
Get the associated client for long-running operations.
#pause_migration
def pause_migration(request, options = nil) -> ::Gapic::Operation
def pause_migration(migrating_vm: nil) -> ::Gapic::Operation
Pauses a migration for a VM. If cycle tasks are running they will be cancelled, preserving source task data. Further replication cycles will not be triggered while the VM is paused.
def pause_migration(request, options = nil) -> ::Gapic::Operation
pause_migration
via a request object, either of type
PauseMigrationRequest or an equivalent Hash.
- request (::Google::Cloud::VMMigration::V1::PauseMigrationRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def pause_migration(migrating_vm: nil) -> ::Gapic::Operation
pause_migration
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- migrating_vm (::String) — Required. The name of the MigratingVm.
- (response, operation) — Access the result along with the RPC operation
- response (::Gapic::Operation)
- operation (::GRPC::ActiveCall::Operation)
- (::Gapic::Operation)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/vm_migration/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::VMMigration::V1::VMMigration::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::VMMigration::V1::PauseMigrationRequest.new # Call the pause_migration method. result = client.pause_migration request # The returned object is of type Gapic::Operation. You can use this # object to check the status of an operation, cancel it, or wait # for results. Here is how to block until completion: result.wait_until_done! timeout: 60 if result.response? p result.response else puts "Error!" end
#remove_group_migration
def remove_group_migration(request, options = nil) -> ::Gapic::Operation
def remove_group_migration(group: nil, migrating_vm: nil) -> ::Gapic::Operation
Removes a MigratingVm from a Group.
def remove_group_migration(request, options = nil) -> ::Gapic::Operation
remove_group_migration
via a request object, either of type
RemoveGroupMigrationRequest or an equivalent Hash.
- request (::Google::Cloud::VMMigration::V1::RemoveGroupMigrationRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def remove_group_migration(group: nil, migrating_vm: nil) -> ::Gapic::Operation
remove_group_migration
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- group (::String) — Required. The name of the Group.
- migrating_vm (::String) — The MigratingVm to remove.
- (response, operation) — Access the result along with the RPC operation
- response (::Gapic::Operation)
- operation (::GRPC::ActiveCall::Operation)
- (::Gapic::Operation)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/vm_migration/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::VMMigration::V1::VMMigration::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::VMMigration::V1::RemoveGroupMigrationRequest.new # Call the remove_group_migration method. result = client.remove_group_migration request # The returned object is of type Gapic::Operation. You can use this # object to check the status of an operation, cancel it, or wait # for results. Here is how to block until completion: result.wait_until_done! timeout: 60 if result.response? p result.response else puts "Error!" end
#resume_migration
def resume_migration(request, options = nil) -> ::Gapic::Operation
def resume_migration(migrating_vm: nil) -> ::Gapic::Operation
Resumes a migration for a VM. When called on a paused migration, will start the process of uploading data and creating snapshots; when called on a completed cut-over migration, will update the migration to active state and start the process of uploading data and creating snapshots.
def resume_migration(request, options = nil) -> ::Gapic::Operation
resume_migration
via a request object, either of type
ResumeMigrationRequest or an equivalent Hash.
- request (::Google::Cloud::VMMigration::V1::ResumeMigrationRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def resume_migration(migrating_vm: nil) -> ::Gapic::Operation
resume_migration
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- migrating_vm (::String) — Required. The name of the MigratingVm.
- (response, operation) — Access the result along with the RPC operation
- response (::Gapic::Operation)
- operation (::GRPC::ActiveCall::Operation)
- (::Gapic::Operation)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/vm_migration/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::VMMigration::V1::VMMigration::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::VMMigration::V1::ResumeMigrationRequest.new # Call the resume_migration method. result = client.resume_migration request # The returned object is of type Gapic::Operation. You can use this # object to check the status of an operation, cancel it, or wait # for results. Here is how to block until completion: result.wait_until_done! timeout: 60 if result.response? p result.response else puts "Error!" end
#start_migration
def start_migration(request, options = nil) -> ::Gapic::Operation
def start_migration(migrating_vm: nil) -> ::Gapic::Operation
Starts migration for a VM. Starts the process of uploading data and creating snapshots, in replication cycles scheduled by the policy.
def start_migration(request, options = nil) -> ::Gapic::Operation
start_migration
via a request object, either of type
StartMigrationRequest or an equivalent Hash.
- request (::Google::Cloud::VMMigration::V1::StartMigrationRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def start_migration(migrating_vm: nil) -> ::Gapic::Operation
start_migration
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- migrating_vm (::String) — Required. The name of the MigratingVm.
- (response, operation) — Access the result along with the RPC operation
- response (::Gapic::Operation)
- operation (::GRPC::ActiveCall::Operation)
- (::Gapic::Operation)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/vm_migration/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::VMMigration::V1::VMMigration::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::VMMigration::V1::StartMigrationRequest.new # Call the start_migration method. result = client.start_migration request # The returned object is of type Gapic::Operation. You can use this # object to check the status of an operation, cancel it, or wait # for results. Here is how to block until completion: result.wait_until_done! timeout: 60 if result.response? p result.response else puts "Error!" end
#update_group
def update_group(request, options = nil) -> ::Gapic::Operation
def update_group(update_mask: nil, group: nil, request_id: nil) -> ::Gapic::Operation
Updates the parameters of a single Group.
def update_group(request, options = nil) -> ::Gapic::Operation
update_group
via a request object, either of type
UpdateGroupRequest or an equivalent Hash.
- request (::Google::Cloud::VMMigration::V1::UpdateGroupRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def update_group(update_mask: nil, group: nil, request_id: nil) -> ::Gapic::Operation
update_group
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- update_mask (::Google::Protobuf::FieldMask, ::Hash) — Field mask is used to specify the fields to be overwritten in the Group resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
- group (::Google::Cloud::VMMigration::V1::Group, ::Hash) — Required. The update request body.
-
request_id (::String) — A request ID to identify requests. Specify a unique request ID
so that if you must retry your request, the server will know to ignore
the request if it has already been completed. The server will guarantee
that for at least 60 minutes since the first request.
For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.
The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
- (response, operation) — Access the result along with the RPC operation
- response (::Gapic::Operation)
- operation (::GRPC::ActiveCall::Operation)
- (::Gapic::Operation)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/vm_migration/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::VMMigration::V1::VMMigration::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::VMMigration::V1::UpdateGroupRequest.new # Call the update_group method. result = client.update_group request # The returned object is of type Gapic::Operation. You can use this # object to check the status of an operation, cancel it, or wait # for results. Here is how to block until completion: result.wait_until_done! timeout: 60 if result.response? p result.response else puts "Error!" end
#update_migrating_vm
def update_migrating_vm(request, options = nil) -> ::Gapic::Operation
def update_migrating_vm(update_mask: nil, migrating_vm: nil, request_id: nil) -> ::Gapic::Operation
Updates the parameters of a single MigratingVm.
def update_migrating_vm(request, options = nil) -> ::Gapic::Operation
update_migrating_vm
via a request object, either of type
UpdateMigratingVmRequest or an equivalent Hash.
- request (::Google::Cloud::VMMigration::V1::UpdateMigratingVmRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def update_migrating_vm(update_mask: nil, migrating_vm: nil, request_id: nil) -> ::Gapic::Operation
update_migrating_vm
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- update_mask (::Google::Protobuf::FieldMask, ::Hash) — Field mask is used to specify the fields to be overwritten in the MigratingVm resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
- migrating_vm (::Google::Cloud::VMMigration::V1::MigratingVm, ::Hash) — Required. The update request body.
-
request_id (::String) — A request ID to identify requests. Specify a unique request ID
so that if you must retry your request, the server will know to ignore
the request if it has already been completed. The server will guarantee
that for at least 60 minutes since the first request.
For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.
The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
- (response, operation) — Access the result along with the RPC operation
- response (::Gapic::Operation)
- operation (::GRPC::ActiveCall::Operation)
- (::Gapic::Operation)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/vm_migration/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::VMMigration::V1::VMMigration::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::VMMigration::V1::UpdateMigratingVmRequest.new # Call the update_migrating_vm method. result = client.update_migrating_vm request # The returned object is of type Gapic::Operation. You can use this # object to check the status of an operation, cancel it, or wait # for results. Here is how to block until completion: result.wait_until_done! timeout: 60 if result.response? p result.response else puts "Error!" end
#update_source
def update_source(request, options = nil) -> ::Gapic::Operation
def update_source(update_mask: nil, source: nil, request_id: nil) -> ::Gapic::Operation
Updates the parameters of a single Source.
def update_source(request, options = nil) -> ::Gapic::Operation
update_source
via a request object, either of type
UpdateSourceRequest or an equivalent Hash.
- request (::Google::Cloud::VMMigration::V1::UpdateSourceRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def update_source(update_mask: nil, source: nil, request_id: nil) -> ::Gapic::Operation
update_source
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- update_mask (::Google::Protobuf::FieldMask, ::Hash) — Field mask is used to specify the fields to be overwritten in the Source resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
- source (::Google::Cloud::VMMigration::V1::Source, ::Hash) — Required. The update request body.
-
request_id (::String) — A request ID to identify requests. Specify a unique request ID
so that if you must retry your request, the server will know to ignore
the request if it has already been completed. The server will guarantee
that for at least 60 minutes since the first request.
For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.
The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
- (response, operation) — Access the result along with the RPC operation
- response (::Gapic::Operation)
- operation (::GRPC::ActiveCall::Operation)
- (::Gapic::Operation)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/vm_migration/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::VMMigration::V1::VMMigration::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::VMMigration::V1::UpdateSourceRequest.new # Call the update_source method. result = client.update_source request # The returned object is of type Gapic::Operation. You can use this # object to check the status of an operation, cancel it, or wait # for results. Here is how to block until completion: result.wait_until_done! timeout: 60 if result.response? p result.response else puts "Error!" end
#update_target_project
def update_target_project(request, options = nil) -> ::Gapic::Operation
def update_target_project(update_mask: nil, target_project: nil, request_id: nil) -> ::Gapic::Operation
Updates the parameters of a single TargetProject.
NOTE: TargetProject is a global resource; hence the only supported value
for location is global
.
def update_target_project(request, options = nil) -> ::Gapic::Operation
update_target_project
via a request object, either of type
UpdateTargetProjectRequest or an equivalent Hash.
- request (::Google::Cloud::VMMigration::V1::UpdateTargetProjectRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def update_target_project(update_mask: nil, target_project: nil, request_id: nil) -> ::Gapic::Operation
update_target_project
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- update_mask (::Google::Protobuf::FieldMask, ::Hash) — Field mask is used to specify the fields to be overwritten in the TargetProject resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
- target_project (::Google::Cloud::VMMigration::V1::TargetProject, ::Hash) — Required. The update request body.
-
request_id (::String) — A request ID to identify requests. Specify a unique request ID
so that if you must retry your request, the server will know to ignore
the request if it has already been completed. The server will guarantee
that for at least 60 minutes since the first request.
For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.
The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
- (response, operation) — Access the result along with the RPC operation
- response (::Gapic::Operation)
- operation (::GRPC::ActiveCall::Operation)
- (::Gapic::Operation)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/vm_migration/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::VMMigration::V1::VMMigration::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::VMMigration::V1::UpdateTargetProjectRequest.new # Call the update_target_project method. result = client.update_target_project request # The returned object is of type Gapic::Operation. You can use this # object to check the status of an operation, cancel it, or wait # for results. Here is how to block until completion: result.wait_until_done! timeout: 60 if result.response? p result.response else puts "Error!" end