Class CloudStorageEgressWorkload
Specification of a network type. Network data transfer within Google Cloud applies when you move or copy data
from one Cloud Storage bucket to another or when another Google Cloud service accesses data in your Cloud
Storage bucket.This includes the network data transfer within Google Cloud and the general network usage. * If
transferring data between two regions, the source and destination fields are set to different values. For
example: source_continent
= "SOURCE_CONTINENT_ASIA_PACIFIC", destination_continent
=
"SOURCE_CONTINENT_SOUTH_AMERICA". * If transferring data within one region, the source and destination fields
are set to the same value. For example: source_continent
= "SOURCE_CONTINENT_ASIA_PACIFIC",
destination_continent
= "SOURCE_CONTINENT_ASIA_PACIFIC". Some examples for the Network data transfer traffic
type on the pricing page. * Data moves between different locations on the same continent. source_continent
=
"SOURCE_CONTINENT_ASIA_PACIFIC", destination_continent
= "SOURCE_CONTINENT_ASIA_PACIFIC". * Data moves between
different continents and neither is Australia. source_continent
= "SOURCE_CONTINENT_NORTH_AMERICA",
destination_continent
= "SOURCE_CONTINENT_ASIA_PACIFIC". * Data moves between different continents and one is
Australia. source_continent
= "SOURCE_CONTINENT_NORTH_AMERICA", destination_continent
=
"SOURCE_CONTINENT_AUSTRALIA".
Implements
Inherited Members
Namespace: Google.Apis.Cloudbilling.v1beta.Data
Assembly: Google.Apis.Cloudbilling.v1beta.dll
Syntax
public class CloudStorageEgressWorkload : IDirectResponseSchema
Properties
DestinationContinent
Where the data is sent to.
Declaration
[JsonProperty("destinationContinent")]
public virtual string DestinationContinent { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EgressRate
Data transfer usage rate. This usage applies when you move or copy data from one Cloud Storage bucket to another or when another Google Cloud service accesses data in your Cloud Storage bucket. The expected 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 |
SourceContinent
Where the data comes from.
Declaration
[JsonProperty("sourceContinent")]
public virtual string SourceContinent { get; set; }
Property Value
Type | Description |
---|---|
string |