Class: Aws::Tnb::Types::ListSolNetworkOperationsMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Tnb::Types::ListSolNetworkOperationsMetadata
- Defined in:
- gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb
Overview
Metadata related to a network operation.
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.
-
#last_modified ⇒ Time
The date that the resource was last modified.
-
#nsd_info_id ⇒ String
The network service descriptor id used for the operation.
-
#vnf_instance_id ⇒ String
The network function id used for the operation.
Instance Attribute Details
#created_at ⇒ Time
The date that the resource was created.
1660 1661 1662 1663 1664 1665 1666 1667 |
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 1660 class ListSolNetworkOperationsMetadata < Struct.new( :created_at, :last_modified, :nsd_info_id, :vnf_instance_id) SENSITIVE = [] include Aws::Structure end |
#last_modified ⇒ Time
The date that the resource was last modified.
1660 1661 1662 1663 1664 1665 1666 1667 |
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 1660 class ListSolNetworkOperationsMetadata < Struct.new( :created_at, :last_modified, :nsd_info_id, :vnf_instance_id) SENSITIVE = [] include Aws::Structure end |
#nsd_info_id ⇒ String
The network service descriptor id used for the operation.
Only present if the updateType is UPDATE_NS
.
1660 1661 1662 1663 1664 1665 1666 1667 |
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 1660 class ListSolNetworkOperationsMetadata < Struct.new( :created_at, :last_modified, :nsd_info_id, :vnf_instance_id) SENSITIVE = [] include Aws::Structure end |
#vnf_instance_id ⇒ String
The network function id used for the operation.
Only present if the updateType is MODIFY_VNF_INFO
.
1660 1661 1662 1663 1664 1665 1666 1667 |
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 1660 class ListSolNetworkOperationsMetadata < Struct.new( :created_at, :last_modified, :nsd_info_id, :vnf_instance_id) SENSITIVE = [] include Aws::Structure end |