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

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

#ClusterNamespaceObject

Parameters:

  • EnvironmentId:

    环境ID

  • ClusterNamespace:

    环境namespace

  • IngressName:

    ingress 规则名

  • SourceChannel:

    来源渠道



2114
2115
2116
# File 'lib/v20210701/models.rb', line 2114

def ClusterNamespace
  @ClusterNamespace
end

#EnvironmentIdObject

Parameters:

  • EnvironmentId:

    环境ID

  • ClusterNamespace:

    环境namespace

  • IngressName:

    ingress 规则名

  • SourceChannel:

    来源渠道



2114
2115
2116
# File 'lib/v20210701/models.rb', line 2114

def EnvironmentId
  @EnvironmentId
end

#IngressNameObject

Parameters:

  • EnvironmentId:

    环境ID

  • ClusterNamespace:

    环境namespace

  • IngressName:

    ingress 规则名

  • SourceChannel:

    来源渠道



2114
2115
2116
# File 'lib/v20210701/models.rb', line 2114

def IngressName
  @IngressName
end

#SourceChannelObject

Parameters:

  • EnvironmentId:

    环境ID

  • ClusterNamespace:

    环境namespace

  • IngressName:

    ingress 规则名

  • SourceChannel:

    来源渠道



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