Class: Google::Cloud::MigrationCenter::V1::GuestOsDetails
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::GuestOsDetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb
Overview
Information from Guest-level collections.
Instance Attribute Summary collapse
-
#config ⇒ ::Google::Cloud::MigrationCenter::V1::GuestConfigDetails
OS and app configuration.
-
#family ⇒ ::Google::Cloud::MigrationCenter::V1::OperatingSystemFamily
What family the OS belong to, if known.
-
#os_name ⇒ ::String
The name of the operating system.
-
#runtime ⇒ ::Google::Cloud::MigrationCenter::V1::GuestRuntimeDetails
Runtime information.
-
#version ⇒ ::String
The version of the operating system.
Instance Attribute Details
#config ⇒ ::Google::Cloud::MigrationCenter::V1::GuestConfigDetails
Returns OS and app configuration.
2238 2239 2240 2241 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2238 class GuestOsDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#family ⇒ ::Google::Cloud::MigrationCenter::V1::OperatingSystemFamily
Returns What family the OS belong to, if known.
2238 2239 2240 2241 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2238 class GuestOsDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#os_name ⇒ ::String
Returns The name of the operating system.
2238 2239 2240 2241 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2238 class GuestOsDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#runtime ⇒ ::Google::Cloud::MigrationCenter::V1::GuestRuntimeDetails
Returns Runtime information.
2238 2239 2240 2241 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2238 class GuestOsDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#version ⇒ ::String
Returns The version of the operating system.
2238 2239 2240 2241 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2238 class GuestOsDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |