Class: TencentCloud::Tse::V20201207::GovernanceService
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tse::V20201207::GovernanceService
- Defined in:
- lib/v20201207/models.rb
Overview
治理中心服务信息。
Instance Attribute Summary collapse
- #Business ⇒ Object
- #Comment ⇒ Object
- #CreateTime ⇒ Object
- #Department ⇒ Object
- #Editable ⇒ Object
- #ExportTo ⇒ Object
- #GroupIds ⇒ Object
- #HealthyInstanceCount ⇒ Object
- #Id ⇒ Object
- #IsolateInstanceCount ⇒ Object
- #Metadatas ⇒ Object
- #ModifyTime ⇒ Object
- #Name ⇒ Object
- #Namespace ⇒ Object
- #RemoveGroupIds ⇒ Object
- #RemoveUserIds ⇒ Object
- #Revision ⇒ Object
- #ServiceStatus ⇒ Object
- #SyncToGlobalRegistry ⇒ Object
- #TotalInstanceCount ⇒ Object
- #UserIds ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, namespace = nil, metadatas = nil, comment = nil, createtime = nil, modifytime = nil, department = nil, business = nil, healthyinstancecount = nil, totalinstancecount = nil, id = nil, editable = nil, userids = nil, groupids = nil, removeuserids = nil, removegroupids = nil, exportto = nil, revision = nil, synctoglobalregistry = nil, isolateinstancecount = nil, servicestatus = nil) ⇒ GovernanceService
constructor
A new instance of GovernanceService.
Constructor Details
#initialize(name = nil, namespace = nil, metadatas = nil, comment = nil, createtime = nil, modifytime = nil, department = nil, business = nil, healthyinstancecount = nil, totalinstancecount = nil, id = nil, editable = nil, userids = nil, groupids = nil, removeuserids = nil, removegroupids = nil, exportto = nil, revision = nil, synctoglobalregistry = nil, isolateinstancecount = nil, servicestatus = nil) ⇒ GovernanceService
Returns a new instance of GovernanceService.
8251 8252 8253 8254 8255 8256 8257 8258 8259 8260 8261 8262 8263 8264 8265 8266 8267 8268 8269 8270 8271 8272 8273 |
# File 'lib/v20201207/models.rb', line 8251 def initialize(name=nil, namespace=nil, =nil, comment=nil, createtime=nil, modifytime=nil, department=nil, business=nil, =nil, totalinstancecount=nil, id=nil, editable=nil, userids=nil, groupids=nil, removeuserids=nil, removegroupids=nil, exportto=nil, revision=nil, synctoglobalregistry=nil, isolateinstancecount=nil, servicestatus=nil) @Name = name @Namespace = namespace @Metadatas = @Comment = comment @CreateTime = createtime @ModifyTime = modifytime @Department = department @Business = business @HealthyInstanceCount = @TotalInstanceCount = totalinstancecount @Id = id @Editable = editable @UserIds = userids @GroupIds = groupids @RemoveUserIds = removeuserids @RemoveGroupIds = removegroupids @ExportTo = exportto @Revision = revision @SyncToGlobalRegistry = synctoglobalregistry @IsolateInstanceCount = isolateinstancecount @ServiceStatus = servicestatus end |
Instance Attribute Details
#Business ⇒ Object
8249 8250 8251 |
# File 'lib/v20201207/models.rb', line 8249 def Business @Business end |
#Comment ⇒ Object
8249 8250 8251 |
# File 'lib/v20201207/models.rb', line 8249 def Comment @Comment end |
#CreateTime ⇒ Object
8249 8250 8251 |
# File 'lib/v20201207/models.rb', line 8249 def CreateTime @CreateTime end |
#Department ⇒ Object
8249 8250 8251 |
# File 'lib/v20201207/models.rb', line 8249 def Department @Department end |
#Editable ⇒ Object
8249 8250 8251 |
# File 'lib/v20201207/models.rb', line 8249 def Editable @Editable end |
#ExportTo ⇒ Object
8249 8250 8251 |
# File 'lib/v20201207/models.rb', line 8249 def ExportTo @ExportTo end |
#GroupIds ⇒ Object
8249 8250 8251 |
# File 'lib/v20201207/models.rb', line 8249 def GroupIds @GroupIds end |
#HealthyInstanceCount ⇒ Object
8249 8250 8251 |
# File 'lib/v20201207/models.rb', line 8249 def HealthyInstanceCount @HealthyInstanceCount end |
#Id ⇒ Object
8249 8250 8251 |
# File 'lib/v20201207/models.rb', line 8249 def Id @Id end |
#IsolateInstanceCount ⇒ Object
8249 8250 8251 |
# File 'lib/v20201207/models.rb', line 8249 def IsolateInstanceCount @IsolateInstanceCount end |
#Metadatas ⇒ Object
8249 8250 8251 |
# File 'lib/v20201207/models.rb', line 8249 def Metadatas @Metadatas end |
#ModifyTime ⇒ Object
8249 8250 8251 |
# File 'lib/v20201207/models.rb', line 8249 def ModifyTime @ModifyTime end |
#Name ⇒ Object
8249 8250 8251 |
# File 'lib/v20201207/models.rb', line 8249 def Name @Name end |
#Namespace ⇒ Object
8249 8250 8251 |
# File 'lib/v20201207/models.rb', line 8249 def Namespace @Namespace end |
#RemoveGroupIds ⇒ Object
8249 8250 8251 |
# File 'lib/v20201207/models.rb', line 8249 def RemoveGroupIds @RemoveGroupIds end |
#RemoveUserIds ⇒ Object
8249 8250 8251 |
# File 'lib/v20201207/models.rb', line 8249 def RemoveUserIds @RemoveUserIds end |
#Revision ⇒ Object
8249 8250 8251 |
# File 'lib/v20201207/models.rb', line 8249 def Revision @Revision end |
#ServiceStatus ⇒ Object
8249 8250 8251 |
# File 'lib/v20201207/models.rb', line 8249 def ServiceStatus @ServiceStatus end |
#SyncToGlobalRegistry ⇒ Object
8249 8250 8251 |
# File 'lib/v20201207/models.rb', line 8249 def SyncToGlobalRegistry @SyncToGlobalRegistry end |
#TotalInstanceCount ⇒ Object
8249 8250 8251 |
# File 'lib/v20201207/models.rb', line 8249 def TotalInstanceCount @TotalInstanceCount end |
#UserIds ⇒ Object
8249 8250 8251 |
# File 'lib/v20201207/models.rb', line 8249 def UserIds @UserIds end |
Instance Method Details
#deserialize(params) ⇒ Object
8275 8276 8277 8278 8279 8280 8281 8282 8283 8284 8285 8286 8287 8288 8289 8290 8291 8292 8293 8294 8295 8296 8297 8298 8299 8300 8301 8302 8303 8304 |
# File 'lib/v20201207/models.rb', line 8275 def deserialize(params) @Name = params['Name'] @Namespace = params['Namespace'] unless params['Metadatas'].nil? @Metadatas = [] params['Metadatas'].each do |i| = Metadata.new .deserialize(i) @Metadatas << end end @Comment = params['Comment'] @CreateTime = params['CreateTime'] @ModifyTime = params['ModifyTime'] @Department = params['Department'] @Business = params['Business'] @HealthyInstanceCount = params['HealthyInstanceCount'] @TotalInstanceCount = params['TotalInstanceCount'] @Id = params['Id'] @Editable = params['Editable'] @UserIds = params['UserIds'] @GroupIds = params['GroupIds'] @RemoveUserIds = params['RemoveUserIds'] @RemoveGroupIds = params['RemoveGroupIds'] @ExportTo = params['ExportTo'] @Revision = params['Revision'] @SyncToGlobalRegistry = params['SyncToGlobalRegistry'] @IsolateInstanceCount = params['IsolateInstanceCount'] @ServiceStatus = params['ServiceStatus'] end |