Class: TencentCloud::Monitor::V20180724::DeleteServiceDiscoveryRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Monitor::V20180724::DeleteServiceDiscoveryRequest
- Defined in:
- lib/v20180724/models.rb
Overview
DeleteServiceDiscovery请求参数结构体
Instance Attribute Summary collapse
-
#InstanceId ⇒ Object
- 1 = 容器服务集群(TKE)
- 1 = ServiceMonitor
- 2 = PodMonitor
- 3 = PodMonitor
. -
#KubeClusterId ⇒ Object
- 1 = 容器服务集群(TKE)
- 1 = ServiceMonitor
- 2 = PodMonitor
- 3 = PodMonitor
. -
#KubeType ⇒ Object
- 1 = 容器服务集群(TKE)
- 1 = ServiceMonitor
- 2 = PodMonitor
- 3 = PodMonitor
. -
#Type ⇒ Object
- 1 = 容器服务集群(TKE)
- 1 = ServiceMonitor
- 2 = PodMonitor
- 3 = PodMonitor
. -
#Yaml ⇒ Object
- 1 = 容器服务集群(TKE)
- 1 = ServiceMonitor
- 2 = PodMonitor
- 3 = PodMonitor
.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, kubeclusterid = nil, kubetype = nil, type = nil, yaml = nil) ⇒ DeleteServiceDiscoveryRequest
constructor
A new instance of DeleteServiceDiscoveryRequest.
Constructor Details
#initialize(instanceid = nil, kubeclusterid = nil, kubetype = nil, type = nil, yaml = nil) ⇒ DeleteServiceDiscoveryRequest
Returns a new instance of DeleteServiceDiscoveryRequest.
4022 4023 4024 4025 4026 4027 4028 |
# File 'lib/v20180724/models.rb', line 4022 def initialize(instanceid=nil, kubeclusterid=nil, kubetype=nil, type=nil, yaml=nil) @InstanceId = instanceid @KubeClusterId = kubeclusterid @KubeType = kubetype @Type = type @Yaml = yaml end |
Instance Attribute Details
#InstanceId ⇒ Object
4020 4021 4022 |
# File 'lib/v20180724/models.rb', line 4020 def InstanceId @InstanceId end |
#KubeClusterId ⇒ Object
4020 4021 4022 |
# File 'lib/v20180724/models.rb', line 4020 def KubeClusterId @KubeClusterId end |
#KubeType ⇒ Object
4020 4021 4022 |
# File 'lib/v20180724/models.rb', line 4020 def KubeType @KubeType end |
#Type ⇒ Object
4020 4021 4022 |
# File 'lib/v20180724/models.rb', line 4020 def Type @Type end |
#Yaml ⇒ Object
4020 4021 4022 |
# File 'lib/v20180724/models.rb', line 4020 def Yaml @Yaml end |
Instance Method Details
#deserialize(params) ⇒ Object
4030 4031 4032 4033 4034 4035 4036 |
# File 'lib/v20180724/models.rb', line 4030 def deserialize(params) @InstanceId = params['InstanceId'] @KubeClusterId = params['KubeClusterId'] @KubeType = params['KubeType'] @Type = params['Type'] @Yaml = params['Yaml'] end |