Module: Aws::Mgn::Client::_ResumeReplicationResponseSuccess
- 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
1249 |
# File 'sig/client.rbs', line 1249
def application_id: () -> ::String
|
#arn ⇒ ::String
1240 |
# File 'sig/client.rbs', line 1240
def arn: () -> ::String
|
#connector_action ⇒ Types::SourceServerConnectorAction
1252 |
# File 'sig/client.rbs', line 1252
def connector_action: () -> Types::SourceServerConnectorAction
|
#data_replication_info ⇒ Types::DataReplicationInfo
1244 |
# File 'sig/client.rbs', line 1244
def data_replication_info: () -> Types::DataReplicationInfo
|
#fqdn_for_action_framework ⇒ ::String
1251 |
# File 'sig/client.rbs', line 1251
def fqdn_for_action_framework: () -> ::String
|
#is_archived ⇒ Boolean
1241 |
# File 'sig/client.rbs', line 1241
def is_archived: () -> bool
|
#launched_instance ⇒ Types::LaunchedInstance
1243 |
# File 'sig/client.rbs', line 1243
def launched_instance: () -> Types::LaunchedInstance
|
#life_cycle ⇒ Types::LifeCycle
1245 |
# File 'sig/client.rbs', line 1245
def life_cycle: () -> Types::LifeCycle
|
#replication_type ⇒ "AGENT_BASED", "SNAPSHOT_SHIPPING"
1247 |
# File 'sig/client.rbs', line 1247
def replication_type: () -> ("AGENT_BASED" | "SNAPSHOT_SHIPPING")
|
#source_properties ⇒ Types::SourceProperties
1246 |
# File 'sig/client.rbs', line 1246
def source_properties: () -> Types::SourceProperties
|
#source_server_id ⇒ ::String
1239 |
# File 'sig/client.rbs', line 1239
def source_server_id: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
1242 |
# File 'sig/client.rbs', line 1242
def tags: () -> ::Hash[::String, ::String]
|
#user_provided_id ⇒ ::String
1250 |
# File 'sig/client.rbs', line 1250
def user_provided_id: () -> ::String
|
#vcenter_client_id ⇒ ::String
1248 |
# File 'sig/client.rbs', line 1248
def vcenter_client_id: () -> ::String
|