Class: Aws::MigrationHubStrategyRecommendations::Types::VcenterBasedRemoteInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubStrategyRecommendations::Types::VcenterBasedRemoteInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubstrategyrecommendations/types.rb
Overview
Details about the server in vCenter.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#os_type ⇒ String
The type of the operating system.
-
#vcenter_configuration_time_stamp ⇒ String
The time when the remote server based on vCenter was last configured.
Instance Attribute Details
#os_type ⇒ String
The type of the operating system.
2497 2498 2499 2500 2501 2502 |
# File '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_stamp ⇒ String
The time when the remote server based on vCenter was last configured.
2497 2498 2499 2500 2501 2502 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 2497 class VcenterBasedRemoteInfo < Struct.new( :os_type, :vcenter_configuration_time_stamp) SENSITIVE = [] include Aws::Structure end |