Class: Aws::Types::ListSolNetworkPackageInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


464
465
466
# File 'sig/types.rbs', line 464

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


465
466
467
# File 'sig/types.rbs', line 465

def id
  @id
end

#metadataTypes::ListSolNetworkPackageMetadata

Returns the value of attribute metadata.



466
467
468
# File 'sig/types.rbs', line 466

def 
  @metadata
end

#nsd_designer::String

Returns the value of attribute nsd_designer.

Returns:

  • (::String)


467
468
469
# File 'sig/types.rbs', line 467

def nsd_designer
  @nsd_designer
end

#nsd_id::String

Returns the value of attribute nsd_id.

Returns:

  • (::String)


468
469
470
# File 'sig/types.rbs', line 468

def nsd_id
  @nsd_id
end

#nsd_invariant_id::String

Returns the value of attribute nsd_invariant_id.

Returns:

  • (::String)


469
470
471
# File 'sig/types.rbs', line 469

def nsd_invariant_id
  @nsd_invariant_id
end

#nsd_name::String

Returns the value of attribute nsd_name.

Returns:

  • (::String)


470
471
472
# File 'sig/types.rbs', line 470

def nsd_name
  @nsd_name
end

#nsd_onboarding_state"CREATED", ...

Returns the value of attribute nsd_onboarding_state.

Returns:

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


471
472
473
# File 'sig/types.rbs', line 471

def nsd_onboarding_state
  @nsd_onboarding_state
end

#nsd_operational_state"ENABLED", "DISABLED"

Returns the value of attribute nsd_operational_state.

Returns:

  • ("ENABLED", "DISABLED")


472
473
474
# File 'sig/types.rbs', line 472

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")


473
474
475
# File 'sig/types.rbs', line 473

def nsd_usage_state
  @nsd_usage_state
end

#nsd_version::String

Returns the value of attribute nsd_version.

Returns:

  • (::String)


474
475
476
# File 'sig/types.rbs', line 474

def nsd_version
  @nsd_version
end

#vnf_pkg_ids::Array[::String]

Returns the value of attribute vnf_pkg_ids.

Returns:

  • (::Array[::String])


475
476
477
# File 'sig/types.rbs', line 475

def vnf_pkg_ids
  @vnf_pkg_ids
end