Class: TencentCloud::Bmlb::V20180625::L7ListenerInfoBackend
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bmlb::V20180625::L7ListenerInfoBackend
- Defined in:
- lib/v20180625/models.rb
Overview
查询绑定了某主机七层监听器时返回的与转发路径所绑定的主机信息。
Instance Attribute Summary collapse
- #Alias ⇒ Object
- #BindType ⇒ Object
- #InstanceId ⇒ Object
- #LanIp ⇒ Object
- #Port ⇒ Object
- #Status ⇒ Object
- #Weight ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(bindtype = nil, port = nil, weight = nil, status = nil, instanceid = nil, _alias = nil, lanip = nil) ⇒ L7ListenerInfoBackend
constructor
A new instance of L7ListenerInfoBackend.
Constructor Details
#initialize(bindtype = nil, port = nil, weight = nil, status = nil, instanceid = nil, _alias = nil, lanip = nil) ⇒ L7ListenerInfoBackend
2865 2866 2867 2868 2869 2870 2871 2872 2873 |
# File 'lib/v20180625/models.rb', line 2865 def initialize(bindtype=nil, port=nil, weight=nil, status=nil, instanceid=nil, _alias=nil, lanip=nil) @BindType = bindtype @Port = port @Weight = weight @Status = status @InstanceId = instanceid @Alias = _alias @LanIp = lanip end |
Instance Attribute Details
#Alias ⇒ Object
2863 2864 2865 |
# File 'lib/v20180625/models.rb', line 2863 def Alias @Alias end |
#BindType ⇒ Object
2863 2864 2865 |
# File 'lib/v20180625/models.rb', line 2863 def BindType @BindType end |
#InstanceId ⇒ Object
2863 2864 2865 |
# File 'lib/v20180625/models.rb', line 2863 def InstanceId @InstanceId end |
#LanIp ⇒ Object
2863 2864 2865 |
# File 'lib/v20180625/models.rb', line 2863 def LanIp @LanIp end |
#Port ⇒ Object
2863 2864 2865 |
# File 'lib/v20180625/models.rb', line 2863 def Port @Port end |
#Status ⇒ Object
2863 2864 2865 |
# File 'lib/v20180625/models.rb', line 2863 def Status @Status end |
#Weight ⇒ Object
2863 2864 2865 |
# File 'lib/v20180625/models.rb', line 2863 def Weight @Weight end |
Instance Method Details
#deserialize(params) ⇒ Object
2875 2876 2877 2878 2879 2880 2881 2882 2883 |
# File 'lib/v20180625/models.rb', line 2875 def deserialize(params) @BindType = params['BindType'] @Port = params['Port'] @Weight = params['Weight'] @Status = params['Status'] @InstanceId = params['InstanceId'] @Alias = params['Alias'] @LanIp = params['LanIp'] end |