Class: TencentCloud::Bmlb::V20180625::ModifyL7ListenerRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bmlb::V20180625::ModifyL7ListenerRequest
- Defined in:
- lib/v20180625/models.rb
Overview
ModifyL7Listener请求参数结构体
Instance Attribute Summary collapse
- #Bandwidth ⇒ Object
- #CertCaContent ⇒ Object
- #CertCaId ⇒ Object
- #CertCaName ⇒ Object
- #CertContent ⇒ Object
- #CertId ⇒ Object
- #CertKey ⇒ Object
- #CertName ⇒ Object
- #ForwardProtocol ⇒ Object
- #ListenerId ⇒ Object
- #ListenerName ⇒ Object
- #LoadBalancerId ⇒ Object
- #SslMode ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(loadbalancerid = nil, listenerid = nil, listenername = nil, sslmode = nil, certid = nil, certname = nil, certcontent = nil, certkey = nil, certcaid = nil, certcaname = nil, certcacontent = nil, bandwidth = nil, forwardprotocol = nil) ⇒ ModifyL7ListenerRequest
constructor
A new instance of ModifyL7ListenerRequest.
Constructor Details
#initialize(loadbalancerid = nil, listenerid = nil, listenername = nil, sslmode = nil, certid = nil, certname = nil, certcontent = nil, certkey = nil, certcaid = nil, certcaname = nil, certcacontent = nil, bandwidth = nil, forwardprotocol = nil) ⇒ ModifyL7ListenerRequest
Returns a new instance of ModifyL7ListenerRequest.
3695 3696 3697 3698 3699 3700 3701 3702 3703 3704 3705 3706 3707 3708 3709 |
# File 'lib/v20180625/models.rb', line 3695 def initialize(loadbalancerid=nil, listenerid=nil, listenername=nil, sslmode=nil, certid=nil, certname=nil, certcontent=nil, certkey=nil, certcaid=nil, certcaname=nil, certcacontent=nil, bandwidth=nil, forwardprotocol=nil) @LoadBalancerId = loadbalancerid @ListenerId = listenerid @ListenerName = listenername @SslMode = sslmode @CertId = certid @CertName = certname @CertContent = certcontent @CertKey = certkey @CertCaId = certcaid @CertCaName = certcaname @CertCaContent = certcacontent @Bandwidth = bandwidth @ForwardProtocol = forwardprotocol end |
Instance Attribute Details
#Bandwidth ⇒ Object
3693 3694 3695 |
# File 'lib/v20180625/models.rb', line 3693 def Bandwidth @Bandwidth end |
#CertCaContent ⇒ Object
3693 3694 3695 |
# File 'lib/v20180625/models.rb', line 3693 def CertCaContent @CertCaContent end |
#CertCaId ⇒ Object
3693 3694 3695 |
# File 'lib/v20180625/models.rb', line 3693 def CertCaId @CertCaId end |
#CertCaName ⇒ Object
3693 3694 3695 |
# File 'lib/v20180625/models.rb', line 3693 def CertCaName @CertCaName end |
#CertContent ⇒ Object
3693 3694 3695 |
# File 'lib/v20180625/models.rb', line 3693 def CertContent @CertContent end |
#CertId ⇒ Object
3693 3694 3695 |
# File 'lib/v20180625/models.rb', line 3693 def CertId @CertId end |
#CertKey ⇒ Object
3693 3694 3695 |
# File 'lib/v20180625/models.rb', line 3693 def CertKey @CertKey end |
#CertName ⇒ Object
3693 3694 3695 |
# File 'lib/v20180625/models.rb', line 3693 def CertName @CertName end |
#ForwardProtocol ⇒ Object
3693 3694 3695 |
# File 'lib/v20180625/models.rb', line 3693 def ForwardProtocol @ForwardProtocol end |
#ListenerId ⇒ Object
3693 3694 3695 |
# File 'lib/v20180625/models.rb', line 3693 def ListenerId @ListenerId end |
#ListenerName ⇒ Object
3693 3694 3695 |
# File 'lib/v20180625/models.rb', line 3693 def ListenerName @ListenerName end |
#LoadBalancerId ⇒ Object
3693 3694 3695 |
# File 'lib/v20180625/models.rb', line 3693 def LoadBalancerId @LoadBalancerId end |
#SslMode ⇒ Object
3693 3694 3695 |
# File 'lib/v20180625/models.rb', line 3693 def SslMode @SslMode end |
Instance Method Details
#deserialize(params) ⇒ Object
3711 3712 3713 3714 3715 3716 3717 3718 3719 3720 3721 3722 3723 3724 3725 |
# File 'lib/v20180625/models.rb', line 3711 def deserialize(params) @LoadBalancerId = params['LoadBalancerId'] @ListenerId = params['ListenerId'] @ListenerName = params['ListenerName'] @SslMode = params['SslMode'] @CertId = params['CertId'] @CertName = params['CertName'] @CertContent = params['CertContent'] @CertKey = params['CertKey'] @CertCaId = params['CertCaId'] @CertCaName = params['CertCaName'] @CertCaContent = params['CertCaContent'] @Bandwidth = params['Bandwidth'] @ForwardProtocol = params['ForwardProtocol'] end |