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()
Get 开启云自动化助手服务(TencentCloud Automation Tools,TAT)。若不指定该参数,默认开启云自动化助手服务。
注意:此字段可能返回 null,表示取不到有效值。
|
RunMonitorServiceEnabled |
getMonitorService()
Get 开启腾讯云可观测平台服务。若不指定该参数,则默认开启腾讯云可观测平台服务。
注意:此字段可能返回 null,表示取不到有效值。
|
RunSecurityServiceEnabled |
getSecurityService()
Get 开启云安全服务。若不指定该参数,则默认开启云安全服务。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAutomationService(RunAutomationServiceEnabled AutomationService)
Set 开启云自动化助手服务(TencentCloud Automation Tools,TAT)。若不指定该参数,默认开启云自动化助手服务。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMonitorService(RunMonitorServiceEnabled MonitorService)
Set 开启腾讯云可观测平台服务。若不指定该参数,则默认开启腾讯云可观测平台服务。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSecurityService(RunSecurityServiceEnabled SecurityService)
Set 开启云安全服务。若不指定该参数,则默认开启云安全服务。
注意:此字段可能返回 null,表示取不到有效值。
|
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
- 开启云安全服务。若不指定该参数,则默认开启云安全服务。
注意:此字段可能返回 null,表示取不到有效值。public RunMonitorServiceEnabled getMonitorService()
public void setMonitorService(RunMonitorServiceEnabled MonitorService)
MonitorService
- 开启腾讯云可观测平台服务。若不指定该参数,则默认开启腾讯云可观测平台服务。
注意:此字段可能返回 null,表示取不到有效值。public RunAutomationServiceEnabled getAutomationService()
public void setAutomationService(RunAutomationServiceEnabled AutomationService)
AutomationService
- 开启云自动化助手服务(TencentCloud Automation Tools,TAT)。若不指定该参数,默认开启云自动化助手服务。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.