Module: Aws::Mgn::Client::_UpdateSourceServerReplicationTypeResponseSuccess
- 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
1918 |
# File 'sig/client.rbs', line 1918
def application_id: () -> ::String
|
#arn ⇒ ::String
1909 |
# File 'sig/client.rbs', line 1909
def arn: () -> ::String
|
#connector_action ⇒ Types::SourceServerConnectorAction
1921 |
# File 'sig/client.rbs', line 1921
def connector_action: () -> Types::SourceServerConnectorAction
|
#data_replication_info ⇒ Types::DataReplicationInfo
1913 |
# File 'sig/client.rbs', line 1913
def data_replication_info: () -> Types::DataReplicationInfo
|
#fqdn_for_action_framework ⇒ ::String
1920 |
# File 'sig/client.rbs', line 1920
def fqdn_for_action_framework: () -> ::String
|
#is_archived ⇒ Boolean
1910 |
# File 'sig/client.rbs', line 1910
def is_archived: () -> bool
|
#launched_instance ⇒ Types::LaunchedInstance
1912 |
# File 'sig/client.rbs', line 1912
def launched_instance: () -> Types::LaunchedInstance
|
#life_cycle ⇒ Types::LifeCycle
1914 |
# File 'sig/client.rbs', line 1914
def life_cycle: () -> Types::LifeCycle
|
#replication_type ⇒ "AGENT_BASED", "SNAPSHOT_SHIPPING"
1916 |
# File 'sig/client.rbs', line 1916
def replication_type: () -> ("AGENT_BASED" | "SNAPSHOT_SHIPPING")
|
#source_properties ⇒ Types::SourceProperties
1915 |
# File 'sig/client.rbs', line 1915
def source_properties: () -> Types::SourceProperties
|
#source_server_id ⇒ ::String
1908 |
# File 'sig/client.rbs', line 1908
def source_server_id: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
1911 |
# File 'sig/client.rbs', line 1911
def tags: () -> ::Hash[::String, ::String]
|
#user_provided_id ⇒ ::String
1919 |
# File 'sig/client.rbs', line 1919
def user_provided_id: () -> ::String
|
#vcenter_client_id ⇒ ::String
1917 |
# File 'sig/client.rbs', line 1917
def vcenter_client_id: () -> ::String
|