Class: Aws::Mgn::Types::SourceServer
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::SourceServer
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mgn/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:tags]
Instance Attribute Summary collapse
-
#application_id ⇒ String
Source server application ID.
-
#arn ⇒ String
Source server ARN.
-
#connector_action ⇒ Types::SourceServerConnectorAction
Source Server connector action.
-
#data_replication_info ⇒ Types::DataReplicationInfo
Source server data replication info.
-
#fqdn_for_action_framework ⇒ String
Source server fqdn for action framework.
-
#is_archived ⇒ Boolean
Source server archived status.
-
#launched_instance ⇒ Types::LaunchedInstance
Source server launched instance.
-
#life_cycle ⇒ Types::LifeCycle
Source server lifecycle state.
-
#replication_type ⇒ String
Source server replication type.
-
#source_properties ⇒ Types::SourceProperties
Source server properties.
-
#source_server_id ⇒ String
Source server ID.
-
#tags ⇒ Hash<String,String>
Source server Tags.
-
#user_provided_id ⇒ String
Source server user provided ID.
-
#vcenter_client_id ⇒ String
Source server vCenter client id.
Instance Attribute Details
#application_id ⇒ String
Source server application ID.
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 |
#arn ⇒ String
Source server ARN.
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_action ⇒ Types::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_info ⇒ Types::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_framework ⇒ String
Source server fqdn for action framework.
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_archived ⇒ Boolean
Source server archived status.
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_instance ⇒ Types::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_cycle ⇒ Types::LifeCycle
Source server lifecycle state.
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_type ⇒ String
Source server replication type.
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_properties ⇒ Types::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_id ⇒ String
Source server ID.
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 |
#tags ⇒ Hash<String,String>
Source server Tags.
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_id ⇒ String
Source server user provided ID.
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_id ⇒ String
Source server vCenter client id.
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 |