Class: TencentCloud::Tem::V20201221::DeleteIngressRequest

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

Overview

DeleteIngress请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of DeleteIngressRequest.



384
385
386
387
388
389
# File 'lib/v20201221/models.rb', line 384

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:

    来源渠道



382
383
384
# File 'lib/v20201221/models.rb', line 382

def EksNamespace
  @EksNamespace
end

#NameObject

Parameters:

  • NamespaceId:

    tem NamespaceId

  • EksNamespace:

    eks namespace 名

  • Name:

    ingress 规则名

  • SourceChannel:

    来源渠道



382
383
384
# File 'lib/v20201221/models.rb', line 382

def Name
  @Name
end

#NamespaceIdObject

Parameters:

  • NamespaceId:

    tem NamespaceId

  • EksNamespace:

    eks namespace 名

  • Name:

    ingress 规则名

  • SourceChannel:

    来源渠道



382
383
384
# File 'lib/v20201221/models.rb', line 382

def NamespaceId
  @NamespaceId
end

#SourceChannelObject

Parameters:

  • NamespaceId:

    tem NamespaceId

  • EksNamespace:

    eks namespace 名

  • Name:

    ingress 规则名

  • SourceChannel:

    来源渠道



382
383
384
# File 'lib/v20201221/models.rb', line 382

def SourceChannel
  @SourceChannel
end

Instance Method Details

#deserialize(params) ⇒ Object



391
392
393
394
395
396
# File 'lib/v20201221/models.rb', line 391

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