Module: Aws::Tnb::Client::_GetSolFunctionInstanceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetSolFunctionInstanceOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #id ⇒ ::String
- #instantiated_vnf_info ⇒ Types::GetSolVnfInfo
- #instantiation_state ⇒ "INSTANTIATED", "NOT_INSTANTIATED"
- #metadata ⇒ Types::GetSolFunctionInstanceMetadata
- #ns_instance_id ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
- #vnf_pkg_id ⇒ ::String
- #vnf_product_name ⇒ ::String
- #vnf_provider ⇒ ::String
- #vnfd_id ⇒ ::String
- #vnfd_version ⇒ ::String
Instance Method Details
#arn ⇒ ::String
154 |
# File 'sig/client.rbs', line 154
def arn: () -> ::String
|
#id ⇒ ::String
155 |
# File 'sig/client.rbs', line 155
def id: () -> ::String
|
#instantiated_vnf_info ⇒ Types::GetSolVnfInfo
156 |
# File 'sig/client.rbs', line 156
def instantiated_vnf_info: () -> Types::GetSolVnfInfo
|
#instantiation_state ⇒ "INSTANTIATED", "NOT_INSTANTIATED"
157 |
# File 'sig/client.rbs', line 157
def instantiation_state: () -> ("INSTANTIATED" | "NOT_INSTANTIATED")
|
#metadata ⇒ Types::GetSolFunctionInstanceMetadata
158 |
# File 'sig/client.rbs', line 158
def metadata: () -> Types::GetSolFunctionInstanceMetadata
|
#ns_instance_id ⇒ ::String
159 |
# File 'sig/client.rbs', line 159
def ns_instance_id: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
160 |
# File 'sig/client.rbs', line 160
def tags: () -> ::Hash[::String, ::String]
|
#vnf_pkg_id ⇒ ::String
161 |
# File 'sig/client.rbs', line 161
def vnf_pkg_id: () -> ::String
|
#vnf_product_name ⇒ ::String
162 |
# File 'sig/client.rbs', line 162
def vnf_product_name: () -> ::String
|
#vnf_provider ⇒ ::String
163 |
# File 'sig/client.rbs', line 163
def vnf_provider: () -> ::String
|
#vnfd_id ⇒ ::String
164 |
# File 'sig/client.rbs', line 164
def vnfd_id: () -> ::String
|
#vnfd_version ⇒ ::String
165 |
# File 'sig/client.rbs', line 165
def vnfd_version: () -> ::String
|