Class: TencentCloud::Tem::V20210701::DescribeIngressesRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tem::V20210701::DescribeIngressesRequest
- Defined in:
- lib/v20210701/models.rb
Overview
DescribeIngresses请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(environmentid = nil, clusternamespace = nil, sourcechannel = nil, ingressnames = nil) ⇒ DescribeIngressesRequest
constructor
A new instance of DescribeIngressesRequest.
Constructor Details
#initialize(environmentid = nil, clusternamespace = nil, sourcechannel = nil, ingressnames = nil) ⇒ DescribeIngressesRequest
Returns a new instance of DescribeIngressesRequest.
2198 2199 2200 2201 2202 2203 |
# File 'lib/v20210701/models.rb', line 2198 def initialize(environmentid=nil, clusternamespace=nil, sourcechannel=nil, ingressnames=nil) @EnvironmentId = environmentid @ClusterNamespace = clusternamespace @SourceChannel = sourcechannel @IngressNames = ingressnames end |
Instance Attribute Details
#ClusterNamespace ⇒ Object
2196 2197 2198 |
# File 'lib/v20210701/models.rb', line 2196 def ClusterNamespace @ClusterNamespace end |
#EnvironmentId ⇒ Object
2196 2197 2198 |
# File 'lib/v20210701/models.rb', line 2196 def EnvironmentId @EnvironmentId end |
#IngressNames ⇒ Object
2196 2197 2198 |
# File 'lib/v20210701/models.rb', line 2196 def IngressNames @IngressNames end |
#SourceChannel ⇒ Object
2196 2197 2198 |
# File 'lib/v20210701/models.rb', line 2196 def SourceChannel @SourceChannel end |
Instance Method Details
#deserialize(params) ⇒ Object
2205 2206 2207 2208 2209 2210 |
# File 'lib/v20210701/models.rb', line 2205 def deserialize(params) @EnvironmentId = params['EnvironmentId'] @ClusterNamespace = params['ClusterNamespace'] @SourceChannel = params['SourceChannel'] @IngressNames = params['IngressNames'] end |