Class: Aws::Mgn::Types::SourceServer
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::SourceServer
- Defined in:
- gems/aws-sdk-mgn/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.
3723 3724 3725 3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3723 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.
3723 3724 3725 3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3723 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.
3723 3724 3725 3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3723 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.
3723 3724 3725 3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3723 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.
3723 3724 3725 3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3723 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.
3723 3724 3725 3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3723 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.
3723 3724 3725 3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3723 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.
3723 3724 3725 3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3723 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.
3723 3724 3725 3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3723 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.
3723 3724 3725 3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3723 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.
3723 3724 3725 3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3723 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.
3723 3724 3725 3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3723 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.
3723 3724 3725 3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3723 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.
3723 3724 3725 3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3723 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 |