public class PrometheusInstanceGrantInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
PrometheusInstanceGrantInfo() |
PrometheusInstanceGrantInfo(PrometheusInstanceGrantInfo 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 |
---|---|
Long |
getHasAgentManage()
Get Whether there is permission to manage agents.
|
Long |
getHasApiOperation()
Get Whether there is permission to display the API information.
|
Long |
getHasChargeOperation()
Get Whether there is permission to operate on the billing information.
|
Long |
getHasGrafanaStatusChange()
Get Whether there is permission to change the Grafana status.
|
Long |
getHasTkeManage()
Get Whether there is permission to manage TKE integrations.
|
Long |
getHasVpcDisplay()
Get Whether there is permission to display the VPC information.
|
void |
setHasAgentManage(Long HasAgentManage)
Set Whether there is permission to manage agents.
|
void |
setHasApiOperation(Long HasApiOperation)
Set Whether there is permission to display the API information.
|
void |
setHasChargeOperation(Long HasChargeOperation)
Set Whether there is permission to operate on the billing information.
|
void |
setHasGrafanaStatusChange(Long HasGrafanaStatusChange)
Set Whether there is permission to change the Grafana status.
|
void |
setHasTkeManage(Long HasTkeManage)
Set Whether there is permission to manage TKE integrations.
|
void |
setHasVpcDisplay(Long HasVpcDisplay)
Set Whether there is permission to display the VPC information.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public PrometheusInstanceGrantInfo()
public PrometheusInstanceGrantInfo(PrometheusInstanceGrantInfo source)
public Long getHasChargeOperation()
public void setHasChargeOperation(Long HasChargeOperation)
HasChargeOperation
- Whether there is permission to operate on the billing information. Valid values: 1 (yes), 2 (no).public Long getHasVpcDisplay()
public void setHasVpcDisplay(Long HasVpcDisplay)
HasVpcDisplay
- Whether there is permission to display the VPC information. Valid values: 1 (yes), 2 (no).public Long getHasGrafanaStatusChange()
public void setHasGrafanaStatusChange(Long HasGrafanaStatusChange)
HasGrafanaStatusChange
- Whether there is permission to change the Grafana status. Valid values: 1 (yes), 2 (no).public Long getHasAgentManage()
public void setHasAgentManage(Long HasAgentManage)
HasAgentManage
- Whether there is permission to manage agents. Valid values: 1 (yes), 2 (no).public Long getHasTkeManage()
public void setHasTkeManage(Long HasTkeManage)
HasTkeManage
- Whether there is permission to manage TKE integrations. Valid values: 1 (yes), 2 (no).public Long getHasApiOperation()
public void setHasApiOperation(Long HasApiOperation)
HasApiOperation
- Whether there is permission to display the API information. Valid values: 1 (yes), 2 (no).Copyright © 2024. All rights reserved.