Show / Hide Table of Contents

Class CloudCdnWorkload

Specifies usage for Cloud CDN resources.

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

Properties

CacheFillOriginService

The source service for the cache fill.

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

CacheFillRate

Cache fill usage. The rate of data transferred between cache fill regions. For example: units such as "GiBy/s" or "TBy/mo".

Declaration
[JsonProperty("cacheFillRate")]
public virtual Usage CacheFillRate { get; set; }
Property Value
Type Description
Usage

CacheFillRegions

The regions where data is transferred from Google data locations into Google global cache servers. The SKU prices for cache fill across services are the same.

Declaration
[JsonProperty("cacheFillRegions")]
public virtual CacheFillRegions CacheFillRegions { get; set; }
Property Value
Type Description
CacheFillRegions

CacheLookUpRate

Cache look up requests. This is specified to indicate the number of requests. For example: units such as "1/s".

Declaration
[JsonProperty("cacheLookUpRate")]
public virtual Usage CacheLookUpRate { 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX