Class: TencentCloud::Chdfs::V20201112::DescribeAccessGroupsRequest

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

Overview

DescribeAccessGroups请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(vpcid = nil, owneruin = nil) ⇒ DescribeAccessGroupsRequest

Returns a new instance of DescribeAccessGroupsRequest.



653
654
655
656
# File 'lib/v20201112/models.rb', line 653

def initialize(vpcid=nil, owneruin=nil)
  @VpcId = vpcid
  @OwnerUin = owneruin
end

Instance Attribute Details

#OwnerUinObject

备注:入参只能指定VpcId和OwnerUin的其中一个

Parameters:

  • VpcId:

    VPC网络ID

  • OwnerUin:

    资源所属者Uin



651
652
653
# File 'lib/v20201112/models.rb', line 651

def OwnerUin
  @OwnerUin
end

#VpcIdObject

备注:入参只能指定VpcId和OwnerUin的其中一个

Parameters:

  • VpcId:

    VPC网络ID

  • OwnerUin:

    资源所属者Uin



651
652
653
# File 'lib/v20201112/models.rb', line 651

def VpcId
  @VpcId
end

Instance Method Details

#deserialize(params) ⇒ Object



658
659
660
661
# File 'lib/v20201112/models.rb', line 658

def deserialize(params)
  @VpcId = params['VpcId']
  @OwnerUin = params['OwnerUin']
end