Class: TencentCloud::Tem::V20210701::DescribeIngressRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tem::V20210701::DescribeIngressRequest
- Defined in:
- lib/v20210701/models.rb
Overview
DescribeIngress请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(environmentid = nil, clusternamespace = nil, ingressname = nil, sourcechannel = nil) ⇒ DescribeIngressRequest
constructor
A new instance of DescribeIngressRequest.
Constructor Details
#initialize(environmentid = nil, clusternamespace = nil, ingressname = nil, sourcechannel = nil) ⇒ DescribeIngressRequest
2147 2148 2149 2150 2151 2152 |
# File 'lib/v20210701/models.rb', line 2147 def initialize(environmentid=nil, clusternamespace=nil, ingressname=nil, sourcechannel=nil) @EnvironmentId = environmentid @ClusterNamespace = clusternamespace @IngressName = ingressname @SourceChannel = sourcechannel end |
Instance Attribute Details
#ClusterNamespace ⇒ Object
2145 2146 2147 |
# File 'lib/v20210701/models.rb', line 2145 def ClusterNamespace @ClusterNamespace end |
#EnvironmentId ⇒ Object
2145 2146 2147 |
# File 'lib/v20210701/models.rb', line 2145 def EnvironmentId @EnvironmentId end |
#IngressName ⇒ Object
2145 2146 2147 |
# File 'lib/v20210701/models.rb', line 2145 def IngressName @IngressName end |
#SourceChannel ⇒ Object
2145 2146 2147 |
# File 'lib/v20210701/models.rb', line 2145 def SourceChannel @SourceChannel end |
Instance Method Details
#deserialize(params) ⇒ Object
2154 2155 2156 2157 2158 2159 |
# File 'lib/v20210701/models.rb', line 2154 def deserialize(params) @EnvironmentId = params['EnvironmentId'] @ClusterNamespace = params['ClusterNamespace'] @IngressName = params['IngressName'] @SourceChannel = params['SourceChannel'] end |