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
1505 |
# File 'sig/client.rbs', line 1505
def application_id: () -> ::String
|
#arn ⇒ ::String
1496 |
# File 'sig/client.rbs', line 1496
def arn: () -> ::String
|
#connector_action ⇒ Types::SourceServerConnectorAction
1508 |
# File 'sig/client.rbs', line 1508
def connector_action: () -> Types::SourceServerConnectorAction
|
#data_replication_info ⇒ Types::DataReplicationInfo
1500 |
# File 'sig/client.rbs', line 1500
def data_replication_info: () -> Types::DataReplicationInfo
|
#fqdn_for_action_framework ⇒ ::String
1507 |
# File 'sig/client.rbs', line 1507
def fqdn_for_action_framework: () -> ::String
|
#is_archived ⇒ Boolean
1497 |
# File 'sig/client.rbs', line 1497
def is_archived: () -> bool
|
#launched_instance ⇒ Types::LaunchedInstance
1499 |
# File 'sig/client.rbs', line 1499
def launched_instance: () -> Types::LaunchedInstance
|
#life_cycle ⇒ Types::LifeCycle
1501 |
# File 'sig/client.rbs', line 1501
def life_cycle: () -> Types::LifeCycle
|
#replication_type ⇒ "AGENT_BASED", "SNAPSHOT_SHIPPING"
1503 |
# File 'sig/client.rbs', line 1503
def replication_type: () -> ("AGENT_BASED" | "SNAPSHOT_SHIPPING")
|
#source_properties ⇒ Types::SourceProperties
1502 |
# File 'sig/client.rbs', line 1502
def source_properties: () -> Types::SourceProperties
|
#source_server_id ⇒ ::String
1495 |
# File 'sig/client.rbs', line 1495
def source_server_id: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
1498 |
# File 'sig/client.rbs', line 1498
def tags: () -> ::Hash[::String, ::String]
|
#user_provided_id ⇒ ::String
1506 |
# File 'sig/client.rbs', line 1506
def user_provided_id: () -> ::String
|
#vcenter_client_id ⇒ ::String
1504 |
# File 'sig/client.rbs', line 1504
def vcenter_client_id: () -> ::String
|