Class: Google::Apis::VmmigrationV1::MigratingVm
- Inherits:
-
Object
- Object
- Google::Apis::VmmigrationV1::MigratingVm
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/vmmigration_v1/classes.rb,
lib/google/apis/vmmigration_v1/representations.rb,
lib/google/apis/vmmigration_v1/representations.rb
Overview
MigratingVm describes the VM that will be migrated from a Source environment and its replication state.
Instance Attribute Summary collapse
-
#aws_source_vm_details ⇒ Google::Apis::VmmigrationV1::AwsSourceVmDetails
Represent the source AWS VM details.
-
#compute_engine_disks_target_defaults ⇒ Google::Apis::VmmigrationV1::ComputeEngineDisksTargetDefaults
ComputeEngineDisksTargetDefaults is a collection of details for creating Persistent Disks in a target Compute Engine project.
-
#compute_engine_target_defaults ⇒ Google::Apis::VmmigrationV1::ComputeEngineTargetDefaults
ComputeEngineTargetDefaults is a collection of details for creating a VM in a target Compute Engine project.
-
#create_time ⇒ String
Output only.
-
#current_sync_info ⇒ Google::Apis::VmmigrationV1::ReplicationCycle
ReplicationCycle contains information about the current replication cycle status.
-
#cutover_forecast ⇒ Google::Apis::VmmigrationV1::CutoverForecast
CutoverForecast holds information about future CutoverJobs of a MigratingVm.
-
#description ⇒ String
The description attached to the migrating VM by the user.
-
#display_name ⇒ String
The display name attached to the MigratingVm by the user.
-
#error ⇒ Google::Apis::VmmigrationV1::Status
The
Statustype defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. -
#group ⇒ String
Output only.
-
#labels ⇒ Hash<String,String>
The labels of the migrating VM.
-
#last_replication_cycle ⇒ Google::Apis::VmmigrationV1::ReplicationCycle
ReplicationCycle contains information about the current replication cycle status.
-
#last_sync ⇒ Google::Apis::VmmigrationV1::ReplicationSync
ReplicationSync contain information about the last replica sync to the cloud.
-
#name ⇒ String
Output only.
-
#policy ⇒ Google::Apis::VmmigrationV1::SchedulePolicy
A policy for scheduling replications.
-
#recent_clone_jobs ⇒ Array<Google::Apis::VmmigrationV1::CloneJob>
Output only.
-
#recent_cutover_jobs ⇒ Array<Google::Apis::VmmigrationV1::CutoverJob>
Output only.
-
#source_vm_id ⇒ String
The unique ID of the VM in the source.
-
#state ⇒ String
Output only.
-
#state_time ⇒ String
Output only.
-
#update_time ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ MigratingVm
constructor
A new instance of MigratingVm.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ MigratingVm
Returns a new instance of MigratingVm.
2020 2021 2022 |
# File 'lib/google/apis/vmmigration_v1/classes.rb', line 2020 def initialize(**args) update!(**args) end |
Instance Attribute Details
#aws_source_vm_details ⇒ Google::Apis::VmmigrationV1::AwsSourceVmDetails
Represent the source AWS VM details.
Corresponds to the JSON property awsSourceVmDetails
1899 1900 1901 |
# File 'lib/google/apis/vmmigration_v1/classes.rb', line 1899 def aws_source_vm_details @aws_source_vm_details end |
#compute_engine_disks_target_defaults ⇒ Google::Apis::VmmigrationV1::ComputeEngineDisksTargetDefaults
ComputeEngineDisksTargetDefaults is a collection of details for creating
Persistent Disks in a target Compute Engine project.
Corresponds to the JSON property computeEngineDisksTargetDefaults
1905 1906 1907 |
# File 'lib/google/apis/vmmigration_v1/classes.rb', line 1905 def compute_engine_disks_target_defaults @compute_engine_disks_target_defaults end |
#compute_engine_target_defaults ⇒ Google::Apis::VmmigrationV1::ComputeEngineTargetDefaults
ComputeEngineTargetDefaults is a collection of details for creating a VM in a
target Compute Engine project.
Corresponds to the JSON property computeEngineTargetDefaults
1911 1912 1913 |
# File 'lib/google/apis/vmmigration_v1/classes.rb', line 1911 def compute_engine_target_defaults @compute_engine_target_defaults end |
#create_time ⇒ String
Output only. The time the migrating VM was created (this refers to this
resource and not to the time it was installed in the source).
Corresponds to the JSON property createTime
1917 1918 1919 |
# File 'lib/google/apis/vmmigration_v1/classes.rb', line 1917 def create_time @create_time end |
#current_sync_info ⇒ Google::Apis::VmmigrationV1::ReplicationCycle
ReplicationCycle contains information about the current replication cycle
status.
Corresponds to the JSON property currentSyncInfo
1923 1924 1925 |
# File 'lib/google/apis/vmmigration_v1/classes.rb', line 1923 def current_sync_info @current_sync_info end |
#cutover_forecast ⇒ Google::Apis::VmmigrationV1::CutoverForecast
CutoverForecast holds information about future CutoverJobs of a MigratingVm.
Corresponds to the JSON property cutoverForecast
1928 1929 1930 |
# File 'lib/google/apis/vmmigration_v1/classes.rb', line 1928 def cutover_forecast @cutover_forecast end |
#description ⇒ String
The description attached to the migrating VM by the user.
Corresponds to the JSON property description
1933 1934 1935 |
# File 'lib/google/apis/vmmigration_v1/classes.rb', line 1933 def description @description end |
#display_name ⇒ String
The display name attached to the MigratingVm by the user.
Corresponds to the JSON property displayName
1938 1939 1940 |
# File 'lib/google/apis/vmmigration_v1/classes.rb', line 1938 def display_name @display_name end |
#error ⇒ Google::Apis::VmmigrationV1::Status
The Status type defines a logical error model that is suitable for different
programming environments, including REST APIs and RPC APIs. It is used by
gRPC. Each Status message contains three pieces of
data: error code, error message, and error details. You can find out more
about this error model and how to work with it in the API Design Guide.
Corresponds to the JSON property error
1948 1949 1950 |
# File 'lib/google/apis/vmmigration_v1/classes.rb', line 1948 def error @error end |
#group ⇒ String
Output only. The group this migrating vm is included in, if any. The group is
represented by the full path of the appropriate Group resource.
Corresponds to the JSON property group
1954 1955 1956 |
# File 'lib/google/apis/vmmigration_v1/classes.rb', line 1954 def group @group end |
#labels ⇒ Hash<String,String>
The labels of the migrating VM.
Corresponds to the JSON property labels
1959 1960 1961 |
# File 'lib/google/apis/vmmigration_v1/classes.rb', line 1959 def labels @labels end |
#last_replication_cycle ⇒ Google::Apis::VmmigrationV1::ReplicationCycle
ReplicationCycle contains information about the current replication cycle
status.
Corresponds to the JSON property lastReplicationCycle
1965 1966 1967 |
# File 'lib/google/apis/vmmigration_v1/classes.rb', line 1965 def last_replication_cycle @last_replication_cycle end |
#last_sync ⇒ Google::Apis::VmmigrationV1::ReplicationSync
ReplicationSync contain information about the last replica sync to the cloud.
Corresponds to the JSON property lastSync
1970 1971 1972 |
# File 'lib/google/apis/vmmigration_v1/classes.rb', line 1970 def last_sync @last_sync end |
#name ⇒ String
Output only. The identifier of the MigratingVm.
Corresponds to the JSON property name
1975 1976 1977 |
# File 'lib/google/apis/vmmigration_v1/classes.rb', line 1975 def name @name end |
#policy ⇒ Google::Apis::VmmigrationV1::SchedulePolicy
A policy for scheduling replications.
Corresponds to the JSON property policy
1980 1981 1982 |
# File 'lib/google/apis/vmmigration_v1/classes.rb', line 1980 def policy @policy end |
#recent_clone_jobs ⇒ Array<Google::Apis::VmmigrationV1::CloneJob>
Output only. The recent clone jobs performed on the migrating VM. This field
holds the vm's last completed clone job and the vm's running clone job, if one
exists. Note: To have this field populated you need to explicitly request it
via the "view" parameter of the Get/List request.
Corresponds to the JSON property recentCloneJobs
1988 1989 1990 |
# File 'lib/google/apis/vmmigration_v1/classes.rb', line 1988 def recent_clone_jobs @recent_clone_jobs end |
#recent_cutover_jobs ⇒ Array<Google::Apis::VmmigrationV1::CutoverJob>
Output only. The recent cutover jobs performed on the migrating VM. This field
holds the vm's last completed cutover job and the vm's running cutover job, if
one exists. Note: To have this field populated you need to explicitly request
it via the "view" parameter of the Get/List request.
Corresponds to the JSON property recentCutoverJobs
1996 1997 1998 |
# File 'lib/google/apis/vmmigration_v1/classes.rb', line 1996 def recent_cutover_jobs @recent_cutover_jobs end |
#source_vm_id ⇒ String
The unique ID of the VM in the source. The VM's name in vSphere can be changed,
so this is not the VM's name but rather its moRef id. This id is of the form
vm-.
Corresponds to the JSON property sourceVmId
2003 2004 2005 |
# File 'lib/google/apis/vmmigration_v1/classes.rb', line 2003 def source_vm_id @source_vm_id end |
#state ⇒ String
Output only. State of the MigratingVm.
Corresponds to the JSON property state
2008 2009 2010 |
# File 'lib/google/apis/vmmigration_v1/classes.rb', line 2008 def state @state end |
#state_time ⇒ String
Output only. The last time the migrating VM state was updated.
Corresponds to the JSON property stateTime
2013 2014 2015 |
# File 'lib/google/apis/vmmigration_v1/classes.rb', line 2013 def state_time @state_time end |
#update_time ⇒ String
Output only. The last time the migrating VM resource was updated.
Corresponds to the JSON property updateTime
2018 2019 2020 |
# File 'lib/google/apis/vmmigration_v1/classes.rb', line 2018 def update_time @update_time end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 |
# File 'lib/google/apis/vmmigration_v1/classes.rb', line 2025 def update!(**args) @aws_source_vm_details = args[:aws_source_vm_details] if args.key?(:aws_source_vm_details) @compute_engine_disks_target_defaults = args[:compute_engine_disks_target_defaults] if args.key?(:compute_engine_disks_target_defaults) @compute_engine_target_defaults = args[:compute_engine_target_defaults] if args.key?(:compute_engine_target_defaults) @create_time = args[:create_time] if args.key?(:create_time) @current_sync_info = args[:current_sync_info] if args.key?(:current_sync_info) @cutover_forecast = args[:cutover_forecast] if args.key?(:cutover_forecast) @description = args[:description] if args.key?(:description) @display_name = args[:display_name] if args.key?(:display_name) @error = args[:error] if args.key?(:error) @group = args[:group] if args.key?(:group) @labels = args[:labels] if args.key?(:labels) @last_replication_cycle = args[:last_replication_cycle] if args.key?(:last_replication_cycle) @last_sync = args[:last_sync] if args.key?(:last_sync) @name = args[:name] if args.key?(:name) @policy = args[:policy] if args.key?(:policy) @recent_clone_jobs = args[:recent_clone_jobs] if args.key?(:recent_clone_jobs) @recent_cutover_jobs = args[:recent_cutover_jobs] if args.key?(:recent_cutover_jobs) @source_vm_id = args[:source_vm_id] if args.key?(:source_vm_id) @state = args[:state] if args.key?(:state) @state_time = args[:state_time] if args.key?(:state_time) @update_time = args[:update_time] if args.key?(:update_time) end |