Module: Aws::Mgn::Client::_StopReplicationResponseSuccess
- 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
1490 |
# File 'sig/client.rbs', line 1490
def application_id: () -> ::String
|
#arn ⇒ ::String
1481 |
# File 'sig/client.rbs', line 1481
def arn: () -> ::String
|
#connector_action ⇒ Types::SourceServerConnectorAction
1493 |
# File 'sig/client.rbs', line 1493
def connector_action: () -> Types::SourceServerConnectorAction
|
#data_replication_info ⇒ Types::DataReplicationInfo
1485 |
# File 'sig/client.rbs', line 1485
def data_replication_info: () -> Types::DataReplicationInfo
|
#fqdn_for_action_framework ⇒ ::String
1492 |
# File 'sig/client.rbs', line 1492
def fqdn_for_action_framework: () -> ::String
|
#is_archived ⇒ Boolean
1482 |
# File 'sig/client.rbs', line 1482
def is_archived: () -> bool
|
#launched_instance ⇒ Types::LaunchedInstance
1484 |
# File 'sig/client.rbs', line 1484
def launched_instance: () -> Types::LaunchedInstance
|
#life_cycle ⇒ Types::LifeCycle
1486 |
# File 'sig/client.rbs', line 1486
def life_cycle: () -> Types::LifeCycle
|
#replication_type ⇒ "AGENT_BASED", "SNAPSHOT_SHIPPING"
1488 |
# File 'sig/client.rbs', line 1488
def replication_type: () -> ("AGENT_BASED" | "SNAPSHOT_SHIPPING")
|
#source_properties ⇒ Types::SourceProperties
1487 |
# File 'sig/client.rbs', line 1487
def source_properties: () -> Types::SourceProperties
|
#source_server_id ⇒ ::String
1480 |
# File 'sig/client.rbs', line 1480
def source_server_id: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
1483 |
# File 'sig/client.rbs', line 1483
def tags: () -> ::Hash[::String, ::String]
|
#user_provided_id ⇒ ::String
1491 |
# File 'sig/client.rbs', line 1491
def user_provided_id: () -> ::String
|
#vcenter_client_id ⇒ ::String
1489 |
# File 'sig/client.rbs', line 1489
def vcenter_client_id: () -> ::String
|