Show / Hide Table of Contents

Class IntraRegionEgress

Data transfer within the same region. When the source region and destination region are in the same zone, using internal IP addresses, there isn't any charge for data transfer.

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

Properties

ETag

The ETag of the item.

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

EgressRate

VM to VM data transfer usage. The expected are GiBy/s, By/s, and so on.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX