C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
BackAllocatedLayer.cs
Go to the documentation of this file.
1using System.Runtime.Serialization;
3
4namespace AnalyzeRe.Layers
5{
17 {
20 [DataMember(Order = 20)]
21 [NotNull]
22 public IReference<ILayerSource> sink { get; set; }
23
34 [DataMember(Order = 21)]
35 [NotNull]
36 [NotEmpty]
37 public string source_id { get; set; }
38 }
39}
Abstract representation of a layer. This resource type cannot be instantiated instead derived resourc...
Definition Layer.cs:12
Acts as a replacement for IAPIResourceView.back_allocations. Computes the proportion of some sink str...
string source_id
The id of the nested resource to back-allocate to. This can either be the id of a loss set that acts ...
IReference< ILayerSource > sink
A layer_view or layer reference, or inlined layer definition that is to be back-allocated.
Base interface for all reference entities.