Class: Aws::Types::ListSolNetworkPackageInfo
- Inherits:
-
Object
- Object
- Aws::Types::ListSolNetworkPackageInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#metadata ⇒ Types::ListSolNetworkPackageMetadata
Returns the value of attribute metadata.
-
#nsd_designer ⇒ ::String
Returns the value of attribute nsd_designer.
-
#nsd_id ⇒ ::String
Returns the value of attribute nsd_id.
-
#nsd_invariant_id ⇒ ::String
Returns the value of attribute nsd_invariant_id.
-
#nsd_name ⇒ ::String
Returns the value of attribute nsd_name.
-
#nsd_onboarding_state ⇒ "CREATED", ...
Returns the value of attribute nsd_onboarding_state.
-
#nsd_operational_state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute nsd_operational_state.
-
#nsd_usage_state ⇒ "IN_USE", "NOT_IN_USE"
Returns the value of attribute nsd_usage_state.
-
#nsd_version ⇒ ::String
Returns the value of attribute nsd_version.
-
#vnf_pkg_ids ⇒ ::Array[::String]
Returns the value of attribute vnf_pkg_ids.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
464 465 466 |
# File 'sig/types.rbs', line 464 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
465 466 467 |
# File 'sig/types.rbs', line 465 def id @id end |
#metadata ⇒ Types::ListSolNetworkPackageMetadata
Returns the value of attribute metadata.
466 467 468 |
# File 'sig/types.rbs', line 466 def @metadata end |
#nsd_designer ⇒ ::String
Returns the value of attribute nsd_designer.
467 468 469 |
# File 'sig/types.rbs', line 467 def nsd_designer @nsd_designer end |
#nsd_id ⇒ ::String
Returns the value of attribute nsd_id.
468 469 470 |
# File 'sig/types.rbs', line 468 def nsd_id @nsd_id end |
#nsd_invariant_id ⇒ ::String
Returns the value of attribute nsd_invariant_id.
469 470 471 |
# File 'sig/types.rbs', line 469 def nsd_invariant_id @nsd_invariant_id end |
#nsd_name ⇒ ::String
Returns the value of attribute nsd_name.
470 471 472 |
# File 'sig/types.rbs', line 470 def nsd_name @nsd_name end |
#nsd_onboarding_state ⇒ "CREATED", ...
Returns the value of attribute nsd_onboarding_state.
471 472 473 |
# File 'sig/types.rbs', line 471 def nsd_onboarding_state @nsd_onboarding_state end |
#nsd_operational_state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute nsd_operational_state.
472 473 474 |
# File 'sig/types.rbs', line 472 def nsd_operational_state @nsd_operational_state end |
#nsd_usage_state ⇒ "IN_USE", "NOT_IN_USE"
Returns the value of attribute nsd_usage_state.
473 474 475 |
# File 'sig/types.rbs', line 473 def nsd_usage_state @nsd_usage_state end |
#nsd_version ⇒ ::String
Returns the value of attribute nsd_version.
474 475 476 |
# File 'sig/types.rbs', line 474 def nsd_version @nsd_version end |
#vnf_pkg_ids ⇒ ::Array[::String]
Returns the value of attribute vnf_pkg_ids.
475 476 477 |
# File 'sig/types.rbs', line 475 def vnf_pkg_ids @vnf_pkg_ids end |