Class: TencentCloud::Postgres::V20170312::DescribeBackupDownloadRestrictionResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Postgres::V20170312::DescribeBackupDownloadRestrictionResponse
- Defined in:
- lib/v20170312/models.rb
Overview
DescribeBackupDownloadRestriction返回参数结构体
Instance Attribute Summary collapse
- #IpRestrictionEffect ⇒ Object
- #IpSet ⇒ Object
- #RequestId ⇒ Object
- #RestrictionType ⇒ Object
- #VpcIdSet ⇒ Object
- #VpcRestrictionEffect ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(restrictiontype = nil, vpcrestrictioneffect = nil, vpcidset = nil, iprestrictioneffect = nil, ipset = nil, requestid = nil) ⇒ DescribeBackupDownloadRestrictionResponse
constructor
A new instance of DescribeBackupDownloadRestrictionResponse.
Constructor Details
#initialize(restrictiontype = nil, vpcrestrictioneffect = nil, vpcidset = nil, iprestrictioneffect = nil, ipset = nil, requestid = nil) ⇒ DescribeBackupDownloadRestrictionResponse
Returns a new instance of DescribeBackupDownloadRestrictionResponse.
2463 2464 2465 2466 2467 2468 2469 2470 |
# File 'lib/v20170312/models.rb', line 2463 def initialize(restrictiontype=nil, vpcrestrictioneffect=nil, vpcidset=nil, iprestrictioneffect=nil, ipset=nil, requestid=nil) @RestrictionType = restrictiontype @VpcRestrictionEffect = vpcrestrictioneffect @VpcIdSet = vpcidset @IpRestrictionEffect = iprestrictioneffect @IpSet = ipset @RequestId = requestid end |
Instance Attribute Details
#IpRestrictionEffect ⇒ Object
2461 2462 2463 |
# File 'lib/v20170312/models.rb', line 2461 def IpRestrictionEffect @IpRestrictionEffect end |
#IpSet ⇒ Object
2461 2462 2463 |
# File 'lib/v20170312/models.rb', line 2461 def IpSet @IpSet end |
#RequestId ⇒ Object
2461 2462 2463 |
# File 'lib/v20170312/models.rb', line 2461 def RequestId @RequestId end |
#RestrictionType ⇒ Object
2461 2462 2463 |
# File 'lib/v20170312/models.rb', line 2461 def RestrictionType @RestrictionType end |
#VpcIdSet ⇒ Object
2461 2462 2463 |
# File 'lib/v20170312/models.rb', line 2461 def VpcIdSet @VpcIdSet end |
#VpcRestrictionEffect ⇒ Object
2461 2462 2463 |
# File 'lib/v20170312/models.rb', line 2461 def VpcRestrictionEffect @VpcRestrictionEffect end |
Instance Method Details
#deserialize(params) ⇒ Object
2472 2473 2474 2475 2476 2477 2478 2479 |
# File 'lib/v20170312/models.rb', line 2472 def deserialize(params) @RestrictionType = params['RestrictionType'] @VpcRestrictionEffect = params['VpcRestrictionEffect'] @VpcIdSet = params['VpcIdSet'] @IpRestrictionEffect = params['IpRestrictionEffect'] @IpSet = params['IpSet'] @RequestId = params['RequestId'] end |