Reference documentation and code samples for the Migration Center V1 API class Google::Cloud::MigrationCenter::V1::GuestRuntimeDetails.
Guest OS runtime information.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#domain
def domain() -> ::String
Returns
- (::String) — Domain, e.g. c.stratozone-development.internal.
#domain=
def domain=(value) -> ::String
Parameter
- value (::String) — Domain, e.g. c.stratozone-development.internal.
Returns
- (::String) — Domain, e.g. c.stratozone-development.internal.
#installed_apps
def installed_apps() -> ::Google::Cloud::MigrationCenter::V1::GuestInstalledApplicationList
Returns
- (::Google::Cloud::MigrationCenter::V1::GuestInstalledApplicationList) — Installed applications information.
#installed_apps=
def installed_apps=(value) -> ::Google::Cloud::MigrationCenter::V1::GuestInstalledApplicationList
Parameter
- value (::Google::Cloud::MigrationCenter::V1::GuestInstalledApplicationList) — Installed applications information.
Returns
- (::Google::Cloud::MigrationCenter::V1::GuestInstalledApplicationList) — Installed applications information.
#last_boot_time
def last_boot_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Last time the OS was booted.
#last_boot_time=
def last_boot_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Last time the OS was booted.
Returns
- (::Google::Protobuf::Timestamp) — Last time the OS was booted.
#machine_name
def machine_name() -> ::String
Returns
- (::String) — Machine name.
#machine_name=
def machine_name=(value) -> ::String
Parameter
- value (::String) — Machine name.
Returns
- (::String) — Machine name.
#network
def network() -> ::Google::Cloud::MigrationCenter::V1::RuntimeNetworkInfo
Returns
- (::Google::Cloud::MigrationCenter::V1::RuntimeNetworkInfo) — Runtime network information (connections, ports).
#network=
def network=(value) -> ::Google::Cloud::MigrationCenter::V1::RuntimeNetworkInfo
Parameter
- value (::Google::Cloud::MigrationCenter::V1::RuntimeNetworkInfo) — Runtime network information (connections, ports).
Returns
- (::Google::Cloud::MigrationCenter::V1::RuntimeNetworkInfo) — Runtime network information (connections, ports).
#open_file_list
def open_file_list() -> ::Google::Cloud::MigrationCenter::V1::OpenFileList
Returns
- (::Google::Cloud::MigrationCenter::V1::OpenFileList) — Open files information.
#open_file_list=
def open_file_list=(value) -> ::Google::Cloud::MigrationCenter::V1::OpenFileList
Parameter
- value (::Google::Cloud::MigrationCenter::V1::OpenFileList) — Open files information.
Returns
- (::Google::Cloud::MigrationCenter::V1::OpenFileList) — Open files information.
#processes
def processes() -> ::Google::Cloud::MigrationCenter::V1::RunningProcessList
Returns
- (::Google::Cloud::MigrationCenter::V1::RunningProcessList) — Running processes.
#processes=
def processes=(value) -> ::Google::Cloud::MigrationCenter::V1::RunningProcessList
Parameter
- value (::Google::Cloud::MigrationCenter::V1::RunningProcessList) — Running processes.
Returns
- (::Google::Cloud::MigrationCenter::V1::RunningProcessList) — Running processes.
#services
def services() -> ::Google::Cloud::MigrationCenter::V1::RunningServiceList
Returns
- (::Google::Cloud::MigrationCenter::V1::RunningServiceList) — Running background services.
#services=
def services=(value) -> ::Google::Cloud::MigrationCenter::V1::RunningServiceList
Parameter
- value (::Google::Cloud::MigrationCenter::V1::RunningServiceList) — Running background services.
Returns
- (::Google::Cloud::MigrationCenter::V1::RunningServiceList) — Running background services.