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
616 |
# File 'sig/client.rbs', line 616
def application_id: () -> ::String
|
#arn ⇒ ::String
607 |
# File 'sig/client.rbs', line 607
def arn: () -> ::String
|
#connector_action ⇒ Types::SourceServerConnectorAction
619 |
# File 'sig/client.rbs', line 619
def connector_action: () -> Types::SourceServerConnectorAction
|
#data_replication_info ⇒ Types::DataReplicationInfo
611 |
# File 'sig/client.rbs', line 611
def data_replication_info: () -> Types::DataReplicationInfo
|
#fqdn_for_action_framework ⇒ ::String
618 |
# File 'sig/client.rbs', line 618
def fqdn_for_action_framework: () -> ::String
|
#is_archived ⇒ Boolean
608 |
# File 'sig/client.rbs', line 608
def is_archived: () -> bool
|
#launched_instance ⇒ Types::LaunchedInstance
610 |
# File 'sig/client.rbs', line 610
def launched_instance: () -> Types::LaunchedInstance
|
#life_cycle ⇒ Types::LifeCycle
612 |
# File 'sig/client.rbs', line 612
def life_cycle: () -> Types::LifeCycle
|
#replication_type ⇒ "AGENT_BASED", "SNAPSHOT_SHIPPING"
614 |
# File 'sig/client.rbs', line 614
def replication_type: () -> ("AGENT_BASED" | "SNAPSHOT_SHIPPING")
|
#source_properties ⇒ Types::SourceProperties
613 |
# File 'sig/client.rbs', line 613
def source_properties: () -> Types::SourceProperties
|
#source_server_id ⇒ ::String
606 |
# File 'sig/client.rbs', line 606
def source_server_id: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
609 |
# File 'sig/client.rbs', line 609
def tags: () -> ::Hash[::String, ::String]
|
#user_provided_id ⇒ ::String
617 |
# File 'sig/client.rbs', line 617
def user_provided_id: () -> ::String
|
#vcenter_client_id ⇒ ::String
615 |
# File 'sig/client.rbs', line 615
def vcenter_client_id: () -> ::String
|