Class: TencentCloud::Waf::V20180125::DescribeSpartaProtectionInfoResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::DescribeSpartaProtectionInfoResponse
- Defined in:
- lib/v20180125/models.rb
Overview
DescribeSpartaProtectionInfo返回参数结构体
Instance Attribute Summary collapse
-
#Anycast ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Cert ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#CertType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Cname ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Domain ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#DomainId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Engine ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#GrayAreas ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#HttpsRewrite ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#HttpsUpstreamPort ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#IsCdn ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#IsGray ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#IsHttp2 ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#IsKeepAlive ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#IsWebsocket ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Level ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#LoadBalance ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Mode ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Ports ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#PrivateKey ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#SrcList ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Sslid ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Status ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#UpstreamDomain ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#UpstreamScheme ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#UpstreamType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(domain = nil, domainid = nil, cname = nil, status = nil, srclist = nil, certtype = nil, cert = nil, privatekey = nil, sslid = nil, iscdn = nil, grayareas = nil, engine = nil, httpsrewrite = nil, upstreamtype = nil, upstreamdomain = nil, upstreamscheme = nil, ishttp2 = nil, iswebsocket = nil, loadbalance = nil, httpsupstreamport = nil, ports = nil, isgray = nil, mode = nil, level = nil, iskeepalive = nil, anycast = nil, requestid = nil) ⇒ DescribeSpartaProtectionInfoResponse
constructor
A new instance of DescribeSpartaProtectionInfoResponse.
Constructor Details
#initialize(domain = nil, domainid = nil, cname = nil, status = nil, srclist = nil, certtype = nil, cert = nil, privatekey = nil, sslid = nil, iscdn = nil, grayareas = nil, engine = nil, httpsrewrite = nil, upstreamtype = nil, upstreamdomain = nil, upstreamscheme = nil, ishttp2 = nil, iswebsocket = nil, loadbalance = nil, httpsupstreamport = nil, ports = nil, isgray = nil, mode = nil, level = nil, iskeepalive = nil, anycast = nil, requestid = nil) ⇒ DescribeSpartaProtectionInfoResponse
Returns a new instance of DescribeSpartaProtectionInfoResponse.
6293 6294 6295 6296 6297 6298 6299 6300 6301 6302 6303 6304 6305 6306 6307 6308 6309 6310 6311 6312 6313 6314 6315 6316 6317 6318 6319 6320 6321 |
# File 'lib/v20180125/models.rb', line 6293 def initialize(domain=nil, domainid=nil, cname=nil, status=nil, srclist=nil, certtype=nil, cert=nil, privatekey=nil, sslid=nil, iscdn=nil, grayareas=nil, engine=nil, httpsrewrite=nil, upstreamtype=nil, upstreamdomain=nil, upstreamscheme=nil, ishttp2=nil, iswebsocket=nil, loadbalance=nil, httpsupstreamport=nil, ports=nil, isgray=nil, mode=nil, level=nil, iskeepalive=nil, anycast=nil, requestid=nil) @Domain = domain @DomainId = domainid @Cname = cname @Status = status @SrcList = srclist @CertType = certtype @Cert = cert @PrivateKey = privatekey @Sslid = sslid @IsCdn = iscdn @GrayAreas = grayareas @Engine = engine @HttpsRewrite = httpsrewrite @UpstreamType = upstreamtype @UpstreamDomain = upstreamdomain @UpstreamScheme = upstreamscheme @IsHttp2 = ishttp2 @IsWebsocket = iswebsocket @LoadBalance = loadbalance @HttpsUpstreamPort = httpsupstreamport @Ports = ports @IsGray = isgray @Mode = mode @Level = level @IsKeepAlive = iskeepalive @Anycast = anycast @RequestId = requestid end |
Instance Attribute Details
#Anycast ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6291 6292 6293 |
# File 'lib/v20180125/models.rb', line 6291 def Anycast @Anycast end |
#Cert ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6291 6292 6293 |
# File 'lib/v20180125/models.rb', line 6291 def Cert @Cert end |
#CertType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6291 6292 6293 |
# File 'lib/v20180125/models.rb', line 6291 def CertType @CertType end |
#Cname ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6291 6292 6293 |
# File 'lib/v20180125/models.rb', line 6291 def Cname @Cname end |
#Domain ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6291 6292 6293 |
# File 'lib/v20180125/models.rb', line 6291 def Domain @Domain end |
#DomainId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6291 6292 6293 |
# File 'lib/v20180125/models.rb', line 6291 def DomainId @DomainId end |
#Engine ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6291 6292 6293 |
# File 'lib/v20180125/models.rb', line 6291 def Engine @Engine end |
#GrayAreas ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6291 6292 6293 |
# File 'lib/v20180125/models.rb', line 6291 def GrayAreas @GrayAreas end |
#HttpsRewrite ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6291 6292 6293 |
# File 'lib/v20180125/models.rb', line 6291 def HttpsRewrite @HttpsRewrite end |
#HttpsUpstreamPort ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6291 6292 6293 |
# File 'lib/v20180125/models.rb', line 6291 def HttpsUpstreamPort @HttpsUpstreamPort end |
#IsCdn ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6291 6292 6293 |
# File 'lib/v20180125/models.rb', line 6291 def IsCdn @IsCdn end |
#IsGray ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6291 6292 6293 |
# File 'lib/v20180125/models.rb', line 6291 def IsGray @IsGray end |
#IsHttp2 ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6291 6292 6293 |
# File 'lib/v20180125/models.rb', line 6291 def IsHttp2 @IsHttp2 end |
#IsKeepAlive ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6291 6292 6293 |
# File 'lib/v20180125/models.rb', line 6291 def IsKeepAlive @IsKeepAlive end |
#IsWebsocket ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6291 6292 6293 |
# File 'lib/v20180125/models.rb', line 6291 def IsWebsocket @IsWebsocket end |
#Level ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6291 6292 6293 |
# File 'lib/v20180125/models.rb', line 6291 def Level @Level end |
#LoadBalance ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6291 6292 6293 |
# File 'lib/v20180125/models.rb', line 6291 def LoadBalance @LoadBalance end |
#Mode ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6291 6292 6293 |
# File 'lib/v20180125/models.rb', line 6291 def Mode @Mode end |
#Ports ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6291 6292 6293 |
# File 'lib/v20180125/models.rb', line 6291 def Ports @Ports end |
#PrivateKey ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6291 6292 6293 |
# File 'lib/v20180125/models.rb', line 6291 def PrivateKey @PrivateKey end |
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6291 6292 6293 |
# File 'lib/v20180125/models.rb', line 6291 def RequestId @RequestId end |
#SrcList ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6291 6292 6293 |
# File 'lib/v20180125/models.rb', line 6291 def SrcList @SrcList end |
#Sslid ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6291 6292 6293 |
# File 'lib/v20180125/models.rb', line 6291 def Sslid @Sslid end |
#Status ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6291 6292 6293 |
# File 'lib/v20180125/models.rb', line 6291 def Status @Status end |
#UpstreamDomain ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6291 6292 6293 |
# File 'lib/v20180125/models.rb', line 6291 def UpstreamDomain @UpstreamDomain end |
#UpstreamScheme ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6291 6292 6293 |
# File 'lib/v20180125/models.rb', line 6291 def UpstreamScheme @UpstreamScheme end |
#UpstreamType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6291 6292 6293 |
# File 'lib/v20180125/models.rb', line 6291 def UpstreamType @UpstreamType end |
Instance Method Details
#deserialize(params) ⇒ Object
6323 6324 6325 6326 6327 6328 6329 6330 6331 6332 6333 6334 6335 6336 6337 6338 6339 6340 6341 6342 6343 6344 6345 6346 6347 6348 6349 6350 6351 6352 6353 6354 6355 6356 6357 6358 |
# File 'lib/v20180125/models.rb', line 6323 def deserialize(params) @Domain = params['Domain'] @DomainId = params['DomainId'] @Cname = params['Cname'] @Status = params['Status'] @SrcList = params['SrcList'] @CertType = params['CertType'] @Cert = params['Cert'] @PrivateKey = params['PrivateKey'] @Sslid = params['Sslid'] @IsCdn = params['IsCdn'] @GrayAreas = params['GrayAreas'] @Engine = params['Engine'] @HttpsRewrite = params['HttpsRewrite'] @UpstreamType = params['UpstreamType'] @UpstreamDomain = params['UpstreamDomain'] @UpstreamScheme = params['UpstreamScheme'] @IsHttp2 = params['IsHttp2'] @IsWebsocket = params['IsWebsocket'] @LoadBalance = params['LoadBalance'] @HttpsUpstreamPort = params['HttpsUpstreamPort'] unless params['Ports'].nil? @Ports = [] params['Ports'].each do |i| portitem_tmp = PortItem.new portitem_tmp.deserialize(i) @Ports << portitem_tmp end end @IsGray = params['IsGray'] @Mode = params['Mode'] @Level = params['Level'] @IsKeepAlive = params['IsKeepAlive'] @Anycast = params['Anycast'] @RequestId = params['RequestId'] end |