public class DescribeGlobalConfigResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeGlobalConfigResponse() |
DescribeGlobalConfigResponse(DescribeGlobalConfigResponse 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 |
getActiveScheduler()
Get Currently effective resource scheduler.
|
CapacityGlobalConfig |
getCapacityGlobalConfig()
Get Information of the fair scheduler.
|
Boolean |
getEnableResourceSchedule()
Get Whether the resource scheduling feature is enabled.
|
FairGlobalConfig |
getFairGlobalConfig()
Get Information of the capacity scheduler.
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
String |
getScheduler()
Get Latest resource scheduler.
|
void |
setActiveScheduler(String ActiveScheduler)
Set Currently effective resource scheduler.
|
void |
setCapacityGlobalConfig(CapacityGlobalConfig CapacityGlobalConfig)
Set Information of the fair scheduler.
|
void |
setEnableResourceSchedule(Boolean EnableResourceSchedule)
Set Whether the resource scheduling feature is enabled.
|
void |
setFairGlobalConfig(FairGlobalConfig FairGlobalConfig)
Set Information of the capacity scheduler.
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setScheduler(String Scheduler)
Set Latest resource scheduler.
|
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 DescribeGlobalConfigResponse()
public DescribeGlobalConfigResponse(DescribeGlobalConfigResponse source)
public Boolean getEnableResourceSchedule()
public void setEnableResourceSchedule(Boolean EnableResourceSchedule)
EnableResourceSchedule
- Whether the resource scheduling feature is enabled.public String getActiveScheduler()
public void setActiveScheduler(String ActiveScheduler)
ActiveScheduler
- Currently effective resource scheduler.public CapacityGlobalConfig getCapacityGlobalConfig()
public void setCapacityGlobalConfig(CapacityGlobalConfig CapacityGlobalConfig)
CapacityGlobalConfig
- Information of the fair scheduler.
Note: This field may return null, indicating that no valid values can be obtained.public FairGlobalConfig getFairGlobalConfig()
public void setFairGlobalConfig(FairGlobalConfig FairGlobalConfig)
FairGlobalConfig
- Information of the capacity scheduler.
Note: This field may return null, indicating that no valid values can be obtained.public String getScheduler()
public void setScheduler(String Scheduler)
Scheduler
- Latest resource scheduler.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2025. All rights reserved.