Class: Aws::Tnb::Types::GetSolNetworkOperationMetadata

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#created_atTime

The date that the resource was created.

Returns:

  • (Time)


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_metadataTypes::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_modifiedTime

The date that the resource was last modified.

Returns:

  • (Time)


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_metadataTypes::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_metadataTypes::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