Class: TencentCloud::Monitor::V20180724::DescribeExporterIntegrationsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Monitor::V20180724::DescribeExporterIntegrationsRequest
- Defined in:
- lib/v20180724/models.rb
Overview
DescribeExporterIntegrations请求参数结构体
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, kubetype = nil, clusterid = nil, kind = nil, name = nil) ⇒ DescribeExporterIntegrationsRequest
constructor
A new instance of DescribeExporterIntegrationsRequest.
Constructor Details
#initialize(instanceid = nil, kubetype = nil, clusterid = nil, kind = nil, name = nil) ⇒ DescribeExporterIntegrationsRequest
Returns a new instance of DescribeExporterIntegrationsRequest.
5735 5736 5737 5738 5739 5740 5741 |
# File 'lib/v20180724/models.rb', line 5735 def initialize(instanceid=nil, kubetype=nil, clusterid=nil, kind=nil, name=nil) @InstanceId = instanceid @KubeType = kubetype @ClusterId = clusterid @Kind = kind @Name = name end |
Instance Attribute Details
#ClusterId ⇒ Object
5733 5734 5735 |
# File 'lib/v20180724/models.rb', line 5733 def ClusterId @ClusterId end |
#InstanceId ⇒ Object
5733 5734 5735 |
# File 'lib/v20180724/models.rb', line 5733 def InstanceId @InstanceId end |
#Kind ⇒ Object
5733 5734 5735 |
# File 'lib/v20180724/models.rb', line 5733 def Kind @Kind end |
#KubeType ⇒ Object
5733 5734 5735 |
# File 'lib/v20180724/models.rb', line 5733 def KubeType @KubeType end |
#Name ⇒ Object
5733 5734 5735 |
# File 'lib/v20180724/models.rb', line 5733 def Name @Name end |
Instance Method Details
#deserialize(params) ⇒ Object
5743 5744 5745 5746 5747 5748 5749 |
# File 'lib/v20180724/models.rb', line 5743 def deserialize(params) @InstanceId = params['InstanceId'] @KubeType = params['KubeType'] @ClusterId = params['ClusterId'] @Kind = params['Kind'] @Name = params['Name'] end |