Module: Aws::Mgn::Client::_UpdateSourceServerResponseSuccess
- 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
1887 |
# File 'sig/client.rbs', line 1887
def application_id: () -> ::String
|
#arn ⇒ ::String
1878 |
# File 'sig/client.rbs', line 1878
def arn: () -> ::String
|
#connector_action ⇒ Types::SourceServerConnectorAction
1890 |
# File 'sig/client.rbs', line 1890
def connector_action: () -> Types::SourceServerConnectorAction
|
#data_replication_info ⇒ Types::DataReplicationInfo
1882 |
# File 'sig/client.rbs', line 1882
def data_replication_info: () -> Types::DataReplicationInfo
|
#fqdn_for_action_framework ⇒ ::String
1889 |
# File 'sig/client.rbs', line 1889
def fqdn_for_action_framework: () -> ::String
|
#is_archived ⇒ Boolean
1879 |
# File 'sig/client.rbs', line 1879
def is_archived: () -> bool
|
#launched_instance ⇒ Types::LaunchedInstance
1881 |
# File 'sig/client.rbs', line 1881
def launched_instance: () -> Types::LaunchedInstance
|
#life_cycle ⇒ Types::LifeCycle
1883 |
# File 'sig/client.rbs', line 1883
def life_cycle: () -> Types::LifeCycle
|
#replication_type ⇒ "AGENT_BASED", "SNAPSHOT_SHIPPING"
1885 |
# File 'sig/client.rbs', line 1885
def replication_type: () -> ("AGENT_BASED" | "SNAPSHOT_SHIPPING")
|
#source_properties ⇒ Types::SourceProperties
1884 |
# File 'sig/client.rbs', line 1884
def source_properties: () -> Types::SourceProperties
|
#source_server_id ⇒ ::String
1877 |
# File 'sig/client.rbs', line 1877
def source_server_id: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
1880 |
# File 'sig/client.rbs', line 1880
def tags: () -> ::Hash[::String, ::String]
|
#user_provided_id ⇒ ::String
1888 |
# File 'sig/client.rbs', line 1888
def user_provided_id: () -> ::String
|
#vcenter_client_id ⇒ ::String
1886 |
# File 'sig/client.rbs', line 1886
def vcenter_client_id: () -> ::String
|