Module: Aws::Tnb::Client::_GetSolNetworkInstanceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetSolNetworkInstanceOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #id ⇒ ::String
- #lcm_op_info ⇒ Types::LcmOperationInfo
- #metadata ⇒ Types::GetSolNetworkInstanceMetadata
- #ns_instance_description ⇒ ::String
- #ns_instance_name ⇒ ::String
- #ns_state ⇒ "INSTANTIATED", ...
- #nsd_id ⇒ ::String
- #nsd_info_id ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#arn ⇒ ::String
219 |
# File 'sig/client.rbs', line 219
def arn: () -> ::String
|
#id ⇒ ::String
220 |
# File 'sig/client.rbs', line 220
def id: () -> ::String
|
#lcm_op_info ⇒ Types::LcmOperationInfo
221 |
# File 'sig/client.rbs', line 221
def lcm_op_info: () -> Types::LcmOperationInfo
|
#metadata ⇒ Types::GetSolNetworkInstanceMetadata
222 |
# File 'sig/client.rbs', line 222
def metadata: () -> Types::GetSolNetworkInstanceMetadata
|
#ns_instance_description ⇒ ::String
223 |
# File 'sig/client.rbs', line 223
def ns_instance_description: () -> ::String
|
#ns_instance_name ⇒ ::String
224 |
# File 'sig/client.rbs', line 224
def ns_instance_name: () -> ::String
|
#ns_state ⇒ "INSTANTIATED", ...
225 |
# File 'sig/client.rbs', line 225
def ns_state: () -> ("INSTANTIATED" | "NOT_INSTANTIATED" | "UPDATED" | "IMPAIRED" | "UPDATE_FAILED" | "STOPPED" | "DELETED" | "INSTANTIATE_IN_PROGRESS" | "INTENT_TO_UPDATE_IN_PROGRESS" | "UPDATE_IN_PROGRESS" | "TERMINATE_IN_PROGRESS")
|
#nsd_id ⇒ ::String
226 |
# File 'sig/client.rbs', line 226
def nsd_id: () -> ::String
|
#nsd_info_id ⇒ ::String
227 |
# File 'sig/client.rbs', line 227
def nsd_info_id: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
228 |
# File 'sig/client.rbs', line 228
def tags: () -> ::Hash[::String, ::String]
|