tencentcloud-sdk-cwp 3.0.666 → 3.0.667
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180228/models.rb +7 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 76d08dff54fd919f93db94cd0a7a16959963fd62
|
|
4
|
+
data.tar.gz: cf518ede1f6d695c05851522db8e4409134cee0c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1480e10df18ca019d9d298bb60b66dcb5fc99346e67f98fdcb5a8b10e0b95f20942426bc23b649c6a5ea6cb944fa265dd9ed059b69679fd674b0be1228146de8
|
|
7
|
+
data.tar.gz: 47dcfe9cb0206e07c3c2c68baf2a5a578f3bd303e5524299077344280b356705f1bd6bd7db17acae4e0a881e52606e89913a1006c6ce5bbabc82a9ff0276e263
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.667
|
data/lib/v20180228/models.rb
CHANGED
|
@@ -782,10 +782,12 @@ module TencentCloud
|
|
|
782
782
|
|
|
783
783
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
784
784
|
# @type MachineExtraInfo: :class:`Tencentcloud::Cwp.v20180228.models.MachineExtraInfo`
|
|
785
|
+
# @param IsAutoRun: 开机自启动[0:否|1:是]
|
|
786
|
+
# @type IsAutoRun: Integer
|
|
785
787
|
|
|
786
|
-
attr_accessor :Name, :Type, :Status, :User, :Path, :MachineIp, :MachineName, :OsInfo, :Quuid, :Uuid, :UpdateTime, :FirstTime, :IsNew, :MachineWanIp, :MachineExtraInfo
|
|
788
|
+
attr_accessor :Name, :Type, :Status, :User, :Path, :MachineIp, :MachineName, :OsInfo, :Quuid, :Uuid, :UpdateTime, :FirstTime, :IsNew, :MachineWanIp, :MachineExtraInfo, :IsAutoRun
|
|
787
789
|
|
|
788
|
-
def initialize(name=nil, type=nil, status=nil, user=nil, path=nil, machineip=nil, machinename=nil, osinfo=nil, quuid=nil, uuid=nil, updatetime=nil, firsttime=nil, isnew=nil, machinewanip=nil, machineextrainfo=nil)
|
|
790
|
+
def initialize(name=nil, type=nil, status=nil, user=nil, path=nil, machineip=nil, machinename=nil, osinfo=nil, quuid=nil, uuid=nil, updatetime=nil, firsttime=nil, isnew=nil, machinewanip=nil, machineextrainfo=nil, isautorun=nil)
|
|
789
791
|
@Name = name
|
|
790
792
|
@Type = type
|
|
791
793
|
@Status = status
|
|
@@ -801,6 +803,7 @@ module TencentCloud
|
|
|
801
803
|
@IsNew = isnew
|
|
802
804
|
@MachineWanIp = machinewanip
|
|
803
805
|
@MachineExtraInfo = machineextrainfo
|
|
806
|
+
@IsAutoRun = isautorun
|
|
804
807
|
end
|
|
805
808
|
|
|
806
809
|
def deserialize(params)
|
|
@@ -822,6 +825,7 @@ module TencentCloud
|
|
|
822
825
|
@MachineExtraInfo = MachineExtraInfo.new
|
|
823
826
|
@MachineExtraInfo.deserialize(params['MachineExtraInfo'])
|
|
824
827
|
end
|
|
828
|
+
@IsAutoRun = params['IsAutoRun']
|
|
825
829
|
end
|
|
826
830
|
end
|
|
827
831
|
|
|
@@ -6748,6 +6752,7 @@ module TencentCloud
|
|
|
6748
6752
|
# <li>IpOrAlias - String - 是否必填:否 - 主机ip或别名筛选</li>
|
|
6749
6753
|
# <li>Name- string - 是否必填:否 - 包名</li>
|
|
6750
6754
|
# <li>User- string - 是否必填:否 - 用户</li>
|
|
6755
|
+
# <li>IsAutoRun - string - 是否必填:否 - 是否开机自启动:0否,1是</li>
|
|
6751
6756
|
# <li>Status- string - 是否必填:否 - 默认启用状态:0未启用, 1启用 仅linux</li>
|
|
6752
6757
|
# <li>Type- string - 是否必填:否 - 类型:类型 仅windows:
|
|
6753
6758
|
# 1:编码器
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-cwp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.667
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-09-
|
|
11
|
+
date: 2023-09-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|