Class: TencentCloud::Tem::V20201221::DescribeIngressRequest

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

Overview

DescribeIngress请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(namespaceid = nil, eksnamespace = nil, name = nil, sourcechannel = nil) ⇒ DescribeIngressRequest

Returns a new instance of DescribeIngressRequest.



687
688
689
690
691
692
# File 'lib/v20201221/models.rb', line 687

def initialize(namespaceid=nil, eksnamespace=nil, name=nil, sourcechannel=nil)
  @NamespaceId = namespaceid
  @EksNamespace = eksnamespace
  @Name = name
  @SourceChannel = sourcechannel
end

Instance Attribute Details

#EksNamespaceObject

Parameters:

  • NamespaceId:

    tem namespaceId

  • EksNamespace:

    eks namespace 名

  • Name:

    ingress 规则名

  • SourceChannel:

    来源渠道



685
686
687
# File 'lib/v20201221/models.rb', line 685

def EksNamespace
  @EksNamespace
end

#NameObject

Parameters:

  • NamespaceId:

    tem namespaceId

  • EksNamespace:

    eks namespace 名

  • Name:

    ingress 规则名

  • SourceChannel:

    来源渠道



685
686
687
# File 'lib/v20201221/models.rb', line 685

def Name
  @Name
end

#NamespaceIdObject

Parameters:

  • NamespaceId:

    tem namespaceId

  • EksNamespace:

    eks namespace 名

  • Name:

    ingress 规则名

  • SourceChannel:

    来源渠道



685
686
687
# File 'lib/v20201221/models.rb', line 685

def NamespaceId
  @NamespaceId
end

#SourceChannelObject

Parameters:

  • NamespaceId:

    tem namespaceId

  • EksNamespace:

    eks namespace 名

  • Name:

    ingress 规则名

  • SourceChannel:

    来源渠道



685
686
687
# File 'lib/v20201221/models.rb', line 685

def SourceChannel
  @SourceChannel
end

Instance Method Details

#deserialize(params) ⇒ Object



694
695
696
697
698
699
# File 'lib/v20201221/models.rb', line 694

def deserialize(params)
  @NamespaceId = params['NamespaceId']
  @EksNamespace = params['EksNamespace']
  @Name = params['Name']
  @SourceChannel = params['SourceChannel']
end