Class: Aws::Tnb::Types::ListSolNetworkOperationsMetadata

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

Instance Attribute Details

#created_atTime

The date that the resource was created.

Returns:

  • (Time)


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_modifiedTime

The date that the resource was last modified.

Returns:

  • (Time)


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_idString

The network service descriptor id used for the operation.

Only present if the updateType is UPDATE_NS.

Returns:

  • (String)


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_idString

The network function id used for the operation.

Only present if the updateType is MODIFY_VNF_INFO.

Returns:

  • (String)


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