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 Whether to enable the TAT service. 
 | 
RunMonitorServiceEnabled | 
getMonitorService()
Get Enables cloud monitor service. 
 | 
RunSecurityServiceEnabled | 
getSecurityService()
Get Enables cloud security service. 
 | 
void | 
setAutomationService(RunAutomationServiceEnabled AutomationService)
Set Whether to enable the TAT service. 
 | 
void | 
setMonitorService(RunMonitorServiceEnabled MonitorService)
Set Enables cloud monitor service. 
 | 
void | 
setSecurityService(RunSecurityServiceEnabled SecurityService)
Set Enables cloud security service. 
 | 
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, toJsonStringpublic EnhancedService()
public EnhancedService(EnhancedService source)
public RunSecurityServiceEnabled getSecurityService()
public void setSecurityService(RunSecurityServiceEnabled SecurityService)
SecurityService - Enables cloud security service. If this parameter is not specified, the cloud security service will be enabled by default.public RunMonitorServiceEnabled getMonitorService()
public void setMonitorService(RunMonitorServiceEnabled MonitorService)
MonitorService - Enables cloud monitor service. If this parameter is not specified, the cloud monitor service will be enabled by default.public RunAutomationServiceEnabled getAutomationService()
public void setAutomationService(RunAutomationServiceEnabled AutomationService)
AutomationService - Whether to enable the TAT service. If this parameter is not specified, the TAT service is enabled for public images and disabled for other images by default.Copyright © 2025. All rights reserved.