JFIF  x x C         C     "        } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz        w !1AQ aq"2B #3Rbr{ gilour

File "NetworkPerformanceConfig.php"

Full Path: /home/palsarh/web/palsarh.in/public_html/vendor/google/apiclient-services/src/Backupdr/NetworkPerformanceConfig.php
File size: 1.82 KB
MIME-type: text/x-php
Charset: utf-8

<?php
/*
 * Copyright 2014 Google Inc.
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not
 * use this file except in compliance with the License. You may obtain a copy of
 * the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 * License for the specific language governing permissions and limitations under
 * the License.
 */

namespace Google\Service\Backupdr;

class NetworkPerformanceConfig extends \Google\Model
{
  /**
   * This value is unused.
   */
  public const TOTAL_EGRESS_BANDWIDTH_TIER_TIER_UNSPECIFIED = 'TIER_UNSPECIFIED';
  /**
   * Default network performance config.
   */
  public const TOTAL_EGRESS_BANDWIDTH_TIER_DEFAULT = 'DEFAULT';
  /**
   * Tier 1 network performance config.
   */
  public const TOTAL_EGRESS_BANDWIDTH_TIER_TIER_1 = 'TIER_1';
  /**
   * Optional. The tier of the total egress bandwidth.
   *
   * @var string
   */
  public $totalEgressBandwidthTier;

  /**
   * Optional. The tier of the total egress bandwidth.
   *
   * Accepted values: TIER_UNSPECIFIED, DEFAULT, TIER_1
   *
   * @param self::TOTAL_EGRESS_BANDWIDTH_TIER_* $totalEgressBandwidthTier
   */
  public function setTotalEgressBandwidthTier($totalEgressBandwidthTier)
  {
    $this->totalEgressBandwidthTier = $totalEgressBandwidthTier;
  }
  /**
   * @return self::TOTAL_EGRESS_BANDWIDTH_TIER_*
   */
  public function getTotalEgressBandwidthTier()
  {
    return $this->totalEgressBandwidthTier;
  }
}

// Adding a class alias for backwards compatibility with the previous class name.
class_alias(NetworkPerformanceConfig::class, 'Google_Service_Backupdr_NetworkPerformanceConfig');