Class: TencentCloud::Monitor::V20180724::DeleteExporterIntegrationRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Monitor::V20180724::DeleteExporterIntegrationRequest
- Defined in:
- lib/v20180724/models.rb
Overview
DeleteExporterIntegration请求参数结构体
Instance Attribute Summary collapse
-
#ClusterId ⇒ 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)
. -
#Name ⇒ Object
- 1= 容器集群(TKE)
- 2=弹性集群(EKS)
- 3= Prometheus管理的弹性集群(MEKS)
.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, kind = nil, name = nil, kubetype = nil, clusterid = nil) ⇒ DeleteExporterIntegrationRequest
constructor
A new instance of DeleteExporterIntegrationRequest.
Constructor Details
#initialize(instanceid = nil, kind = nil, name = nil, kubetype = nil, clusterid = nil) ⇒ DeleteExporterIntegrationRequest
Returns a new instance of DeleteExporterIntegrationRequest.
3436 3437 3438 3439 3440 3441 3442 |
# File 'lib/v20180724/models.rb', line 3436 def initialize(instanceid=nil, kind=nil, name=nil, kubetype=nil, clusterid=nil) @InstanceId = instanceid @Kind = kind @Name = name @KubeType = kubetype @ClusterId = clusterid end |
Instance Attribute Details
#ClusterId ⇒ Object
3434 3435 3436 |
# File 'lib/v20180724/models.rb', line 3434 def ClusterId @ClusterId end |
#InstanceId ⇒ Object
3434 3435 3436 |
# File 'lib/v20180724/models.rb', line 3434 def InstanceId @InstanceId end |
#Kind ⇒ Object
3434 3435 3436 |
# File 'lib/v20180724/models.rb', line 3434 def Kind @Kind end |
#KubeType ⇒ Object
3434 3435 3436 |
# File 'lib/v20180724/models.rb', line 3434 def KubeType @KubeType end |
#Name ⇒ Object
3434 3435 3436 |
# File 'lib/v20180724/models.rb', line 3434 def Name @Name end |
Instance Method Details
#deserialize(params) ⇒ Object
3444 3445 3446 3447 3448 3449 3450 |
# File 'lib/v20180724/models.rb', line 3444 def deserialize(params) @InstanceId = params['InstanceId'] @Kind = params['Kind'] @Name = params['Name'] @KubeType = params['KubeType'] @ClusterId = params['ClusterId'] end |