Module: Aws::Mgn::Client::_RetryDataReplicationResponseSuccess
- 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
1273 |
# File 'sig/client.rbs', line 1273
def application_id: () -> ::String
|
#arn ⇒ ::String
1264 |
# File 'sig/client.rbs', line 1264
def arn: () -> ::String
|
#connector_action ⇒ Types::SourceServerConnectorAction
1276 |
# File 'sig/client.rbs', line 1276
def connector_action: () -> Types::SourceServerConnectorAction
|
#data_replication_info ⇒ Types::DataReplicationInfo
1268 |
# File 'sig/client.rbs', line 1268
def data_replication_info: () -> Types::DataReplicationInfo
|
#fqdn_for_action_framework ⇒ ::String
1275 |
# File 'sig/client.rbs', line 1275
def fqdn_for_action_framework: () -> ::String
|
#is_archived ⇒ Boolean
1265 |
# File 'sig/client.rbs', line 1265
def is_archived: () -> bool
|
#launched_instance ⇒ Types::LaunchedInstance
1267 |
# File 'sig/client.rbs', line 1267
def launched_instance: () -> Types::LaunchedInstance
|
#life_cycle ⇒ Types::LifeCycle
1269 |
# File 'sig/client.rbs', line 1269
def life_cycle: () -> Types::LifeCycle
|
#replication_type ⇒ "AGENT_BASED", "SNAPSHOT_SHIPPING"
1271 |
# File 'sig/client.rbs', line 1271
def replication_type: () -> ("AGENT_BASED" | "SNAPSHOT_SHIPPING")
|
#source_properties ⇒ Types::SourceProperties
1270 |
# File 'sig/client.rbs', line 1270
def source_properties: () -> Types::SourceProperties
|
#source_server_id ⇒ ::String
1263 |
# File 'sig/client.rbs', line 1263
def source_server_id: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
1266 |
# File 'sig/client.rbs', line 1266
def tags: () -> ::Hash[::String, ::String]
|
#user_provided_id ⇒ ::String
1274 |
# File 'sig/client.rbs', line 1274
def user_provided_id: () -> ::String
|
#vcenter_client_id ⇒ ::String
1272 |
# File 'sig/client.rbs', line 1272
def vcenter_client_id: () -> ::String
|