Class: Aws::Types::GetSolNetworkPackageOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tags])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


276
277
278
# File 'sig/types.rbs', line 276

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


277
278
279
# File 'sig/types.rbs', line 277

def id
  @id
end

#metadataTypes::GetSolNetworkPackageMetadata

Returns the value of attribute metadata.



278
279
280
# File 'sig/types.rbs', line 278

def 
  
end

#nsd_id::String

Returns the value of attribute nsd_id.

Returns:

  • (::String)


279
280
281
# File 'sig/types.rbs', line 279

def nsd_id
  @nsd_id
end

#nsd_name::String

Returns the value of attribute nsd_name.

Returns:

  • (::String)


280
281
282
# File 'sig/types.rbs', line 280

def nsd_name
  @nsd_name
end

#nsd_onboarding_state"CREATED", ...

Returns the value of attribute nsd_onboarding_state.

Returns:

  • ("CREATED", "ONBOARDED", "ERROR")


281
282
283
# File 'sig/types.rbs', line 281

def nsd_onboarding_state
  @nsd_onboarding_state
end

#nsd_operational_state"ENABLED", "DISABLED"

Returns the value of attribute nsd_operational_state.

Returns:

  • ("ENABLED", "DISABLED")


282
283
284
# File 'sig/types.rbs', line 282

def nsd_operational_state
  @nsd_operational_state
end

#nsd_usage_state"IN_USE", "NOT_IN_USE"

Returns the value of attribute nsd_usage_state.

Returns:

  • ("IN_USE", "NOT_IN_USE")


283
284
285
# File 'sig/types.rbs', line 283

def nsd_usage_state
  @nsd_usage_state
end

#nsd_version::String

Returns the value of attribute nsd_version.

Returns:

  • (::String)


284
285
286
# File 'sig/types.rbs', line 284

def nsd_version
  @nsd_version
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


285
286
287
# File 'sig/types.rbs', line 285

def tags
  @tags
end

#vnf_pkg_ids::Array[::String]

Returns the value of attribute vnf_pkg_ids.

Returns:

  • (::Array[::String])


286
287
288
# File 'sig/types.rbs', line 286

def vnf_pkg_ids
  @vnf_pkg_ids
end