Class: Aws::Tnb::Types::GetSolNetworkOperationMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Tnb::Types::GetSolNetworkOperationMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-tnb/types.rb
Overview
Metadata related to a network operation occurrence.
A network operation is any operation that is done to your network, such as network instance instantiation or termination.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The date that the resource was created.
-
#instantiate_metadata ⇒ Types::InstantiateMetadata
Metadata related to the network operation occurrence for network instantiation.
-
#last_modified ⇒ Time
The date that the resource was last modified.
-
#modify_vnf_info_metadata ⇒ Types::ModifyVnfInfoMetadata
Metadata related to the network operation occurrence for network function updates in a network instance.
-
#update_ns_metadata ⇒ Types::UpdateNsMetadata
Metadata related to the network operation occurrence for network instance updates.
Instance Attribute Details
#created_at ⇒ Time
The date that the resource was created.
745 746 747 748 749 750 751 752 753 |
# File 'lib/aws-sdk-tnb/types.rb', line 745 class GetSolNetworkOperationMetadata < Struct.new( :created_at, :instantiate_metadata, :last_modified, :modify_vnf_info_metadata, :update_ns_metadata) SENSITIVE = [] include Aws::Structure end |
#instantiate_metadata ⇒ Types::InstantiateMetadata
Metadata related to the network operation occurrence for network instantiation. This is populated only if the lcmOperationType is ‘INSTANTIATE`.
745 746 747 748 749 750 751 752 753 |
# File 'lib/aws-sdk-tnb/types.rb', line 745 class GetSolNetworkOperationMetadata < Struct.new( :created_at, :instantiate_metadata, :last_modified, :modify_vnf_info_metadata, :update_ns_metadata) SENSITIVE = [] include Aws::Structure end |
#last_modified ⇒ Time
The date that the resource was last modified.
745 746 747 748 749 750 751 752 753 |
# File 'lib/aws-sdk-tnb/types.rb', line 745 class GetSolNetworkOperationMetadata < Struct.new( :created_at, :instantiate_metadata, :last_modified, :modify_vnf_info_metadata, :update_ns_metadata) SENSITIVE = [] include Aws::Structure end |
#modify_vnf_info_metadata ⇒ Types::ModifyVnfInfoMetadata
Metadata related to the network operation occurrence for network function updates in a network instance. This is populated only if the lcmOperationType is ‘UPDATE` and the updateType is `MODIFY_VNF_INFORMATION`.
745 746 747 748 749 750 751 752 753 |
# File 'lib/aws-sdk-tnb/types.rb', line 745 class GetSolNetworkOperationMetadata < Struct.new( :created_at, :instantiate_metadata, :last_modified, :modify_vnf_info_metadata, :update_ns_metadata) SENSITIVE = [] include Aws::Structure end |
#update_ns_metadata ⇒ Types::UpdateNsMetadata
Metadata related to the network operation occurrence for network instance updates. This is populated only if the lcmOperationType is ‘UPDATE` and the updateType is `UPDATE_NS`.
745 746 747 748 749 750 751 752 753 |
# File 'lib/aws-sdk-tnb/types.rb', line 745 class GetSolNetworkOperationMetadata < Struct.new( :created_at, :instantiate_metadata, :last_modified, :modify_vnf_info_metadata, :update_ns_metadata) SENSITIVE = [] include Aws::Structure end |