Class: TencentCloud::Tke::V20180525::PrometheusGrafanaInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::PrometheusGrafanaInfo
- Defined in:
- lib/v20180525/models.rb
Overview
托管prometheus中grafana的信息
Instance Attribute Summary collapse
-
#Address ⇒ Object
close = 未开启外网访问 opening = 正在开启外网访问 open = 已开启外网访问.
-
#AdminUser ⇒ Object
close = 未开启外网访问 opening = 正在开启外网访问 open = 已开启外网访问.
-
#Domain ⇒ Object
close = 未开启外网访问 opening = 正在开启外网访问 open = 已开启外网访问.
-
#Enabled ⇒ Object
close = 未开启外网访问 opening = 正在开启外网访问 open = 已开启外网访问.
-
#Internet ⇒ Object
close = 未开启外网访问 opening = 正在开启外网访问 open = 已开启外网访问.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(enabled = nil, domain = nil, address = nil, internet = nil, adminuser = nil) ⇒ PrometheusGrafanaInfo
constructor
A new instance of PrometheusGrafanaInfo.
Constructor Details
#initialize(enabled = nil, domain = nil, address = nil, internet = nil, adminuser = nil) ⇒ PrometheusGrafanaInfo
Returns a new instance of PrometheusGrafanaInfo.
16145 16146 16147 16148 16149 16150 16151 |
# File 'lib/v20180525/models.rb', line 16145 def initialize(enabled=nil, domain=nil, address=nil, internet=nil, adminuser=nil) @Enabled = enabled @Domain = domain @Address = address @Internet = internet @AdminUser = adminuser end |
Instance Attribute Details
#Address ⇒ Object
close = 未开启外网访问opening = 正在开启外网访问open = 已开启外网访问
16143 16144 16145 |
# File 'lib/v20180525/models.rb', line 16143 def Address @Address end |
#AdminUser ⇒ Object
close = 未开启外网访问opening = 正在开启外网访问open = 已开启外网访问
16143 16144 16145 |
# File 'lib/v20180525/models.rb', line 16143 def AdminUser @AdminUser end |
#Domain ⇒ Object
close = 未开启外网访问opening = 正在开启外网访问open = 已开启外网访问
16143 16144 16145 |
# File 'lib/v20180525/models.rb', line 16143 def Domain @Domain end |
#Enabled ⇒ Object
close = 未开启外网访问opening = 正在开启外网访问open = 已开启外网访问
16143 16144 16145 |
# File 'lib/v20180525/models.rb', line 16143 def Enabled @Enabled end |
#Internet ⇒ Object
close = 未开启外网访问opening = 正在开启外网访问open = 已开启外网访问
16143 16144 16145 |
# File 'lib/v20180525/models.rb', line 16143 def Internet @Internet end |
Instance Method Details
#deserialize(params) ⇒ Object
16153 16154 16155 16156 16157 16158 16159 |
# File 'lib/v20180525/models.rb', line 16153 def deserialize(params) @Enabled = params['Enabled'] @Domain = params['Domain'] @Address = params['Address'] @Internet = params['Internet'] @AdminUser = params['AdminUser'] end |