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
579 |
# File 'sig/client.rbs', line 579
def application_id: () -> ::String
|
#arn ⇒ ::String
570 |
# File 'sig/client.rbs', line 570
def arn: () -> ::String
|
#connector_action ⇒ Types::SourceServerConnectorAction
582 |
# File 'sig/client.rbs', line 582
def connector_action: () -> Types::SourceServerConnectorAction
|
#data_replication_info ⇒ Types::DataReplicationInfo
574 |
# File 'sig/client.rbs', line 574
def data_replication_info: () -> Types::DataReplicationInfo
|
#fqdn_for_action_framework ⇒ ::String
581 |
# File 'sig/client.rbs', line 581
def fqdn_for_action_framework: () -> ::String
|
#is_archived ⇒ Boolean
571 |
# File 'sig/client.rbs', line 571
def is_archived: () -> bool
|
#launched_instance ⇒ Types::LaunchedInstance
573 |
# File 'sig/client.rbs', line 573
def launched_instance: () -> Types::LaunchedInstance
|
#life_cycle ⇒ Types::LifeCycle
575 |
# File 'sig/client.rbs', line 575
def life_cycle: () -> Types::LifeCycle
|
#replication_type ⇒ "AGENT_BASED", "SNAPSHOT_SHIPPING"
577 |
# File 'sig/client.rbs', line 577
def replication_type: () -> ("AGENT_BASED" | "SNAPSHOT_SHIPPING")
|
#source_properties ⇒ Types::SourceProperties
576 |
# File 'sig/client.rbs', line 576
def source_properties: () -> Types::SourceProperties
|
#source_server_id ⇒ ::String
569 |
# File 'sig/client.rbs', line 569
def source_server_id: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
572 |
# File 'sig/client.rbs', line 572
def tags: () -> ::Hash[::String, ::String]
|
#user_provided_id ⇒ ::String
580 |
# File 'sig/client.rbs', line 580
def user_provided_id: () -> ::String
|
#vcenter_client_id ⇒ ::String
578 |
# File 'sig/client.rbs', line 578
def vcenter_client_id: () -> ::String
|