Class: TencentCloud::Tem::V20210701::DescribeIngressRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20210701/models.rb

Overview

DescribeIngress请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#ClusterNamespaceObject



2145
2146
2147
# File 'lib/v20210701/models.rb', line 2145

def ClusterNamespace
  @ClusterNamespace
end

#EnvironmentIdObject



2145
2146
2147
# File 'lib/v20210701/models.rb', line 2145

def EnvironmentId
  @EnvironmentId
end

#IngressNameObject



2145
2146
2147
# File 'lib/v20210701/models.rb', line 2145

def IngressName
  @IngressName
end

#SourceChannelObject



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