Class CapacityConstraintConstraintTerm
Inheritance
CapacityConstraintConstraintTerm
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class CapacityConstraintConstraintTerm : IDirectResponseSchema
Properties
Coefficient
Coefficient of this term in the linear expression. The value of the term will be coefficient * (demand from
src to dst in Gbps).
Declaration
[JsonProperty("coefficient")]
public virtual double? Coefficient { get; set; }
Property Value
DestinationNode
Declaration
[JsonProperty("destinationNode")]
public virtual PlacementLocation DestinationNode { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
SourceNode
Source and destination nodes.
Declaration
[JsonProperty("sourceNode")]
public virtual PlacementLocation SourceNode { get; set; }
Property Value
Implements