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.
2520 2521 2522 2523 2524 2525 2526 2527 |
# File 'lib/v20170312/models.rb', line 2520 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
2518 2519 2520 |
# File 'lib/v20170312/models.rb', line 2518 def IpRestrictionEffect @IpRestrictionEffect end |
#IpSet ⇒ Object
2518 2519 2520 |
# File 'lib/v20170312/models.rb', line 2518 def IpSet @IpSet end |
#RequestId ⇒ Object
2518 2519 2520 |
# File 'lib/v20170312/models.rb', line 2518 def RequestId @RequestId end |
#RestrictionType ⇒ Object
2518 2519 2520 |
# File 'lib/v20170312/models.rb', line 2518 def RestrictionType @RestrictionType end |
#VpcIdSet ⇒ Object
2518 2519 2520 |
# File 'lib/v20170312/models.rb', line 2518 def VpcIdSet @VpcIdSet end |
#VpcRestrictionEffect ⇒ Object
2518 2519 2520 |
# File 'lib/v20170312/models.rb', line 2518 def VpcRestrictionEffect @VpcRestrictionEffect end |
Instance Method Details
#deserialize(params) ⇒ Object
2529 2530 2531 2532 2533 2534 2535 2536 |
# File 'lib/v20170312/models.rb', line 2529 def deserialize(params) @RestrictionType = params['RestrictionType'] @VpcRestrictionEffect = params['VpcRestrictionEffect'] @VpcIdSet = params['VpcIdSet'] @IpRestrictionEffect = params['IpRestrictionEffect'] @IpSet = params['IpSet'] @RequestId = params['RequestId'] end |