Class: TencentCloud::Postgres::V20170312::DescribeBackupDownloadRestrictionResponse

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

Overview

DescribeBackupDownloadRestriction返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(restrictiontype = nil, vpcrestrictioneffect = nil, vpcidset = nil, iprestrictioneffect = nil, ipset = nil, requestid = nil) ⇒ 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

#IpRestrictionEffectObject



2518
2519
2520
# File 'lib/v20170312/models.rb', line 2518

def IpRestrictionEffect
  @IpRestrictionEffect
end

#IpSetObject



2518
2519
2520
# File 'lib/v20170312/models.rb', line 2518

def IpSet
  @IpSet
end

#RequestIdObject



2518
2519
2520
# File 'lib/v20170312/models.rb', line 2518

def RequestId
  @RequestId
end

#RestrictionTypeObject



2518
2519
2520
# File 'lib/v20170312/models.rb', line 2518

def RestrictionType
  @RestrictionType
end

#VpcIdSetObject



2518
2519
2520
# File 'lib/v20170312/models.rb', line 2518

def VpcIdSet
  @VpcIdSet
end

#VpcRestrictionEffectObject



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