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
1454 |
# File 'sig/client.rbs', line 1454
def application_id: () -> ::String
|
#arn ⇒ ::String
1445 |
# File 'sig/client.rbs', line 1445
def arn: () -> ::String
|
#connector_action ⇒ Types::SourceServerConnectorAction
1457 |
# File 'sig/client.rbs', line 1457
def connector_action: () -> Types::SourceServerConnectorAction
|
#data_replication_info ⇒ Types::DataReplicationInfo
1449 |
# File 'sig/client.rbs', line 1449
def data_replication_info: () -> Types::DataReplicationInfo
|
#fqdn_for_action_framework ⇒ ::String
1456 |
# File 'sig/client.rbs', line 1456
def fqdn_for_action_framework: () -> ::String
|
#is_archived ⇒ Boolean
1446 |
# File 'sig/client.rbs', line 1446
def is_archived: () -> bool
|
#launched_instance ⇒ Types::LaunchedInstance
1448 |
# File 'sig/client.rbs', line 1448
def launched_instance: () -> Types::LaunchedInstance
|
#life_cycle ⇒ Types::LifeCycle
1450 |
# File 'sig/client.rbs', line 1450
def life_cycle: () -> Types::LifeCycle
|
#replication_type ⇒ "AGENT_BASED", "SNAPSHOT_SHIPPING"
1452 |
# File 'sig/client.rbs', line 1452
def replication_type: () -> ("AGENT_BASED" | "SNAPSHOT_SHIPPING")
|
#source_properties ⇒ Types::SourceProperties
1451 |
# File 'sig/client.rbs', line 1451
def source_properties: () -> Types::SourceProperties
|
#source_server_id ⇒ ::String
1444 |
# File 'sig/client.rbs', line 1444
def source_server_id: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
1447 |
# File 'sig/client.rbs', line 1447
def tags: () -> ::Hash[::String, ::String]
|
#user_provided_id ⇒ ::String
1455 |
# File 'sig/client.rbs', line 1455
def user_provided_id: () -> ::String
|
#vcenter_client_id ⇒ ::String
1453 |
# File 'sig/client.rbs', line 1453
def vcenter_client_id: () -> ::String
|