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)


5653
5654
5655
5656
5657
5658
5659
5660
5661
5662
5663
5664
5665
5666
5667
5668
5669
5670
# File 'lib/aws-sdk-mgn/types.rb', line 5653

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)


5653
5654
5655
5656
5657
5658
5659
5660
5661
5662
5663
5664
5665
5666
5667
5668
5669
5670
# File 'lib/aws-sdk-mgn/types.rb', line 5653

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.



5653
5654
5655
5656
5657
5658
5659
5660
5661
5662
5663
5664
5665
5666
5667
5668
5669
5670
# File 'lib/aws-sdk-mgn/types.rb', line 5653

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.



5653
5654
5655
5656
5657
5658
5659
5660
5661
5662
5663
5664
5665
5666
5667
5668
5669
5670
# File 'lib/aws-sdk-mgn/types.rb', line 5653

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)


5653
5654
5655
5656
5657
5658
5659
5660
5661
5662
5663
5664
5665
5666
5667
5668
5669
5670
# File 'lib/aws-sdk-mgn/types.rb', line 5653

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)


5653
5654
5655
5656
5657
5658
5659
5660
5661
5662
5663
5664
5665
5666
5667
5668
5669
5670
# File 'lib/aws-sdk-mgn/types.rb', line 5653

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.



5653
5654
5655
5656
5657
5658
5659
5660
5661
5662
5663
5664
5665
5666
5667
5668
5669
5670
# File 'lib/aws-sdk-mgn/types.rb', line 5653

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:



5653
5654
5655
5656
5657
5658
5659
5660
5661
5662
5663
5664
5665
5666
5667
5668
5669
5670
# File 'lib/aws-sdk-mgn/types.rb', line 5653

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)


5653
5654
5655
5656
5657
5658
5659
5660
5661
5662
5663
5664
5665
5666
5667
5668
5669
5670
# File 'lib/aws-sdk-mgn/types.rb', line 5653

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.



5653
5654
5655
5656
5657
5658
5659
5660
5661
5662
5663
5664
5665
5666
5667
5668
5669
5670
# File 'lib/aws-sdk-mgn/types.rb', line 5653

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)


5653
5654
5655
5656
5657
5658
5659
5660
5661
5662
5663
5664
5665
5666
5667
5668
5669
5670
# File 'lib/aws-sdk-mgn/types.rb', line 5653

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>)


5653
5654
5655
5656
5657
5658
5659
5660
5661
5662
5663
5664
5665
5666
5667
5668
5669
5670
# File 'lib/aws-sdk-mgn/types.rb', line 5653

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)


5653
5654
5655
5656
5657
5658
5659
5660
5661
5662
5663
5664
5665
5666
5667
5668
5669
5670
# File 'lib/aws-sdk-mgn/types.rb', line 5653

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)


5653
5654
5655
5656
5657
5658
5659
5660
5661
5662
5663
5664
5665
5666
5667
5668
5669
5670
# File 'lib/aws-sdk-mgn/types.rb', line 5653

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