4using System.Collections.Generic;
5using System.Runtime.Serialization;
12 #region APIResource Interface Members
25 [
Obsolete(
"No % progress is available on the server. Use .PollUntilReady() to await for completion.")]
28 #endregion APIResource Interface Members
30 #region Public Properties
68 #endregion Public Properties
Describes a collection of resources which can be listed.
Base class for a StoredAPIResource that has a "status" property and corresponding "status_message" wh...
A configuration of resources used to simulate a layer or portfolio.
bool yelt_loss_set_simulation_filtering
Filter occurrences contained in a YELT Loss Set based on the occurrences defined in the SimGrid (ARE-...
static readonly string CLASS_COLLECTION_NAME
The collection endpoint at which resources of this type reside on the server.
IReference< ExchangeRates.ExchangeRateProfile > exchange_rate_profile
The ExchangeRateProfile to use to get rates.
bool round_sequences
Round sequences to the nearest second.
IReference< Simulation > simulation
The Simulation to run.
Perspective default_perspective
Determines what the default Metrics.Context.perspective will be if no specific Perspective is request...
List< IReference< LossFilter > > loss_filters
The LossFilters to bucket simulation results in.
List< IReference< EventCatalog > > event_catalogs
The EventCatalogs to use during this simulation.
AnalysisProfile()
Construct a new AnalysisProfile with empty loss_filters and event_catalogs lists.
override string collection_name
The collection endpoint at which resources of this type reside on the server.
double progress
Obsolete - Maintained for backwards-compatibility purposes. Was meant to display the progress in proc...
Indicates that the property, if left null, will be given a default value by the server corresponding ...
The loss perspective determines what factors to include when computing a distribution.
Base interface for all reference entities.