Class: Google::Cloud::MigrationCenter::V1::GuestRuntimeDetails
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::GuestRuntimeDetails
- 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
-
#domain ⇒ ::String
Domain, e.g.
-
#installed_apps ⇒ ::Google::Cloud::MigrationCenter::V1::GuestInstalledApplicationList
Installed applications information.
-
#last_boot_time ⇒ ::Google::Protobuf::Timestamp
Last time the OS was booted.
-
#machine_name ⇒ ::String
Machine name.
-
#network ⇒ ::Google::Cloud::MigrationCenter::V1::RuntimeNetworkInfo
Runtime network information (connections, ports).
-
#open_file_list ⇒ ::Google::Cloud::MigrationCenter::V1::OpenFileList
Open files information.
-
#processes ⇒ ::Google::Cloud::MigrationCenter::V1::RunningProcessList
Running processes.
-
#services ⇒ ::Google::Cloud::MigrationCenter::V1::RunningServiceList
Running background services.
Instance Attribute Details
#domain ⇒ ::String
Returns 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.
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.
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.
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).
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.
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.
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 |