Class: TencentCloud::Oceanus::V20190422::ClusterSession
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Oceanus::V20190422::ClusterSession
- Defined in:
- lib/v20190422/models.rb
Overview
session集群信息
Instance Attribute Summary collapse
-
#AppId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#ClusterGroupSerialId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#CreateTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#CreatorUin ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#CuNum ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#FlinkVersion ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#JobManagerCpu ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#JobManagerCuSpec ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#JobManagerMem ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#OwnerUin ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Properties ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Region ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#ResourceRefs ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Status ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#TaskManagerCpu ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#TaskManagerCuSpec ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#TaskManagerMem ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#TaskManagerNum ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#UpdateTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#WebUIUrl ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Zone ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(clustergroupserialid = nil, appid = nil, owneruin = nil, creatoruin = nil, region = nil, zone = nil, status = nil, cunum = nil, flinkversion = nil, webuiurl = nil, properties = nil, resourcerefs = nil, jobmanagercuspec = nil, taskmanagercuspec = nil, taskmanagernum = nil, createtime = nil, updatetime = nil, jobmanagercpu = nil, jobmanagermem = nil, taskmanagercpu = nil, taskmanagermem = nil) ⇒ ClusterSession
constructor
A new instance of ClusterSession.
Constructor Details
#initialize(clustergroupserialid = nil, appid = nil, owneruin = nil, creatoruin = nil, region = nil, zone = nil, status = nil, cunum = nil, flinkversion = nil, webuiurl = nil, properties = nil, resourcerefs = nil, jobmanagercuspec = nil, taskmanagercuspec = nil, taskmanagernum = nil, createtime = nil, updatetime = nil, jobmanagercpu = nil, jobmanagermem = nil, taskmanagercpu = nil, taskmanagermem = nil) ⇒ ClusterSession
Returns a new instance of ClusterSession.
666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 |
# File 'lib/v20190422/models.rb', line 666 def initialize(clustergroupserialid=nil, appid=nil, owneruin=nil, creatoruin=nil, region=nil, zone=nil, status=nil, cunum=nil, flinkversion=nil, webuiurl=nil, properties=nil, resourcerefs=nil, jobmanagercuspec=nil, taskmanagercuspec=nil, taskmanagernum=nil, createtime=nil, updatetime=nil, jobmanagercpu=nil, jobmanagermem=nil, taskmanagercpu=nil, taskmanagermem=nil) @ClusterGroupSerialId = clustergroupserialid @AppId = appid @OwnerUin = owneruin @CreatorUin = creatoruin @Region = region @Zone = zone @Status = status @CuNum = cunum @FlinkVersion = flinkversion @WebUIUrl = webuiurl @Properties = properties @ResourceRefs = resourcerefs @JobManagerCuSpec = jobmanagercuspec @TaskManagerCuSpec = taskmanagercuspec @TaskManagerNum = taskmanagernum @CreateTime = createtime @UpdateTime = updatetime @JobManagerCpu = jobmanagercpu @JobManagerMem = jobmanagermem @TaskManagerCpu = taskmanagercpu @TaskManagerMem = taskmanagermem end |
Instance Attribute Details
#AppId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
664 665 666 |
# File 'lib/v20190422/models.rb', line 664 def AppId @AppId end |
#ClusterGroupSerialId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
664 665 666 |
# File 'lib/v20190422/models.rb', line 664 def ClusterGroupSerialId @ClusterGroupSerialId end |
#CreateTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
664 665 666 |
# File 'lib/v20190422/models.rb', line 664 def CreateTime @CreateTime end |
#CreatorUin ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
664 665 666 |
# File 'lib/v20190422/models.rb', line 664 def CreatorUin @CreatorUin end |
#CuNum ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
664 665 666 |
# File 'lib/v20190422/models.rb', line 664 def CuNum @CuNum end |
#FlinkVersion ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
664 665 666 |
# File 'lib/v20190422/models.rb', line 664 def FlinkVersion @FlinkVersion end |
#JobManagerCpu ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
664 665 666 |
# File 'lib/v20190422/models.rb', line 664 def JobManagerCpu @JobManagerCpu end |
#JobManagerCuSpec ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
664 665 666 |
# File 'lib/v20190422/models.rb', line 664 def JobManagerCuSpec @JobManagerCuSpec end |
#JobManagerMem ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
664 665 666 |
# File 'lib/v20190422/models.rb', line 664 def JobManagerMem @JobManagerMem end |
#OwnerUin ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
664 665 666 |
# File 'lib/v20190422/models.rb', line 664 def OwnerUin @OwnerUin end |
#Properties ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
664 665 666 |
# File 'lib/v20190422/models.rb', line 664 def Properties @Properties end |
#Region ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
664 665 666 |
# File 'lib/v20190422/models.rb', line 664 def Region @Region end |
#ResourceRefs ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
664 665 666 |
# File 'lib/v20190422/models.rb', line 664 def ResourceRefs @ResourceRefs end |
#Status ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
664 665 666 |
# File 'lib/v20190422/models.rb', line 664 def Status @Status end |
#TaskManagerCpu ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
664 665 666 |
# File 'lib/v20190422/models.rb', line 664 def TaskManagerCpu @TaskManagerCpu end |
#TaskManagerCuSpec ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
664 665 666 |
# File 'lib/v20190422/models.rb', line 664 def TaskManagerCuSpec @TaskManagerCuSpec end |
#TaskManagerMem ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
664 665 666 |
# File 'lib/v20190422/models.rb', line 664 def TaskManagerMem @TaskManagerMem end |
#TaskManagerNum ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
664 665 666 |
# File 'lib/v20190422/models.rb', line 664 def TaskManagerNum @TaskManagerNum end |
#UpdateTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
664 665 666 |
# File 'lib/v20190422/models.rb', line 664 def UpdateTime @UpdateTime end |
#WebUIUrl ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
664 665 666 |
# File 'lib/v20190422/models.rb', line 664 def WebUIUrl @WebUIUrl end |
#Zone ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
664 665 666 |
# File 'lib/v20190422/models.rb', line 664 def Zone @Zone end |
Instance Method Details
#deserialize(params) ⇒ Object
690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 |
# File 'lib/v20190422/models.rb', line 690 def deserialize(params) @ClusterGroupSerialId = params['ClusterGroupSerialId'] @AppId = params['AppId'] @OwnerUin = params['OwnerUin'] @CreatorUin = params['CreatorUin'] @Region = params['Region'] @Zone = params['Zone'] @Status = params['Status'] @CuNum = params['CuNum'] @FlinkVersion = params['FlinkVersion'] @WebUIUrl = params['WebUIUrl'] unless params['Properties'].nil? @Properties = [] params['Properties'].each do |i| property_tmp = Property.new property_tmp.deserialize(i) @Properties << property_tmp end end unless params['ResourceRefs'].nil? @ResourceRefs = [] params['ResourceRefs'].each do |i| sessionclusterrefitem_tmp = SessionClusterRefItem.new sessionclusterrefitem_tmp.deserialize(i) @ResourceRefs << sessionclusterrefitem_tmp end end @JobManagerCuSpec = params['JobManagerCuSpec'] @TaskManagerCuSpec = params['TaskManagerCuSpec'] @TaskManagerNum = params['TaskManagerNum'] @CreateTime = params['CreateTime'] @UpdateTime = params['UpdateTime'] @JobManagerCpu = params['JobManagerCpu'] @JobManagerMem = params['JobManagerMem'] @TaskManagerCpu = params['TaskManagerCpu'] @TaskManagerMem = params['TaskManagerMem'] end |