Class: Google::Cloud::BackupDR::V1::NetworkPerformanceConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/backupdr/v1/backupvault_gce.rb

Overview

Network performance configuration.

Defined Under Namespace

Modules: Tier

Instance Attribute Summary collapse

Instance Attribute Details

#total_egress_bandwidth_tier::Google::Cloud::BackupDR::V1::NetworkPerformanceConfig::Tier

Returns Optional. The tier of the total egress bandwidth.

Returns:



497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
# File 'proto_docs/google/cloud/backupdr/v1/backupvault_gce.rb', line 497

class NetworkPerformanceConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Network performance tier.
  module Tier
    # This value is unused.
    TIER_UNSPECIFIED = 0

    # Default network performance config.
    DEFAULT = 1

    # Tier 1 network performance config.
    TIER_1 = 2
  end
end