Class: Aws::Mgn::Types::SourceServer

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mgn/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:tags]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

Source server application ID.

Returns:

  • (String)


5720
5721
5722
5723
5724
5725
5726
5727
5728
5729
5730
5731
5732
5733
5734
5735
5736
5737
# File 'lib/aws-sdk-mgn/types.rb', line 5720

class SourceServer < Struct.new(
  :source_server_id,
  :arn,
  :is_archived,
  :tags,
  :launched_instance,
  :data_replication_info,
  :life_cycle,
  :source_properties,
  :replication_type,
  :vcenter_client_id,
  :application_id,
  :user_provided_id,
  :fqdn_for_action_framework,
  :connector_action)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#arnString

Source server ARN.

Returns:

  • (String)


5720
5721
5722
5723
5724
5725
5726
5727
5728
5729
5730
5731
5732
5733
5734
5735
5736
5737
# File 'lib/aws-sdk-mgn/types.rb', line 5720

class SourceServer < Struct.new(
  :source_server_id,
  :arn,
  :is_archived,
  :tags,
  :launched_instance,
  :data_replication_info,
  :life_cycle,
  :source_properties,
  :replication_type,
  :vcenter_client_id,
  :application_id,
  :user_provided_id,
  :fqdn_for_action_framework,
  :connector_action)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#connector_actionTypes::SourceServerConnectorAction

Source Server connector action.



5720
5721
5722
5723
5724
5725
5726
5727
5728
5729
5730
5731
5732
5733
5734
5735
5736
5737
# File 'lib/aws-sdk-mgn/types.rb', line 5720

class SourceServer < Struct.new(
  :source_server_id,
  :arn,
  :is_archived,
  :tags,
  :launched_instance,
  :data_replication_info,
  :life_cycle,
  :source_properties,
  :replication_type,
  :vcenter_client_id,
  :application_id,
  :user_provided_id,
  :fqdn_for_action_framework,
  :connector_action)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#data_replication_infoTypes::DataReplicationInfo

Source server data replication info.



5720
5721
5722
5723
5724
5725
5726
5727
5728
5729
5730
5731
5732
5733
5734
5735
5736
5737
# File 'lib/aws-sdk-mgn/types.rb', line 5720

class SourceServer < Struct.new(
  :source_server_id,
  :arn,
  :is_archived,
  :tags,
  :launched_instance,
  :data_replication_info,
  :life_cycle,
  :source_properties,
  :replication_type,
  :vcenter_client_id,
  :application_id,
  :user_provided_id,
  :fqdn_for_action_framework,
  :connector_action)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#fqdn_for_action_frameworkString

Source server fqdn for action framework.

Returns:

  • (String)


5720
5721
5722
5723
5724
5725
5726
5727
5728
5729
5730
5731
5732
5733
5734
5735
5736
5737
# File 'lib/aws-sdk-mgn/types.rb', line 5720

class SourceServer < Struct.new(
  :source_server_id,
  :arn,
  :is_archived,
  :tags,
  :launched_instance,
  :data_replication_info,
  :life_cycle,
  :source_properties,
  :replication_type,
  :vcenter_client_id,
  :application_id,
  :user_provided_id,
  :fqdn_for_action_framework,
  :connector_action)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#is_archivedBoolean

Source server archived status.

Returns:

  • (Boolean)


5720
5721
5722
5723
5724
5725
5726
5727
5728
5729
5730
5731
5732
5733
5734
5735
5736
5737
# File 'lib/aws-sdk-mgn/types.rb', line 5720

class SourceServer < Struct.new(
  :source_server_id,
  :arn,
  :is_archived,
  :tags,
  :launched_instance,
  :data_replication_info,
  :life_cycle,
  :source_properties,
  :replication_type,
  :vcenter_client_id,
  :application_id,
  :user_provided_id,
  :fqdn_for_action_framework,
  :connector_action)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#launched_instanceTypes::LaunchedInstance

Source server launched instance.



5720
5721
5722
5723
5724
5725
5726
5727
5728
5729
5730
5731
5732
5733
5734
5735
5736
5737
# File 'lib/aws-sdk-mgn/types.rb', line 5720

class SourceServer < Struct.new(
  :source_server_id,
  :arn,
  :is_archived,
  :tags,
  :launched_instance,
  :data_replication_info,
  :life_cycle,
  :source_properties,
  :replication_type,
  :vcenter_client_id,
  :application_id,
  :user_provided_id,
  :fqdn_for_action_framework,
  :connector_action)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#life_cycleTypes::LifeCycle

Source server lifecycle state.

Returns:



5720
5721
5722
5723
5724
5725
5726
5727
5728
5729
5730
5731
5732
5733
5734
5735
5736
5737
# File 'lib/aws-sdk-mgn/types.rb', line 5720

class SourceServer < Struct.new(
  :source_server_id,
  :arn,
  :is_archived,
  :tags,
  :launched_instance,
  :data_replication_info,
  :life_cycle,
  :source_properties,
  :replication_type,
  :vcenter_client_id,
  :application_id,
  :user_provided_id,
  :fqdn_for_action_framework,
  :connector_action)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#replication_typeString

Source server replication type.

Returns:

  • (String)


5720
5721
5722
5723
5724
5725
5726
5727
5728
5729
5730
5731
5732
5733
5734
5735
5736
5737
# File 'lib/aws-sdk-mgn/types.rb', line 5720

class SourceServer < Struct.new(
  :source_server_id,
  :arn,
  :is_archived,
  :tags,
  :launched_instance,
  :data_replication_info,
  :life_cycle,
  :source_properties,
  :replication_type,
  :vcenter_client_id,
  :application_id,
  :user_provided_id,
  :fqdn_for_action_framework,
  :connector_action)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#source_propertiesTypes::SourceProperties

Source server properties.



5720
5721
5722
5723
5724
5725
5726
5727
5728
5729
5730
5731
5732
5733
5734
5735
5736
5737
# File 'lib/aws-sdk-mgn/types.rb', line 5720

class SourceServer < Struct.new(
  :source_server_id,
  :arn,
  :is_archived,
  :tags,
  :launched_instance,
  :data_replication_info,
  :life_cycle,
  :source_properties,
  :replication_type,
  :vcenter_client_id,
  :application_id,
  :user_provided_id,
  :fqdn_for_action_framework,
  :connector_action)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#source_server_idString

Source server ID.

Returns:

  • (String)


5720
5721
5722
5723
5724
5725
5726
5727
5728
5729
5730
5731
5732
5733
5734
5735
5736
5737
# File 'lib/aws-sdk-mgn/types.rb', line 5720

class SourceServer < Struct.new(
  :source_server_id,
  :arn,
  :is_archived,
  :tags,
  :launched_instance,
  :data_replication_info,
  :life_cycle,
  :source_properties,
  :replication_type,
  :vcenter_client_id,
  :application_id,
  :user_provided_id,
  :fqdn_for_action_framework,
  :connector_action)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#tagsHash<String,String>

Source server Tags.

Returns:

  • (Hash<String,String>)


5720
5721
5722
5723
5724
5725
5726
5727
5728
5729
5730
5731
5732
5733
5734
5735
5736
5737
# File 'lib/aws-sdk-mgn/types.rb', line 5720

class SourceServer < Struct.new(
  :source_server_id,
  :arn,
  :is_archived,
  :tags,
  :launched_instance,
  :data_replication_info,
  :life_cycle,
  :source_properties,
  :replication_type,
  :vcenter_client_id,
  :application_id,
  :user_provided_id,
  :fqdn_for_action_framework,
  :connector_action)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#user_provided_idString

Source server user provided ID.

Returns:

  • (String)


5720
5721
5722
5723
5724
5725
5726
5727
5728
5729
5730
5731
5732
5733
5734
5735
5736
5737
# File 'lib/aws-sdk-mgn/types.rb', line 5720

class SourceServer < Struct.new(
  :source_server_id,
  :arn,
  :is_archived,
  :tags,
  :launched_instance,
  :data_replication_info,
  :life_cycle,
  :source_properties,
  :replication_type,
  :vcenter_client_id,
  :application_id,
  :user_provided_id,
  :fqdn_for_action_framework,
  :connector_action)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#vcenter_client_idString

Source server vCenter client id.

Returns:

  • (String)


5720
5721
5722
5723
5724
5725
5726
5727
5728
5729
5730
5731
5732
5733
5734
5735
5736
5737
# File 'lib/aws-sdk-mgn/types.rb', line 5720

class SourceServer < Struct.new(
  :source_server_id,
  :arn,
  :is_archived,
  :tags,
  :launched_instance,
  :data_replication_info,
  :life_cycle,
  :source_properties,
  :replication_type,
  :vcenter_client_id,
  :application_id,
  :user_provided_id,
  :fqdn_for_action_framework,
  :connector_action)
  SENSITIVE = [:tags]
  include Aws::Structure
end