Class: Aws::Tnb::Types::PutSolNetworkPackageContentOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-tnb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Network package ARN.

Returns:

  • (String)


2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
# File 'lib/aws-sdk-tnb/types.rb', line 2072

class PutSolNetworkPackageContentOutput < Struct.new(
  :arn,
  :id,
  :metadata,
  :nsd_id,
  :nsd_name,
  :nsd_version,
  :vnf_pkg_ids)
  SENSITIVE = []
  include Aws::Structure
end

#idString

Network package ID.

Returns:

  • (String)


2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
# File 'lib/aws-sdk-tnb/types.rb', line 2072

class PutSolNetworkPackageContentOutput < Struct.new(
  :arn,
  :id,
  :metadata,
  :nsd_id,
  :nsd_name,
  :nsd_version,
  :vnf_pkg_ids)
  SENSITIVE = []
  include Aws::Structure
end

#metadataTypes::PutSolNetworkPackageContentMetadata

Network package metadata.



2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
# File 'lib/aws-sdk-tnb/types.rb', line 2072

class PutSolNetworkPackageContentOutput < Struct.new(
  :arn,
  :id,
  :metadata,
  :nsd_id,
  :nsd_name,
  :nsd_version,
  :vnf_pkg_ids)
  SENSITIVE = []
  include Aws::Structure
end

#nsd_idString

Network service descriptor ID.

Returns:

  • (String)


2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
# File 'lib/aws-sdk-tnb/types.rb', line 2072

class PutSolNetworkPackageContentOutput < Struct.new(
  :arn,
  :id,
  :metadata,
  :nsd_id,
  :nsd_name,
  :nsd_version,
  :vnf_pkg_ids)
  SENSITIVE = []
  include Aws::Structure
end

#nsd_nameString

Network service descriptor name.

Returns:

  • (String)


2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
# File 'lib/aws-sdk-tnb/types.rb', line 2072

class PutSolNetworkPackageContentOutput < Struct.new(
  :arn,
  :id,
  :metadata,
  :nsd_id,
  :nsd_name,
  :nsd_version,
  :vnf_pkg_ids)
  SENSITIVE = []
  include Aws::Structure
end

#nsd_versionString

Network service descriptor version.

Returns:

  • (String)


2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
# File 'lib/aws-sdk-tnb/types.rb', line 2072

class PutSolNetworkPackageContentOutput < Struct.new(
  :arn,
  :id,
  :metadata,
  :nsd_id,
  :nsd_name,
  :nsd_version,
  :vnf_pkg_ids)
  SENSITIVE = []
  include Aws::Structure
end

#vnf_pkg_idsArray<String>

Function package IDs.

Returns:

  • (Array<String>)


2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
# File 'lib/aws-sdk-tnb/types.rb', line 2072

class PutSolNetworkPackageContentOutput < Struct.new(
  :arn,
  :id,
  :metadata,
  :nsd_id,
  :nsd_name,
  :nsd_version,
  :vnf_pkg_ids)
  SENSITIVE = []
  include Aws::Structure
end