Reference documentation and code samples for the Migration Center V1 API class Google::Cloud::MigrationCenter::V1::GuestOsDetails.
Information from Guest-level collections.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#config
def config() -> ::Google::Cloud::MigrationCenter::V1::GuestConfigDetails
Returns
- (::Google::Cloud::MigrationCenter::V1::GuestConfigDetails) — OS and app configuration.
#config=
def config=(value) -> ::Google::Cloud::MigrationCenter::V1::GuestConfigDetails
Parameter
- value (::Google::Cloud::MigrationCenter::V1::GuestConfigDetails) — OS and app configuration.
Returns
- (::Google::Cloud::MigrationCenter::V1::GuestConfigDetails) — OS and app configuration.
#family
def family() -> ::Google::Cloud::MigrationCenter::V1::OperatingSystemFamily
Returns
- (::Google::Cloud::MigrationCenter::V1::OperatingSystemFamily) — What family the OS belong to, if known.
#family=
def family=(value) -> ::Google::Cloud::MigrationCenter::V1::OperatingSystemFamily
Parameter
- value (::Google::Cloud::MigrationCenter::V1::OperatingSystemFamily) — What family the OS belong to, if known.
Returns
- (::Google::Cloud::MigrationCenter::V1::OperatingSystemFamily) — What family the OS belong to, if known.
#os_name
def os_name() -> ::String
Returns
- (::String) — The name of the operating system.
#os_name=
def os_name=(value) -> ::String
Parameter
- value (::String) — The name of the operating system.
Returns
- (::String) — The name of the operating system.
#runtime
def runtime() -> ::Google::Cloud::MigrationCenter::V1::GuestRuntimeDetails
Returns
- (::Google::Cloud::MigrationCenter::V1::GuestRuntimeDetails) — Runtime information.
#runtime=
def runtime=(value) -> ::Google::Cloud::MigrationCenter::V1::GuestRuntimeDetails
Parameter
- value (::Google::Cloud::MigrationCenter::V1::GuestRuntimeDetails) — Runtime information.
Returns
- (::Google::Cloud::MigrationCenter::V1::GuestRuntimeDetails) — Runtime information.
#version
def version() -> ::String
Returns
- (::String) — The version of the operating system.
#version=
def version=(value) -> ::String
Parameter
- value (::String) — The version of the operating system.
Returns
- (::String) — The version of the operating system.