Class: TencentCloud::Dayu::V20180709::DeleteCCSelfDefinePolicyRequest

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

Overview

DeleteCCSelfDefinePolicy请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(business = nil, id = nil, setid = nil) ⇒ DeleteCCSelfDefinePolicyRequest

Returns a new instance of DeleteCCSelfDefinePolicyRequest.



1988
1989
1990
1991
1992
# File 'lib/v20180709/models.rb', line 1988

def initialize(business=nil, id=nil, setid=nil)
  @Business = business
  @Id = id
  @SetId = setid
end

Instance Attribute Details

#BusinessObject

Parameters:

  • Business:

    大禹子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版)

  • Id:

    资源ID

  • SetId:

    策略ID



1986
1987
1988
# File 'lib/v20180709/models.rb', line 1986

def Business
  @Business
end

#IdObject

Parameters:

  • Business:

    大禹子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版)

  • Id:

    资源ID

  • SetId:

    策略ID



1986
1987
1988
# File 'lib/v20180709/models.rb', line 1986

def Id
  @Id
end

#SetIdObject

Parameters:

  • Business:

    大禹子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版)

  • Id:

    资源ID

  • SetId:

    策略ID



1986
1987
1988
# File 'lib/v20180709/models.rb', line 1986

def SetId
  @SetId
end

Instance Method Details

#deserialize(params) ⇒ Object



1994
1995
1996
1997
1998
# File 'lib/v20180709/models.rb', line 1994

def deserialize(params)
  @Business = params['Business']
  @Id = params['Id']
  @SetId = params['SetId']
end