Module: Aws::Mgn::Client::_StartReplicationResponseSuccess
- 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
1469 |
# File 'sig/client.rbs', line 1469
def application_id: () -> ::String
|
#arn ⇒ ::String
1460 |
# File 'sig/client.rbs', line 1460
def arn: () -> ::String
|
#connector_action ⇒ Types::SourceServerConnectorAction
1472 |
# File 'sig/client.rbs', line 1472
def connector_action: () -> Types::SourceServerConnectorAction
|
#data_replication_info ⇒ Types::DataReplicationInfo
1464 |
# File 'sig/client.rbs', line 1464
def data_replication_info: () -> Types::DataReplicationInfo
|
#fqdn_for_action_framework ⇒ ::String
1471 |
# File 'sig/client.rbs', line 1471
def fqdn_for_action_framework: () -> ::String
|
#is_archived ⇒ Boolean
1461 |
# File 'sig/client.rbs', line 1461
def is_archived: () -> bool
|
#launched_instance ⇒ Types::LaunchedInstance
1463 |
# File 'sig/client.rbs', line 1463
def launched_instance: () -> Types::LaunchedInstance
|
#life_cycle ⇒ Types::LifeCycle
1465 |
# File 'sig/client.rbs', line 1465
def life_cycle: () -> Types::LifeCycle
|
#replication_type ⇒ "AGENT_BASED", "SNAPSHOT_SHIPPING"
1467 |
# File 'sig/client.rbs', line 1467
def replication_type: () -> ("AGENT_BASED" | "SNAPSHOT_SHIPPING")
|
#source_properties ⇒ Types::SourceProperties
1466 |
# File 'sig/client.rbs', line 1466
def source_properties: () -> Types::SourceProperties
|
#source_server_id ⇒ ::String
1459 |
# File 'sig/client.rbs', line 1459
def source_server_id: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
1462 |
# File 'sig/client.rbs', line 1462
def tags: () -> ::Hash[::String, ::String]
|
#user_provided_id ⇒ ::String
1470 |
# File 'sig/client.rbs', line 1470
def user_provided_id: () -> ::String
|
#vcenter_client_id ⇒ ::String
1468 |
# File 'sig/client.rbs', line 1468
def vcenter_client_id: () -> ::String
|