Class: TencentCloud::Tem::V20210701::DescribeIngressesRequest

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

Overview

DescribeIngresses请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#ClusterNamespaceObject

Parameters:

  • EnvironmentId:

    环境 id

  • ClusterNamespace:

    环境 namespace

  • SourceChannel:

    来源渠道

  • IngressNames:

    ingress 规则名列表



2196
2197
2198
# File 'lib/v20210701/models.rb', line 2196

def ClusterNamespace
  @ClusterNamespace
end

#EnvironmentIdObject

Parameters:

  • EnvironmentId:

    环境 id

  • ClusterNamespace:

    环境 namespace

  • SourceChannel:

    来源渠道

  • IngressNames:

    ingress 规则名列表



2196
2197
2198
# File 'lib/v20210701/models.rb', line 2196

def EnvironmentId
  @EnvironmentId
end

#IngressNamesObject

Parameters:

  • EnvironmentId:

    环境 id

  • ClusterNamespace:

    环境 namespace

  • SourceChannel:

    来源渠道

  • IngressNames:

    ingress 规则名列表



2196
2197
2198
# File 'lib/v20210701/models.rb', line 2196

def IngressNames
  @IngressNames
end

#SourceChannelObject

Parameters:

  • EnvironmentId:

    环境 id

  • ClusterNamespace:

    环境 namespace

  • SourceChannel:

    来源渠道

  • IngressNames:

    ingress 规则名列表



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