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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8f2c4d3fe09db322594f79ec46a3308a8a5b30cf
4
- data.tar.gz: 99209f9ac9e35f066cee5db1159663eb5c1c4a2a
3
+ metadata.gz: 76d08dff54fd919f93db94cd0a7a16959963fd62
4
+ data.tar.gz: cf518ede1f6d695c05851522db8e4409134cee0c
5
5
  SHA512:
6
- metadata.gz: 4ba53a3f12d7ace52b7a4aa7269f5625477384659b9a4d10ac4bb1f688b0b180cc92a08c9110033a7c953428c2ba65a30806efdf33fda41c3d22ca5b7db0425b
7
- data.tar.gz: f0c216b606fdc61678445110520951eb97226047ca27328edff06afb2f32268d44ff216e4ed9f664ca11757245562cd6582ce6180440f618f840e4871d1a3123
6
+ metadata.gz: 1480e10df18ca019d9d298bb60b66dcb5fc99346e67f98fdcb5a8b10e0b95f20942426bc23b649c6a5ea6cb944fa265dd9ed059b69679fd674b0be1228146de8
7
+ data.tar.gz: 47dcfe9cb0206e07c3c2c68baf2a5a578f3bd303e5524299077344280b356705f1bd6bd7db17acae4e0a881e52606e89913a1006c6ce5bbabc82a9ff0276e263
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.666
1
+ 3.0.667
@@ -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.666
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-25 00:00:00.000000000 Z
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