Show / Hide Table of Contents

Class CloudCdnEgressWorkload

Specifies usage for Cloud CDN Data Transfer.

Inheritance
object
CloudCdnEgressWorkload
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX