Class: TencentCloud::Cfw::V20190904::AcListsData
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfw::V20190904::AcListsData
- Defined in:
- lib/v20190904/models.rb
Overview
访问控制列表对象
Instance Attribute Summary collapse
-
#AutoTask ⇒ Object
1 有效 0 无效.
-
#City ⇒ Object
1 有效 0 无效.
-
#CloudCode ⇒ Object
1 有效 0 无效.
-
#Count ⇒ Object
1 有效 0 无效.
-
#Country ⇒ Object
1 有效 0 无效.
-
#Detail ⇒ Object
1 有效 0 无效.
-
#DstType ⇒ Object
1 有效 0 无效.
-
#Id ⇒ Object
1 有效 0 无效.
-
#InstanceName ⇒ Object
1 有效 0 无效.
-
#Invalid ⇒ Object
1 有效 0 无效.
-
#IsRegion ⇒ Object
1 有效 0 无效.
-
#LogId ⇒ Object
1 有效 0 无效.
-
#OrderIndex ⇒ Object
1 有效 0 无效.
-
#Port ⇒ Object
1 有效 0 无效.
-
#Protocol ⇒ Object
1 有效 0 无效.
-
#RegionCode ⇒ Object
1 有效 0 无效.
-
#RegName1 ⇒ Object
1 有效 0 无效.
-
#RegName2 ⇒ Object
1 有效 0 无效.
-
#SourceIp ⇒ Object
1 有效 0 无效.
-
#SrcType ⇒ Object
1 有效 0 无效.
-
#Status ⇒ Object
1 有效 0 无效.
-
#Strategy ⇒ Object
1 有效 0 无效.
-
#TargetIp ⇒ Object
1 有效 0 无效.
-
#Uuid ⇒ Object
1 有效 0 无效.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, sourceip = nil, targetip = nil, protocol = nil, port = nil, strategy = nil, detail = nil, count = nil, orderindex = nil, logid = nil, status = nil, srctype = nil, dsttype = nil, uuid = nil, invalid = nil, isregion = nil, cloudcode = nil, autotask = nil, instancename = nil, regioncode = nil, country = nil, city = nil, regname1 = nil, regname2 = nil) ⇒ AcListsData
constructor
A new instance of AcListsData.
Constructor Details
#initialize(id = nil, sourceip = nil, targetip = nil, protocol = nil, port = nil, strategy = nil, detail = nil, count = nil, orderindex = nil, logid = nil, status = nil, srctype = nil, dsttype = nil, uuid = nil, invalid = nil, isregion = nil, cloudcode = nil, autotask = nil, instancename = nil, regioncode = nil, country = nil, city = nil, regname1 = nil, regname2 = nil) ⇒ AcListsData
Returns a new instance of AcListsData.
75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 |
# File 'lib/v20190904/models.rb', line 75 def initialize(id=nil, sourceip=nil, targetip=nil, protocol=nil, port=nil, strategy=nil, detail=nil, count=nil, orderindex=nil, logid=nil, status=nil, srctype=nil, dsttype=nil, uuid=nil, invalid=nil, isregion=nil, cloudcode=nil, autotask=nil, instancename=nil, regioncode=nil, country=nil, city=nil, regname1=nil, regname2=nil) @Id = id @SourceIp = sourceip @TargetIp = targetip @Protocol = protocol @Port = port @Strategy = strategy @Detail = detail @Count = count @OrderIndex = orderindex @LogId = logid @Status = status @SrcType = srctype @DstType = dsttype @Uuid = uuid @Invalid = invalid @IsRegion = isregion @CloudCode = cloudcode @AutoTask = autotask @InstanceName = instancename @RegionCode = regioncode @Country = country @City = city @RegName1 = regname1 @RegName2 = regname2 end |
Instance Attribute Details
#AutoTask ⇒ Object
1 有效0 无效
73 74 75 |
# File 'lib/v20190904/models.rb', line 73 def AutoTask @AutoTask end |
#City ⇒ Object
1 有效0 无效
73 74 75 |
# File 'lib/v20190904/models.rb', line 73 def City @City end |
#CloudCode ⇒ Object
1 有效0 无效
73 74 75 |
# File 'lib/v20190904/models.rb', line 73 def CloudCode @CloudCode end |
#Count ⇒ Object
1 有效0 无效
73 74 75 |
# File 'lib/v20190904/models.rb', line 73 def Count @Count end |
#Country ⇒ Object
1 有效0 无效
73 74 75 |
# File 'lib/v20190904/models.rb', line 73 def Country @Country end |
#Detail ⇒ Object
1 有效0 无效
73 74 75 |
# File 'lib/v20190904/models.rb', line 73 def Detail @Detail end |
#DstType ⇒ Object
1 有效0 无效
73 74 75 |
# File 'lib/v20190904/models.rb', line 73 def DstType @DstType end |
#Id ⇒ Object
1 有效0 无效
73 74 75 |
# File 'lib/v20190904/models.rb', line 73 def Id @Id end |
#InstanceName ⇒ Object
1 有效0 无效
73 74 75 |
# File 'lib/v20190904/models.rb', line 73 def InstanceName @InstanceName end |
#Invalid ⇒ Object
1 有效0 无效
73 74 75 |
# File 'lib/v20190904/models.rb', line 73 def Invalid @Invalid end |
#IsRegion ⇒ Object
1 有效0 无效
73 74 75 |
# File 'lib/v20190904/models.rb', line 73 def IsRegion @IsRegion end |
#LogId ⇒ Object
1 有效0 无效
73 74 75 |
# File 'lib/v20190904/models.rb', line 73 def LogId @LogId end |
#OrderIndex ⇒ Object
1 有效0 无效
73 74 75 |
# File 'lib/v20190904/models.rb', line 73 def OrderIndex @OrderIndex end |
#Port ⇒ Object
1 有效0 无效
73 74 75 |
# File 'lib/v20190904/models.rb', line 73 def Port @Port end |
#Protocol ⇒ Object
1 有效0 无效
73 74 75 |
# File 'lib/v20190904/models.rb', line 73 def Protocol @Protocol end |
#RegionCode ⇒ Object
1 有效0 无效
73 74 75 |
# File 'lib/v20190904/models.rb', line 73 def RegionCode @RegionCode end |
#RegName1 ⇒ Object
1 有效0 无效
73 74 75 |
# File 'lib/v20190904/models.rb', line 73 def RegName1 @RegName1 end |
#RegName2 ⇒ Object
1 有效0 无效
73 74 75 |
# File 'lib/v20190904/models.rb', line 73 def RegName2 @RegName2 end |
#SourceIp ⇒ Object
1 有效0 无效
73 74 75 |
# File 'lib/v20190904/models.rb', line 73 def SourceIp @SourceIp end |
#SrcType ⇒ Object
1 有效0 无效
73 74 75 |
# File 'lib/v20190904/models.rb', line 73 def SrcType @SrcType end |
#Status ⇒ Object
1 有效0 无效
73 74 75 |
# File 'lib/v20190904/models.rb', line 73 def Status @Status end |
#Strategy ⇒ Object
1 有效0 无效
73 74 75 |
# File 'lib/v20190904/models.rb', line 73 def Strategy @Strategy end |
#TargetIp ⇒ Object
1 有效0 无效
73 74 75 |
# File 'lib/v20190904/models.rb', line 73 def TargetIp @TargetIp end |
#Uuid ⇒ Object
1 有效0 无效
73 74 75 |
# File 'lib/v20190904/models.rb', line 73 def Uuid @Uuid end |
Instance Method Details
#deserialize(params) ⇒ Object
102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 |
# File 'lib/v20190904/models.rb', line 102 def deserialize(params) @Id = params['Id'] @SourceIp = params['SourceIp'] @TargetIp = params['TargetIp'] @Protocol = params['Protocol'] @Port = params['Port'] @Strategy = params['Strategy'] @Detail = params['Detail'] @Count = params['Count'] @OrderIndex = params['OrderIndex'] @LogId = params['LogId'] @Status = params['Status'] @SrcType = params['SrcType'] @DstType = params['DstType'] @Uuid = params['Uuid'] @Invalid = params['Invalid'] @IsRegion = params['IsRegion'] @CloudCode = params['CloudCode'] @AutoTask = params['AutoTask'] @InstanceName = params['InstanceName'] @RegionCode = params['RegionCode'] @Country = params['Country'] @City = params['City'] @RegName1 = params['RegName1'] @RegName2 = params['RegName2'] end |