Show / Hide Table of Contents

Class CapacityConstraint

Represents the network information between workload placements.

Inheritance
object
CapacityConstraint
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 CapacityConstraint : IDirectResponseSchema

Properties

ConstraintMetadata

Declaration
[JsonProperty("constraintMetadata")]
public virtual string ConstraintMetadata { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

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
Type Description
double?

Terms

Declaration
[JsonProperty("terms")]
public virtual IList<CapacityConstraintConstraintTerm> Terms { get; set; }
Property Value
Type Description
IList<CapacityConstraintConstraintTerm>

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX