Class: TencentCloud::Monitor::V20180724::CreateExporterIntegrationRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Monitor::V20180724::CreateExporterIntegrationRequest
- Defined in:
- lib/v20180724/models.rb
Overview
CreateExporterIntegration请求参数结构体
Instance Attribute Summary collapse
-
#ClusterId ⇒ Object
- 1= 容器集群(TKE)
- 2=弹性集群(EKS)
- 3= Prometheus管理的弹性集群(MEKS)
. -
#Content ⇒ 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) ⇒ CreateExporterIntegrationRequest
constructor
A new instance of CreateExporterIntegrationRequest.
Constructor Details
#initialize(instanceid = nil, kind = nil, content = nil, kubetype = nil, clusterid = nil) ⇒ CreateExporterIntegrationRequest
Returns a new instance of CreateExporterIntegrationRequest.
2100 2101 2102 2103 2104 2105 2106 |
# File 'lib/v20180724/models.rb', line 2100 def initialize(instanceid=nil, kind=nil, content=nil, kubetype=nil, clusterid=nil) @InstanceId = instanceid @Kind = kind @Content = content @KubeType = kubetype @ClusterId = clusterid end |
Instance Attribute Details
#ClusterId ⇒ Object
2098 2099 2100 |
# File 'lib/v20180724/models.rb', line 2098 def ClusterId @ClusterId end |
#Content ⇒ Object
2098 2099 2100 |
# File 'lib/v20180724/models.rb', line 2098 def Content @Content end |
#InstanceId ⇒ Object
2098 2099 2100 |
# File 'lib/v20180724/models.rb', line 2098 def InstanceId @InstanceId end |
#Kind ⇒ Object
2098 2099 2100 |
# File 'lib/v20180724/models.rb', line 2098 def Kind @Kind end |
#KubeType ⇒ Object
2098 2099 2100 |
# File 'lib/v20180724/models.rb', line 2098 def KubeType @KubeType end |
Instance Method Details
#deserialize(params) ⇒ Object
2108 2109 2110 2111 2112 2113 2114 |
# File 'lib/v20180724/models.rb', line 2108 def deserialize(params) @InstanceId = params['InstanceId'] @Kind = params['Kind'] @Content = params['Content'] @KubeType = params['KubeType'] @ClusterId = params['ClusterId'] end |