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
Returns a new instance of DescribeIngressRequest.
2116 2117 2118 2119 2120 2121 |
# File 'lib/v20210701/models.rb', line 2116 def initialize(environmentid=nil, clusternamespace=nil, ingressname=nil, sourcechannel=nil) @EnvironmentId = environmentid @ClusterNamespace = clusternamespace @IngressName = ingressname @SourceChannel = sourcechannel end |
Instance Attribute Details
#ClusterNamespace ⇒ Object
2114 2115 2116 |
# File 'lib/v20210701/models.rb', line 2114 def ClusterNamespace @ClusterNamespace end |
#EnvironmentId ⇒ Object
2114 2115 2116 |
# File 'lib/v20210701/models.rb', line 2114 def EnvironmentId @EnvironmentId end |
#IngressName ⇒ Object
2114 2115 2116 |
# File 'lib/v20210701/models.rb', line 2114 def IngressName @IngressName end |
#SourceChannel ⇒ Object
2114 2115 2116 |
# File 'lib/v20210701/models.rb', line 2114 def SourceChannel @SourceChannel end |
Instance Method Details
#deserialize(params) ⇒ Object
2123 2124 2125 2126 2127 2128 |
# File 'lib/v20210701/models.rb', line 2123 def deserialize(params) @EnvironmentId = params['EnvironmentId'] @ClusterNamespace = params['ClusterNamespace'] @IngressName = params['IngressName'] @SourceChannel = params['SourceChannel'] end |