public class EnhancedService extends AbstractModel
header, skipSign
Constructor and Description |
---|
EnhancedService() |
EnhancedService(EnhancedService 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 |
---|---|
RunAutomationServiceEnabled[] |
getAutomationService()
Deprecated.
|
RunAutomationServiceEnabled |
getAutomationToolsService()
Get 开启自动化助手服务。若不指定该参数,则默认逻辑与CVM保持一致。注意:此字段可能返回 null,表示取不到有效值。
|
RunMonitorServiceEnabled |
getMonitorService()
Get 开启云监控服务。若不指定该参数,则默认开启云监控服务。
|
RunSecurityServiceEnabled |
getSecurityService()
Get 开启云安全服务。若不指定该参数,则默认开启云安全服务。
|
void |
setAutomationService(RunAutomationServiceEnabled[] AutomationService)
Deprecated.
|
void |
setAutomationToolsService(RunAutomationServiceEnabled AutomationToolsService)
Set 开启自动化助手服务。若不指定该参数,则默认逻辑与CVM保持一致。注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMonitorService(RunMonitorServiceEnabled MonitorService)
Set 开启云监控服务。若不指定该参数,则默认开启云监控服务。
|
void |
setSecurityService(RunSecurityServiceEnabled SecurityService)
Set 开启云安全服务。若不指定该参数,则默认开启云安全服务。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public EnhancedService()
public EnhancedService(EnhancedService source)
public RunSecurityServiceEnabled getSecurityService()
public void setSecurityService(RunSecurityServiceEnabled SecurityService)
SecurityService
- 开启云安全服务。若不指定该参数,则默认开启云安全服务。public RunMonitorServiceEnabled getMonitorService()
public void setMonitorService(RunMonitorServiceEnabled MonitorService)
MonitorService
- 开启云监控服务。若不指定该参数,则默认开启云监控服务。@Deprecated public RunAutomationServiceEnabled[] getAutomationService()
@Deprecated public void setAutomationService(RunAutomationServiceEnabled[] AutomationService)
AutomationService
- 该参数已废弃,查询时会返回空值,请勿使用。public RunAutomationServiceEnabled getAutomationToolsService()
public void setAutomationToolsService(RunAutomationServiceEnabled AutomationToolsService)
AutomationToolsService
- 开启自动化助手服务。若不指定该参数,则默认逻辑与CVM保持一致。注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.