Class: Aws::MigrationHubStrategyRecommendations::Types::VcenterBasedRemoteInfo

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb

Overview

Details about the server in vCenter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#os_typeString

The type of the operating system.

Returns:

  • (String)


2497
2498
2499
2500
2501
2502
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 2497

class VcenterBasedRemoteInfo < Struct.new(
  :os_type,
  :vcenter_configuration_time_stamp)
  SENSITIVE = []
  include Aws::Structure
end

#vcenter_configuration_time_stampString

The time when the remote server based on vCenter was last configured.

Returns:

  • (String)


2497
2498
2499
2500
2501
2502
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 2497

class VcenterBasedRemoteInfo < Struct.new(
  :os_type,
  :vcenter_configuration_time_stamp)
  SENSITIVE = []
  include Aws::Structure
end