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, accessgroupidmarker = nil) ⇒ DescribeAccessGroupsRequest

Returns a new instance of DescribeAccessGroupsRequest.



655
656
657
658
659
# File 'lib/v20201112/models.rb', line 655

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

Instance Attribute Details

#AccessGroupIdMarkerObject

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

Parameters:

  • VpcId:

    VPC网络ID

  • OwnerUin:

    资源所属者Uin

  • AccessGroupIdMarker:

    起始权限组ID标记



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

def AccessGroupIdMarker
  @AccessGroupIdMarker
end

#OwnerUinObject

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

Parameters:

  • VpcId:

    VPC网络ID

  • OwnerUin:

    资源所属者Uin

  • AccessGroupIdMarker:

    起始权限组ID标记



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

def OwnerUin
  @OwnerUin
end

#VpcIdObject

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

Parameters:

  • VpcId:

    VPC网络ID

  • OwnerUin:

    资源所属者Uin

  • AccessGroupIdMarker:

    起始权限组ID标记



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

def VpcId
  @VpcId
end

Instance Method Details

#deserialize(params) ⇒ Object



661
662
663
664
665
# File 'lib/v20201112/models.rb', line 661

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