Class CapacityConstraint
Represents the network information between workload placements.
Inheritance
CapacityConstraint
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class CapacityConstraint : IDirectResponseSchema
Properties
Declaration
[JsonProperty("constraintMetadata")]
public virtual string ConstraintMetadata { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
MaxSumGbps
Weighted sum of BandwidthTerms (each term is coefficient * term) must be less than or equal to max_sum.
Declaration
[JsonProperty("maxSumGbps")]
public virtual double? MaxSumGbps { get; set; }
Property Value
Terms
Declaration
[JsonProperty("terms")]
public virtual IList<CapacityConstraintConstraintTerm> Terms { get; set; }
Property Value
Implements