Class: Google::Cloud::MigrationCenter::V1::GuestRuntimeDetails

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb

Overview

Guest OS runtime information.

Instance Attribute Summary collapse

Instance Attribute Details

#domain::String

Returns Domain, e.g. c.stratozone-development.internal.

Returns:

  • (::String)

    Domain, e.g. c.stratozone-development.internal.



2380
2381
2382
2383
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2380

class GuestRuntimeDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#installed_apps::Google::Cloud::MigrationCenter::V1::GuestInstalledApplicationList

Returns Installed applications information.

Returns:



2380
2381
2382
2383
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2380

class GuestRuntimeDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#last_boot_time::Google::Protobuf::Timestamp

Returns Last time the OS was booted.

Returns:



2380
2381
2382
2383
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2380

class GuestRuntimeDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#machine_name::String

Returns Machine name.

Returns:

  • (::String)

    Machine name.



2380
2381
2382
2383
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2380

class GuestRuntimeDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#network::Google::Cloud::MigrationCenter::V1::RuntimeNetworkInfo

Returns Runtime network information (connections, ports).

Returns:



2380
2381
2382
2383
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2380

class GuestRuntimeDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#open_file_list::Google::Cloud::MigrationCenter::V1::OpenFileList

Returns Open files information.

Returns:



2380
2381
2382
2383
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2380

class GuestRuntimeDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#processes::Google::Cloud::MigrationCenter::V1::RunningProcessList

Returns Running processes.



2380
2381
2382
2383
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2380

class GuestRuntimeDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#services::Google::Cloud::MigrationCenter::V1::RunningServiceList

Returns Running background services.

Returns:



2380
2381
2382
2383
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2380

class GuestRuntimeDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end