Module: Aws::Mgn::Client::_ChangeServerLifeCycleStateResponseSuccess
- 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
154 |
# File 'sig/client.rbs', line 154
def application_id: () -> ::String
|
#arn ⇒ ::String
145 |
# File 'sig/client.rbs', line 145
def arn: () -> ::String
|
#connector_action ⇒ Types::SourceServerConnectorAction
157 |
# File 'sig/client.rbs', line 157
def connector_action: () -> Types::SourceServerConnectorAction
|
#data_replication_info ⇒ Types::DataReplicationInfo
149 |
# File 'sig/client.rbs', line 149
def data_replication_info: () -> Types::DataReplicationInfo
|
#fqdn_for_action_framework ⇒ ::String
156 |
# File 'sig/client.rbs', line 156
def fqdn_for_action_framework: () -> ::String
|
#is_archived ⇒ Boolean
146 |
# File 'sig/client.rbs', line 146
def is_archived: () -> bool
|
#launched_instance ⇒ Types::LaunchedInstance
148 |
# File 'sig/client.rbs', line 148
def launched_instance: () -> Types::LaunchedInstance
|
#life_cycle ⇒ Types::LifeCycle
150 |
# File 'sig/client.rbs', line 150
def life_cycle: () -> Types::LifeCycle
|
#replication_type ⇒ "AGENT_BASED", "SNAPSHOT_SHIPPING"
152 |
# File 'sig/client.rbs', line 152
def replication_type: () -> ("AGENT_BASED" | "SNAPSHOT_SHIPPING")
|
#source_properties ⇒ Types::SourceProperties
151 |
# File 'sig/client.rbs', line 151
def source_properties: () -> Types::SourceProperties
|
#source_server_id ⇒ ::String
144 |
# File 'sig/client.rbs', line 144
def source_server_id: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
147 |
# File 'sig/client.rbs', line 147
def tags: () -> ::Hash[::String, ::String]
|
#user_provided_id ⇒ ::String
155 |
# File 'sig/client.rbs', line 155
def user_provided_id: () -> ::String
|
#vcenter_client_id ⇒ ::String
153 |
# File 'sig/client.rbs', line 153
def vcenter_client_id: () -> ::String
|