Module: Aws::Mgn::Client::_FinalizeCutoverResponseSuccess
- 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
603 |
# File 'sig/client.rbs', line 603
def application_id: () -> ::String
|
#arn ⇒ ::String
594 |
# File 'sig/client.rbs', line 594
def arn: () -> ::String
|
#connector_action ⇒ Types::SourceServerConnectorAction
606 |
# File 'sig/client.rbs', line 606
def connector_action: () -> Types::SourceServerConnectorAction
|
#data_replication_info ⇒ Types::DataReplicationInfo
598 |
# File 'sig/client.rbs', line 598
def data_replication_info: () -> Types::DataReplicationInfo
|
#fqdn_for_action_framework ⇒ ::String
605 |
# File 'sig/client.rbs', line 605
def fqdn_for_action_framework: () -> ::String
|
#is_archived ⇒ Boolean
595 |
# File 'sig/client.rbs', line 595
def is_archived: () -> bool
|
#launched_instance ⇒ Types::LaunchedInstance
597 |
# File 'sig/client.rbs', line 597
def launched_instance: () -> Types::LaunchedInstance
|
#life_cycle ⇒ Types::LifeCycle
599 |
# File 'sig/client.rbs', line 599
def life_cycle: () -> Types::LifeCycle
|
#replication_type ⇒ "AGENT_BASED", "SNAPSHOT_SHIPPING"
601 |
# File 'sig/client.rbs', line 601
def replication_type: () -> ("AGENT_BASED" | "SNAPSHOT_SHIPPING")
|
#source_properties ⇒ Types::SourceProperties
600 |
# File 'sig/client.rbs', line 600
def source_properties: () -> Types::SourceProperties
|
#source_server_id ⇒ ::String
593 |
# File 'sig/client.rbs', line 593
def source_server_id: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
596 |
# File 'sig/client.rbs', line 596
def tags: () -> ::Hash[::String, ::String]
|
#user_provided_id ⇒ ::String
604 |
# File 'sig/client.rbs', line 604
def user_provided_id: () -> ::String
|
#vcenter_client_id ⇒ ::String
602 |
# File 'sig/client.rbs', line 602
def vcenter_client_id: () -> ::String
|