Module: Aws::Mgn::Client::_DisconnectFromServiceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::SourceServer]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #application_id ⇒ ::String
- #arn ⇒ ::String
- #connector_action ⇒ Types::SourceServerConnectorAction
- #data_replication_info ⇒ Types::DataReplicationInfo
- #fqdn_for_action_framework ⇒ ::String
- #is_archived ⇒ Boolean
- #launched_instance ⇒ Types::LaunchedInstance
- #life_cycle ⇒ Types::LifeCycle
- #replication_type ⇒ "AGENT_BASED", "SNAPSHOT_SHIPPING"
- #source_properties ⇒ Types::SourceProperties
- #source_server_id ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
- #user_provided_id ⇒ ::String
- #vcenter_client_id ⇒ ::String
Instance Method Details
#application_id ⇒ ::String
592 |
# File 'sig/client.rbs', line 592 def application_id: () -> ::String |
#arn ⇒ ::String
583 |
# File 'sig/client.rbs', line 583 def arn: () -> ::String |
#connector_action ⇒ Types::SourceServerConnectorAction
595 |
# File 'sig/client.rbs', line 595 def connector_action: () -> Types::SourceServerConnectorAction |
#data_replication_info ⇒ Types::DataReplicationInfo
587 |
# File 'sig/client.rbs', line 587 def data_replication_info: () -> Types::DataReplicationInfo |
#fqdn_for_action_framework ⇒ ::String
594 |
# File 'sig/client.rbs', line 594 def fqdn_for_action_framework: () -> ::String |
#is_archived ⇒ Boolean
584 |
# File 'sig/client.rbs', line 584 def is_archived: () -> bool |
#launched_instance ⇒ Types::LaunchedInstance
586 |
# File 'sig/client.rbs', line 586 def launched_instance: () -> Types::LaunchedInstance |
#life_cycle ⇒ Types::LifeCycle
588 |
# File 'sig/client.rbs', line 588 def life_cycle: () -> Types::LifeCycle |
#replication_type ⇒ "AGENT_BASED", "SNAPSHOT_SHIPPING"
590 |
# File 'sig/client.rbs', line 590 def replication_type: () -> ("AGENT_BASED" | "SNAPSHOT_SHIPPING") |
#source_properties ⇒ Types::SourceProperties
589 |
# File 'sig/client.rbs', line 589 def source_properties: () -> Types::SourceProperties |
#source_server_id ⇒ ::String
582 |
# File 'sig/client.rbs', line 582 def source_server_id: () -> ::String |
#tags ⇒ ::Hash[::String, ::String]
585 |
# File 'sig/client.rbs', line 585 def tags: () -> ::Hash[::String, ::String] |
#user_provided_id ⇒ ::String
593 |
# File 'sig/client.rbs', line 593 def user_provided_id: () -> ::String |
#vcenter_client_id ⇒ ::String
591 |
# File 'sig/client.rbs', line 591 def vcenter_client_id: () -> ::String |