Class: TencentCloud::Tse::V20201207::GovernanceNamespace
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tse::V20201207::GovernanceNamespace
- Defined in:
- lib/v20201207/models.rb
Overview
治理中心命名空间
Instance Attribute Summary collapse
-
#Comment ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#CreateTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Editable ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#GroupIds ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Id ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Metadatas ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#ModifyTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#RemoveGroupIds ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#RemoveUserIds ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#ServiceExportTo ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#SyncToGlobalRegistry ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#TotalHealthInstanceCount ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#TotalInstanceCount ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#TotalServiceCount ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#UserIds ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, comment = nil, createtime = nil, modifytime = nil, totalservicecount = nil, totalhealthinstancecount = nil, totalinstancecount = nil, id = nil, editable = nil, userids = nil, groupids = nil, removeuserids = nil, removegroupids = nil, serviceexportto = nil, synctoglobalregistry = nil, metadatas = nil) ⇒ GovernanceNamespace
constructor
A new instance of GovernanceNamespace.
Constructor Details
#initialize(name = nil, comment = nil, createtime = nil, modifytime = nil, totalservicecount = nil, totalhealthinstancecount = nil, totalinstancecount = nil, id = nil, editable = nil, userids = nil, groupids = nil, removeuserids = nil, removegroupids = nil, serviceexportto = nil, synctoglobalregistry = nil, metadatas = nil) ⇒ GovernanceNamespace
Returns a new instance of GovernanceNamespace.
8111 8112 8113 8114 8115 8116 8117 8118 8119 8120 8121 8122 8123 8124 8125 8126 8127 8128 |
# File 'lib/v20201207/models.rb', line 8111 def initialize(name=nil, comment=nil, createtime=nil, modifytime=nil, totalservicecount=nil, totalhealthinstancecount=nil, totalinstancecount=nil, id=nil, editable=nil, userids=nil, groupids=nil, removeuserids=nil, removegroupids=nil, serviceexportto=nil, synctoglobalregistry=nil, =nil) @Name = name @Comment = comment @CreateTime = createtime @ModifyTime = modifytime @TotalServiceCount = totalservicecount @TotalHealthInstanceCount = totalhealthinstancecount @TotalInstanceCount = totalinstancecount @Id = id @Editable = editable @UserIds = userids @GroupIds = groupids @RemoveUserIds = removeuserids @RemoveGroupIds = removegroupids @ServiceExportTo = serviceexportto @SyncToGlobalRegistry = synctoglobalregistry @Metadatas = end |
Instance Attribute Details
#Comment ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8109 8110 8111 |
# File 'lib/v20201207/models.rb', line 8109 def Comment @Comment end |
#CreateTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8109 8110 8111 |
# File 'lib/v20201207/models.rb', line 8109 def CreateTime @CreateTime end |
#Editable ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8109 8110 8111 |
# File 'lib/v20201207/models.rb', line 8109 def Editable @Editable end |
#GroupIds ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8109 8110 8111 |
# File 'lib/v20201207/models.rb', line 8109 def GroupIds @GroupIds end |
#Id ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8109 8110 8111 |
# File 'lib/v20201207/models.rb', line 8109 def Id @Id end |
#Metadatas ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8109 8110 8111 |
# File 'lib/v20201207/models.rb', line 8109 def Metadatas @Metadatas end |
#ModifyTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8109 8110 8111 |
# File 'lib/v20201207/models.rb', line 8109 def ModifyTime @ModifyTime end |
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8109 8110 8111 |
# File 'lib/v20201207/models.rb', line 8109 def Name @Name end |
#RemoveGroupIds ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8109 8110 8111 |
# File 'lib/v20201207/models.rb', line 8109 def RemoveGroupIds @RemoveGroupIds end |
#RemoveUserIds ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8109 8110 8111 |
# File 'lib/v20201207/models.rb', line 8109 def RemoveUserIds @RemoveUserIds end |
#ServiceExportTo ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8109 8110 8111 |
# File 'lib/v20201207/models.rb', line 8109 def ServiceExportTo @ServiceExportTo end |
#SyncToGlobalRegistry ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8109 8110 8111 |
# File 'lib/v20201207/models.rb', line 8109 def SyncToGlobalRegistry @SyncToGlobalRegistry end |
#TotalHealthInstanceCount ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8109 8110 8111 |
# File 'lib/v20201207/models.rb', line 8109 def TotalHealthInstanceCount @TotalHealthInstanceCount end |
#TotalInstanceCount ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8109 8110 8111 |
# File 'lib/v20201207/models.rb', line 8109 def TotalInstanceCount @TotalInstanceCount end |
#TotalServiceCount ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8109 8110 8111 |
# File 'lib/v20201207/models.rb', line 8109 def TotalServiceCount @TotalServiceCount end |
#UserIds ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8109 8110 8111 |
# File 'lib/v20201207/models.rb', line 8109 def UserIds @UserIds end |
Instance Method Details
#deserialize(params) ⇒ Object
8130 8131 8132 8133 8134 8135 8136 8137 8138 8139 8140 8141 8142 8143 8144 8145 8146 8147 8148 8149 8150 8151 8152 8153 8154 |
# File 'lib/v20201207/models.rb', line 8130 def deserialize(params) @Name = params['Name'] @Comment = params['Comment'] @CreateTime = params['CreateTime'] @ModifyTime = params['ModifyTime'] @TotalServiceCount = params['TotalServiceCount'] @TotalHealthInstanceCount = params['TotalHealthInstanceCount'] @TotalInstanceCount = params['TotalInstanceCount'] @Id = params['Id'] @Editable = params['Editable'] @UserIds = params['UserIds'] @GroupIds = params['GroupIds'] @RemoveUserIds = params['RemoveUserIds'] @RemoveGroupIds = params['RemoveGroupIds'] @ServiceExportTo = params['ServiceExportTo'] @SyncToGlobalRegistry = params['SyncToGlobalRegistry'] unless params['Metadatas'].nil? @Metadatas = [] params['Metadatas'].each do |i| = Metadata.new .deserialize(i) @Metadatas << end end end |