Class: TencentCloud::Tem::V20210701::DeleteIngressRequest

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

Overview

DeleteIngress请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(environmentid = nil, clusternamespace = nil, ingressname = nil, sourcechannel = nil) ⇒ DeleteIngressRequest

Returns a new instance of DeleteIngressRequest.



965
966
967
968
969
970
# File 'lib/v20210701/models.rb', line 965

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:

    来源渠道



963
964
965
# File 'lib/v20210701/models.rb', line 963

def ClusterNamespace
  @ClusterNamespace
end

#EnvironmentIdObject

Parameters:

  • EnvironmentId:

    环境ID

  • ClusterNamespace:

    环境 namespace

  • IngressName:

    ingress 规则名

  • SourceChannel:

    来源渠道



963
964
965
# File 'lib/v20210701/models.rb', line 963

def EnvironmentId
  @EnvironmentId
end

#IngressNameObject

Parameters:

  • EnvironmentId:

    环境ID

  • ClusterNamespace:

    环境 namespace

  • IngressName:

    ingress 规则名

  • SourceChannel:

    来源渠道



963
964
965
# File 'lib/v20210701/models.rb', line 963

def IngressName
  @IngressName
end

#SourceChannelObject

Parameters:

  • EnvironmentId:

    环境ID

  • ClusterNamespace:

    环境 namespace

  • IngressName:

    ingress 规则名

  • SourceChannel:

    来源渠道



963
964
965
# File 'lib/v20210701/models.rb', line 963

def SourceChannel
  @SourceChannel
end

Instance Method Details

#deserialize(params) ⇒ Object



972
973
974
975
976
977
# File 'lib/v20210701/models.rb', line 972

def deserialize(params)
  @EnvironmentId = params['EnvironmentId']
  @ClusterNamespace = params['ClusterNamespace']
  @IngressName = params['IngressName']
  @SourceChannel = params['SourceChannel']
end