Module: Aws::Mgn::Client::_PauseReplicationResponseSuccess
- 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
1121 |
# File 'sig/client.rbs', line 1121
def application_id: () -> ::String
|
#arn ⇒ ::String
1112 |
# File 'sig/client.rbs', line 1112
def arn: () -> ::String
|
#connector_action ⇒ Types::SourceServerConnectorAction
1124 |
# File 'sig/client.rbs', line 1124
def connector_action: () -> Types::SourceServerConnectorAction
|
#data_replication_info ⇒ Types::DataReplicationInfo
1116 |
# File 'sig/client.rbs', line 1116
def data_replication_info: () -> Types::DataReplicationInfo
|
#fqdn_for_action_framework ⇒ ::String
1123 |
# File 'sig/client.rbs', line 1123
def fqdn_for_action_framework: () -> ::String
|
#is_archived ⇒ Boolean
1113 |
# File 'sig/client.rbs', line 1113
def is_archived: () -> bool
|
#launched_instance ⇒ Types::LaunchedInstance
1115 |
# File 'sig/client.rbs', line 1115
def launched_instance: () -> Types::LaunchedInstance
|
#life_cycle ⇒ Types::LifeCycle
1117 |
# File 'sig/client.rbs', line 1117
def life_cycle: () -> Types::LifeCycle
|
#replication_type ⇒ "AGENT_BASED", "SNAPSHOT_SHIPPING"
1119 |
# File 'sig/client.rbs', line 1119
def replication_type: () -> ("AGENT_BASED" | "SNAPSHOT_SHIPPING")
|
#source_properties ⇒ Types::SourceProperties
1118 |
# File 'sig/client.rbs', line 1118
def source_properties: () -> Types::SourceProperties
|
#source_server_id ⇒ ::String
1111 |
# File 'sig/client.rbs', line 1111
def source_server_id: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
1114 |
# File 'sig/client.rbs', line 1114
def tags: () -> ::Hash[::String, ::String]
|
#user_provided_id ⇒ ::String
1122 |
# File 'sig/client.rbs', line 1122
def user_provided_id: () -> ::String
|
#vcenter_client_id ⇒ ::String
1120 |
# File 'sig/client.rbs', line 1120
def vcenter_client_id: () -> ::String
|