Class NetworkPerformanceConfig
Configuration of all network bandwidth tiers
Implements
Inherited Members
Namespace: Google.Apis.Container.v1beta1.Data
Assembly: Google.Apis.Container.v1beta1.dll
Syntax
public class NetworkPerformanceConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExternalIpEgressBandwidthTier
Specifies the network bandwidth tier for the NodePool for traffic to external/public IP addresses.
Declaration
[JsonProperty("externalIpEgressBandwidthTier")]
public virtual string ExternalIpEgressBandwidthTier { get; set; }
Property Value
Type | Description |
---|---|
string |
TotalEgressBandwidthTier
Specifies the total network bandwidth tier for the NodePool.
Declaration
[JsonProperty("totalEgressBandwidthTier")]
public virtual string TotalEgressBandwidthTier { get; set; }
Property Value
Type | Description |
---|---|
string |