Show / Hide Table of Contents

Class CloudInterconnectEgressWorkload

Includes the estimate for Interconnect Data Transfer only. To specify usage for data transfer between VMs and internet end-points, use the Standard Tier Internet Data Transfer interface.

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

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EgressRate

Outbound data transfer usage. This usage applies when you move or copy data from one Google Cloud service to another service. The units are GiBy/s, By/s, and so on, based on The Unified Code for Units of Measure standard.

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

InterconnectConnectionLocation

Locations in the Interconnect connection location table. These are the Interconnect Data Transfer charges.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX