Simulation#

class Simulation(name=None, simulation_spec=None, ext_id=None, links=None, tenant_id=None, *args, **kwargs)#

Bases: ExternalizableAbstractModel

Simulation of a workload and its resource requirements.

Parameters:
  • name (min=1 chars, max=256 chars) – (name) Name of the resource used in a scenario.

  • simulation_spec – (simulation_spec)

property name#

Name of the resource used in a scenario.

Type:

str

property simulation_spec#
Type:

SimulatedVmResourceSpec

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model