Class: TencentCloud::Gaap::V20180529::SupportFeature

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180529/models.rb

Overview

加速区域支持的能力,包括支持的网络类型等等。

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(networktype = nil) ⇒ SupportFeature

Returns a new instance of SupportFeature.



7561
7562
7563
# File 'lib/v20180529/models.rb', line 7561

def initialize(networktype=nil)
  @NetworkType = networktype
end

Instance Attribute Details

#NetworkTypeObject

Parameters:

  • NetworkType:

    接入区域支持的网络类型列表,normal表示支持常规BGP,cn2表示精品BGP,triple表示三网,secure_eip表示定制安全eip。



7559
7560
7561
# File 'lib/v20180529/models.rb', line 7559

def NetworkType
  @NetworkType
end

Instance Method Details

#deserialize(params) ⇒ Object



7565
7566
7567
# File 'lib/v20180529/models.rb', line 7565

def deserialize(params)
  @NetworkType = params['NetworkType']
end