Module: Aws::Tnb::Client::_GetSolNetworkPackageResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetSolNetworkPackageOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #id ⇒ ::String
- #metadata ⇒ Types::GetSolNetworkPackageMetadata
- #nsd_id ⇒ ::String
- #nsd_name ⇒ ::String
- #nsd_onboarding_state ⇒ "CREATED", ...
- #nsd_operational_state ⇒ "ENABLED", "DISABLED"
- #nsd_usage_state ⇒ "IN_USE", "NOT_IN_USE"
- #nsd_version ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
- #vnf_pkg_ids ⇒ ::Array[::String]
Instance Method Details
#arn ⇒ ::String
256 |
# File 'sig/client.rbs', line 256
def arn: () -> ::String
|
#id ⇒ ::String
257 |
# File 'sig/client.rbs', line 257
def id: () -> ::String
|
#metadata ⇒ Types::GetSolNetworkPackageMetadata
258 |
# File 'sig/client.rbs', line 258
def metadata: () -> Types::GetSolNetworkPackageMetadata
|
#nsd_id ⇒ ::String
259 |
# File 'sig/client.rbs', line 259
def nsd_id: () -> ::String
|
#nsd_name ⇒ ::String
260 |
# File 'sig/client.rbs', line 260
def nsd_name: () -> ::String
|
#nsd_onboarding_state ⇒ "CREATED", ...
261 |
# File 'sig/client.rbs', line 261
def nsd_onboarding_state: () -> ("CREATED" | "ONBOARDED" | "ERROR")
|
#nsd_operational_state ⇒ "ENABLED", "DISABLED"
262 |
# File 'sig/client.rbs', line 262
def nsd_operational_state: () -> ("ENABLED" | "DISABLED")
|
#nsd_usage_state ⇒ "IN_USE", "NOT_IN_USE"
263 |
# File 'sig/client.rbs', line 263
def nsd_usage_state: () -> ("IN_USE" | "NOT_IN_USE")
|
#nsd_version ⇒ ::String
264 |
# File 'sig/client.rbs', line 264
def nsd_version: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
265 |
# File 'sig/client.rbs', line 265
def tags: () -> ::Hash[::String, ::String]
|
#vnf_pkg_ids ⇒ ::Array[::String]
266 |
# File 'sig/client.rbs', line 266
def vnf_pkg_ids: () -> ::Array[::String]
|