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.
Implements
Inherited Members
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 |