| Package | Description |
|---|---|
| com.google.api.services.compute.model |
| Modifier and Type | Method and Description |
|---|---|
CapacityConstraint |
CapacityConstraint.clone() |
CapacityConstraint |
CapacityConstraint.set(String fieldName,
Object value) |
CapacityConstraint |
CapacityConstraint.setConstraintMetadata(String constraintMetadata) |
CapacityConstraint |
CapacityConstraint.setMaxSumGbps(Double maxSumGbps)
Weighted sum of BandwidthTerms (each term is coefficient * term) must be less than or equal to
max_sum.
|
CapacityConstraint |
CapacityConstraint.setTerms(List<CapacityConstraintConstraintTerm> terms) |
| Modifier and Type | Method and Description |
|---|---|
List<CapacityConstraint> |
GetNetworkCapacityConstraintsResponse.getCapacityConstraints()
Set of capacity constraints that describe network adjacency.
|
| Modifier and Type | Method and Description |
|---|---|
GetNetworkCapacityConstraintsResponse |
GetNetworkCapacityConstraintsResponse.setCapacityConstraints(List<CapacityConstraint> capacityConstraints)
Set of capacity constraints that describe network adjacency.
|
Copyright © 2011–2023 Google. All rights reserved.