Show / Hide Table of Contents

Class WorkloadCostEstimate

Estimated cost for a workload.

Inheritance
object
WorkloadCostEstimate
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX