Class: TencentCloud::Cwp::V20180228::BanWhiteList
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::BanWhiteList
- Defined in:
- lib/v20180228/models.rb
Overview
阻断白名单规则
Instance Attribute Summary collapse
- #CreateTime ⇒ Object
- #Id ⇒ Object
- #IsGlobal ⇒ Object
- #ModifyTime ⇒ Object
- #Quuids ⇒ Object
- #Remark ⇒ Object
- #SrcIp ⇒ Object
- #Uuid ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, remark = nil, srcip = nil, modifytime = nil, createtime = nil, uuid = nil, isglobal = nil, quuids = nil) ⇒ BanWhiteList
constructor
A new instance of BanWhiteList.
Constructor Details
#initialize(id = nil, remark = nil, srcip = nil, modifytime = nil, createtime = nil, uuid = nil, isglobal = nil, quuids = nil) ⇒ BanWhiteList
Returns a new instance of BanWhiteList.
2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 |
# File 'lib/v20180228/models.rb', line 2724 def initialize(id=nil, remark=nil, srcip=nil, modifytime=nil, createtime=nil, uuid=nil, isglobal=nil, quuids=nil) @Id = id @Remark = remark @SrcIp = srcip @ModifyTime = modifytime @CreateTime = createtime @Uuid = uuid @IsGlobal = isglobal @Quuids = quuids end |
Instance Attribute Details
#CreateTime ⇒ Object
2722 2723 2724 |
# File 'lib/v20180228/models.rb', line 2722 def CreateTime @CreateTime end |
#Id ⇒ Object
2722 2723 2724 |
# File 'lib/v20180228/models.rb', line 2722 def Id @Id end |
#IsGlobal ⇒ Object
2722 2723 2724 |
# File 'lib/v20180228/models.rb', line 2722 def IsGlobal @IsGlobal end |
#ModifyTime ⇒ Object
2722 2723 2724 |
# File 'lib/v20180228/models.rb', line 2722 def ModifyTime @ModifyTime end |
#Quuids ⇒ Object
2722 2723 2724 |
# File 'lib/v20180228/models.rb', line 2722 def Quuids @Quuids end |
#Remark ⇒ Object
2722 2723 2724 |
# File 'lib/v20180228/models.rb', line 2722 def Remark @Remark end |
#SrcIp ⇒ Object
2722 2723 2724 |
# File 'lib/v20180228/models.rb', line 2722 def SrcIp @SrcIp end |
#Uuid ⇒ Object
2722 2723 2724 |
# File 'lib/v20180228/models.rb', line 2722 def Uuid @Uuid end |
Instance Method Details
#deserialize(params) ⇒ Object
2735 2736 2737 2738 2739 2740 2741 2742 2743 2744 |
# File 'lib/v20180228/models.rb', line 2735 def deserialize(params) @Id = params['Id'] @Remark = params['Remark'] @SrcIp = params['SrcIp'] @ModifyTime = params['ModifyTime'] @CreateTime = params['CreateTime'] @Uuid = params['Uuid'] @IsGlobal = params['IsGlobal'] @Quuids = params['Quuids'] end |