Class WorkloadCostEstimate
Estimated cost for a workload.
Implements
Inherited Members
Namespace: Google.Apis.Cloudbilling.v1beta.Data
Assembly: Google.Apis.Cloudbilling.v1beta.dll
Syntax
public class WorkloadCostEstimate : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
The name of the workload, as specified in the CostScenario
.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
SkuCostEstimates
Estimated costs for each SKU in the workload.
Declaration
[JsonProperty("skuCostEstimates")]
public virtual IList<SkuCostEstimate> SkuCostEstimates { get; set; }
Property Value
Type | Description |
---|---|
IList<SkuCostEstimate> |
WorkloadTotalCostEstimate
Total estimated costs for the workload.
Declaration
[JsonProperty("workloadTotalCostEstimate")]
public virtual CostEstimate WorkloadTotalCostEstimate { get; set; }
Property Value
Type | Description |
---|---|
CostEstimate |