Class CloudCdnEgressWorkload
Specifies usage for Cloud CDN Data Transfer.
Implements
Inherited Members
Namespace: Google.Apis.Cloudbilling.v1beta.Data
Assembly: Google.Apis.Cloudbilling.v1beta.dll
Syntax
public class CloudCdnEgressWorkload : IDirectResponseSchema
Properties
CacheEgressDestination
The destination for the cache data transfer.
Declaration
[JsonProperty("cacheEgressDestination")]
public virtual string CacheEgressDestination { get; set; }
Property Value
Type | Description |
---|---|
string |
CacheEgressRate
Cache data transfer usage. The rate of data cache transferred to the destination. Use units such as GiBy/s or TiBy/mo, based on The Unified Code for Units of Measure standard.
Declaration
[JsonProperty("cacheEgressRate")]
public virtual Usage CacheEgressRate { get; set; }
Property Value
Type | Description |
---|---|
Usage |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |