public sealed class NetworkPerformanceConfig : IMessage<NetworkPerformanceConfig>, IEquatable<NetworkPerformanceConfig>, IDeepCloneable<NetworkPerformanceConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup and DR Service v1 API class NetworkPerformanceConfig.
Network performance configuration.
Implements
IMessageNetworkPerformanceConfig, IEquatableNetworkPerformanceConfig, IDeepCloneableNetworkPerformanceConfig, IBufferMessage, IMessageNamespace
Google.Cloud.BackupDR.V1Assembly
Google.Cloud.BackupDR.V1.dll
Constructors
NetworkPerformanceConfig()
public NetworkPerformanceConfig()
NetworkPerformanceConfig(NetworkPerformanceConfig)
public NetworkPerformanceConfig(NetworkPerformanceConfig other)
Parameter | |
---|---|
Name | Description |
other |
NetworkPerformanceConfig |
Properties
HasTotalEgressBandwidthTier
public bool HasTotalEgressBandwidthTier { get; }
Gets whether the "total_egress_bandwidth_tier" field is set
Property Value | |
---|---|
Type | Description |
bool |
TotalEgressBandwidthTier
public NetworkPerformanceConfig.Types.Tier TotalEgressBandwidthTier { get; set; }
Optional. The tier of the total egress bandwidth.
Property Value | |
---|---|
Type | Description |
NetworkPerformanceConfigTypesTier |