Class: Google::Cloud::MigrationCenter::V1::GuestOsDetails

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#config::Google::Cloud::MigrationCenter::V1::GuestConfigDetails

Returns OS and app configuration.

Returns:



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.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:



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.

Returns:

  • (::String)

    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