public class PrometheusGrafanaInfo extends AbstractModel
Constructor and Description |
---|
PrometheusGrafanaInfo() |
PrometheusGrafanaInfo(PrometheusGrafanaInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getAddress()
Get The private network or public network address
|
String |
getAdminUser()
Get The user name of the grafana admin
|
String |
getDomain()
Get Domain name.
|
Boolean |
getEnabled()
Get Whether it is enabled
|
String |
getInternet()
Get Whether the public network access is enabled.
|
void |
setAddress(String Address)
Set The private network or public network address
|
void |
setAdminUser(String AdminUser)
Set The user name of the grafana admin
|
void |
setDomain(String Domain)
Set Domain name.
|
void |
setEnabled(Boolean Enabled)
Set Whether it is enabled
|
void |
setInternet(String Internet)
Set Whether the public network access is enabled.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public PrometheusGrafanaInfo()
public PrometheusGrafanaInfo(PrometheusGrafanaInfo source)
public Boolean getEnabled()
public void setEnabled(Boolean Enabled)
Enabled
- Whether it is enabledpublic String getDomain()
public void setDomain(String Domain)
Domain
- Domain name. It will be effective only when the public network access is enabled.public String getAddress()
public void setAddress(String Address)
Address
- The private network or public network addresspublic String getInternet()
public void setInternet(String Internet)
Internet
- Whether the public network access is enabled.
`close`: the public network access is not enabled
`opening`: the public network access is being enabled
`open`: the public network access is enabledpublic String getAdminUser()
public void setAdminUser(String AdminUser)
AdminUser
- The user name of the grafana adminCopyright © 2023. All rights reserved.