Class: TencentCloud::Monitor::V20180724::UpdateExporterIntegrationRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Monitor::V20180724::UpdateExporterIntegrationRequest
- Defined in:
- lib/v20180724/models.rb
Overview
UpdateExporterIntegration请求参数结构体
Instance Attribute Summary collapse
-
#ClusterId ⇒ Object
- 1= 容器集群(TKE)
- 2=弹性集群(EKS)
- 3= Prometheus管理的弹性集群(MEKS)
. -
#Content ⇒ Object
- 1= 容器集群(TKE)
- 2=弹性集群(EKS)
- 3= Prometheus管理的弹性集群(MEKS)
. -
#Disable ⇒ Object
- 1= 容器集群(TKE)
- 2=弹性集群(EKS)
- 3= Prometheus管理的弹性集群(MEKS)
. -
#InstanceId ⇒ Object
- 1= 容器集群(TKE)
- 2=弹性集群(EKS)
- 3= Prometheus管理的弹性集群(MEKS)
. -
#Kind ⇒ Object
- 1= 容器集群(TKE)
- 2=弹性集群(EKS)
- 3= Prometheus管理的弹性集群(MEKS)
. -
#KubeType ⇒ Object
- 1= 容器集群(TKE)
- 2=弹性集群(EKS)
- 3= Prometheus管理的弹性集群(MEKS)
.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, kind = nil, content = nil, kubetype = nil, clusterid = nil, disable = nil) ⇒ UpdateExporterIntegrationRequest
constructor
A new instance of UpdateExporterIntegrationRequest.
Constructor Details
#initialize(instanceid = nil, kind = nil, content = nil, kubetype = nil, clusterid = nil, disable = nil) ⇒ UpdateExporterIntegrationRequest
Returns a new instance of UpdateExporterIntegrationRequest.
15718 15719 15720 15721 15722 15723 15724 15725 |
# File 'lib/v20180724/models.rb', line 15718 def initialize(instanceid=nil, kind=nil, content=nil, kubetype=nil, clusterid=nil, disable=nil) @InstanceId = instanceid @Kind = kind @Content = content @KubeType = kubetype @ClusterId = clusterid @Disable = disable end |
Instance Attribute Details
#ClusterId ⇒ Object
15716 15717 15718 |
# File 'lib/v20180724/models.rb', line 15716 def ClusterId @ClusterId end |
#Content ⇒ Object
15716 15717 15718 |
# File 'lib/v20180724/models.rb', line 15716 def Content @Content end |
#Disable ⇒ Object
15716 15717 15718 |
# File 'lib/v20180724/models.rb', line 15716 def Disable @Disable end |
#InstanceId ⇒ Object
15716 15717 15718 |
# File 'lib/v20180724/models.rb', line 15716 def InstanceId @InstanceId end |
#Kind ⇒ Object
15716 15717 15718 |
# File 'lib/v20180724/models.rb', line 15716 def Kind @Kind end |
#KubeType ⇒ Object
15716 15717 15718 |
# File 'lib/v20180724/models.rb', line 15716 def KubeType @KubeType end |
Instance Method Details
#deserialize(params) ⇒ Object
15727 15728 15729 15730 15731 15732 15733 15734 |
# File 'lib/v20180724/models.rb', line 15727 def deserialize(params) @InstanceId = params['InstanceId'] @Kind = params['Kind'] @Content = params['Content'] @KubeType = params['KubeType'] @ClusterId = params['ClusterId'] @Disable = params['Disable'] end |