Show / Hide Table of Contents

Class CapacityConstraintConstraintTerm

Inheritance
object
CapacityConstraintConstraintTerm
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.alpha.Data
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
Type Description
double?

DestinationNode

Declaration
[JsonProperty("destinationNode")]
public virtual PlacementLocation DestinationNode { get; set; }
Property Value
Type Description
PlacementLocation

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

SourceNode

Source and destination nodes.

Declaration
[JsonProperty("sourceNode")]
public virtual PlacementLocation SourceNode { get; set; }
Property Value
Type Description
PlacementLocation

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX