Backup and DR Service v1 API - Class NetworkPerformanceConfig (2.0.0)

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.

Inheritance

object > NetworkPerformanceConfig

Namespace

Google.Cloud.BackupDR.V1

Assembly

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