public class DataEngineInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
DataEngineInfo() |
DataEngineInfo(DataEngineInfo 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 |
---|---|
AccessInfo[] |
getAccessInfos()
Get Access information of the engine
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
Boolean |
getAutoAuthorization()
Get Automatic authorization switch
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
Boolean |
getAutoResume()
Get Whether to recover automatically
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
Boolean |
getAutoSuspend()
Get Whether to automatically suspend the cluster: False (by default) means that the cluster is not automatically suspended; true means that the cluster is automatically suspended.
|
Long |
getAutoSuspendTime()
Get Cluster automatic suspension time
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
String |
getChildImageVersionId()
Get Minor cluster image version ID
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
String |
getCidrBlock()
Get Cluster IP range
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
String |
getClusterType()
Get Cluster resource type spark_private/presto_private/presto_cu/spark_cu
|
Long |
getCreateTime()
Get Creation time
|
Long |
getCrontabResumeSuspend()
Get Scheduling policy of starting and ending the cluster: 0 (by default) indicates turning off the scheduling policy; 1 indicates turning on the scheduling policy.
|
CrontabResumeSuspendStrategy |
getCrontabResumeSuspendStrategy()
Get Scheduled start and end policy.
|
String |
getDataEngineId()
Get Engine ID
|
String |
getDataEngineName()
Get DataEngine name
|
Boolean |
getDefaultDataEngine()
Get Whether it is the default engine
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
Boolean |
getDefaultHouse()
Get Whether it is the default engine
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
Long |
getElasticLimit()
Get Upper limit of the spark jar's monthly subscribed cluster elasticity
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
Boolean |
getElasticSwitch()
Get Whether the elastic scaling of the spark jar monthly subscription cluster is enabled
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
String |
getEngineExecType()
Get Type of the task executed by the engine.
|
String |
getEngineGeneration()
Get Engine version, supporting Native/SuperSQL
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
String |
getEngineNetworkId()
Get Engine network ID
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
String |
getEngineNetworkName()
Get Name of the network where the engine is located
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
Long |
getEngineResourceGroupCount()
Get Number of resource groups associated with the standard engine
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
Long |
getEngineResourceUsedCU()
Get Current usage of the engine (Cu)
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
String |
getEngineType()
Get Engine type: spark/presto
|
String |
getEngineTypeDetail()
Get Detailed engine type, supporting SparkSQL/SparkBatch/PrestoSQL/Kyuubi
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
String |
getExpireTime()
Get Expiration time
|
String |
getImageVersionId()
Get Cluster image version ID
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
String |
getImageVersionName()
Get Cluster image version name
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
String |
getIsolatedTime()
Get Isolation time
|
Long |
getMaxClusters()
Get Maximum number of clusters
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
Long |
getMaxConcurrency()
Get Maximum concurrency number of a single cluster
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
String |
getMessage()
Get Returned Message
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
Long |
getMinClusters()
Get Minimum number of clusters
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
Long |
getMode()
Get Billing mode: 0 shared mode, 1 pay-as-you-go, and 2 monthly subscription
|
NetworkConnection[] |
getNetworkConnectionSet()
Get Network connection configuration
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
String[] |
getPermissions()
Get Permissions owned by the engine
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
String |
getQuotaId()
Get Quota ID
|
Long |
getRenewFlag()
Get Automatic renewal flag: 0 means the initial state and there is no automatic renewal by default.
|
String |
getResourceType()
Get Type of the engine resource
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
String |
getReversalTime()
Get Rectification time
|
SessionResourceTemplate |
getSessionResourceTemplate()
Get SessionResourceTemplate
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
Long |
getSize()
Get Cluster specifications
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
Long |
getSpendAfter()
Get Automatic recovery time
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
Boolean |
getStartStandbyCluster()
Get Whether to enable the standby cluster
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
Long |
getState()
Get Data engine status -2 deleted, -1 failed, 0 initializing, 1 suspended, 2 running, 3 ready to delete, and 4 deleting
|
String |
getSubAccountUin()
Get Operator
|
TagInfo[] |
getTagList()
Get Key-value pair collection
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
Long |
getTolerableQueueTime()
Get Maximum time for the task to queue
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
String |
getUiURL()
Get Jump address of ui
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
Long |
getUpdateTime()
Get Update time
|
String |
getUserAlias()
Get Username
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
Long |
getUserAppId()
Get User AppID
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
String |
getUserUin()
Get User uin
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
void |
setAccessInfos(AccessInfo[] AccessInfos)
Set Access information of the engine
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
void |
setAutoAuthorization(Boolean AutoAuthorization)
Set Automatic authorization switch
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
void |
setAutoResume(Boolean AutoResume)
Set Whether to recover automatically
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
void |
setAutoSuspend(Boolean AutoSuspend)
Set Whether to automatically suspend the cluster: False (by default) means that the cluster is not automatically suspended; true means that the cluster is automatically suspended.
|
void |
setAutoSuspendTime(Long AutoSuspendTime)
Set Cluster automatic suspension time
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
void |
setChildImageVersionId(String ChildImageVersionId)
Set Minor cluster image version ID
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
void |
setCidrBlock(String CidrBlock)
Set Cluster IP range
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
void |
setClusterType(String ClusterType)
Set Cluster resource type spark_private/presto_private/presto_cu/spark_cu
|
void |
setCreateTime(Long CreateTime)
Set Creation time
|
void |
setCrontabResumeSuspend(Long CrontabResumeSuspend)
Set Scheduling policy of starting and ending the cluster: 0 (by default) indicates turning off the scheduling policy; 1 indicates turning on the scheduling policy.
|
void |
setCrontabResumeSuspendStrategy(CrontabResumeSuspendStrategy CrontabResumeSuspendStrategy)
Set Scheduled start and end policy.
|
void |
setDataEngineId(String DataEngineId)
Set Engine ID
|
void |
setDataEngineName(String DataEngineName)
Set DataEngine name
|
void |
setDefaultDataEngine(Boolean DefaultDataEngine)
Set Whether it is the default engine
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
void |
setDefaultHouse(Boolean DefaultHouse)
Set Whether it is the default engine
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
void |
setElasticLimit(Long ElasticLimit)
Set Upper limit of the spark jar's monthly subscribed cluster elasticity
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
void |
setElasticSwitch(Boolean ElasticSwitch)
Set Whether the elastic scaling of the spark jar monthly subscription cluster is enabled
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
void |
setEngineExecType(String EngineExecType)
Set Type of the task executed by the engine.
|
void |
setEngineGeneration(String EngineGeneration)
Set Engine version, supporting Native/SuperSQL
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
void |
setEngineNetworkId(String EngineNetworkId)
Set Engine network ID
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
void |
setEngineNetworkName(String EngineNetworkName)
Set Name of the network where the engine is located
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
void |
setEngineResourceGroupCount(Long EngineResourceGroupCount)
Set Number of resource groups associated with the standard engine
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
void |
setEngineResourceUsedCU(Long EngineResourceUsedCU)
Set Current usage of the engine (Cu)
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
void |
setEngineType(String EngineType)
Set Engine type: spark/presto
|
void |
setEngineTypeDetail(String EngineTypeDetail)
Set Detailed engine type, supporting SparkSQL/SparkBatch/PrestoSQL/Kyuubi
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
void |
setExpireTime(String ExpireTime)
Set Expiration time
|
void |
setImageVersionId(String ImageVersionId)
Set Cluster image version ID
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
void |
setImageVersionName(String ImageVersionName)
Set Cluster image version name
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
void |
setIsolatedTime(String IsolatedTime)
Set Isolation time
|
void |
setMaxClusters(Long MaxClusters)
Set Maximum number of clusters
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
void |
setMaxConcurrency(Long MaxConcurrency)
Set Maximum concurrency number of a single cluster
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
void |
setMessage(String Message)
Set Returned Message
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
void |
setMinClusters(Long MinClusters)
Set Minimum number of clusters
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
void |
setMode(Long Mode)
Set Billing mode: 0 shared mode, 1 pay-as-you-go, and 2 monthly subscription
|
void |
setNetworkConnectionSet(NetworkConnection[] NetworkConnectionSet)
Set Network connection configuration
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
void |
setPermissions(String[] Permissions)
Set Permissions owned by the engine
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
void |
setQuotaId(String QuotaId)
Set Quota ID
|
void |
setRenewFlag(Long RenewFlag)
Set Automatic renewal flag: 0 means the initial state and there is no automatic renewal by default.
|
void |
setResourceType(String ResourceType)
Set Type of the engine resource
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
void |
setReversalTime(String ReversalTime)
Set Rectification time
|
void |
setSessionResourceTemplate(SessionResourceTemplate SessionResourceTemplate)
Set SessionResourceTemplate
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
void |
setSize(Long Size)
Set Cluster specifications
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
void |
setSpendAfter(Long SpendAfter)
Set Automatic recovery time
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
void |
setStartStandbyCluster(Boolean StartStandbyCluster)
Set Whether to enable the standby cluster
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
void |
setState(Long State)
Set Data engine status -2 deleted, -1 failed, 0 initializing, 1 suspended, 2 running, 3 ready to delete, and 4 deleting
|
void |
setSubAccountUin(String SubAccountUin)
Set Operator
|
void |
setTagList(TagInfo[] TagList)
Set Key-value pair collection
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
void |
setTolerableQueueTime(Long TolerableQueueTime)
Set Maximum time for the task to queue
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
void |
setUiURL(String UiURL)
Set Jump address of ui
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
void |
setUpdateTime(Long UpdateTime)
Set Update time
|
void |
setUserAlias(String UserAlias)
Set Username
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
void |
setUserAppId(Long UserAppId)
Set User AppID
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
void |
setUserUin(String UserUin)
Set User uin
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
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 DataEngineInfo()
public DataEngineInfo(DataEngineInfo source)
public String getDataEngineName()
public void setDataEngineName(String DataEngineName)
DataEngineName
- DataEngine namepublic String getEngineType()
public void setEngineType(String EngineType)
EngineType
- Engine type: spark/prestopublic String getClusterType()
public void setClusterType(String ClusterType)
ClusterType
- Cluster resource type spark_private/presto_private/presto_cu/spark_cupublic String getQuotaId()
public void setQuotaId(String QuotaId)
QuotaId
- Quota IDpublic Long getState()
public void setState(Long State)
State
- Data engine status -2 deleted, -1 failed, 0 initializing, 1 suspended, 2 running, 3 ready to delete, and 4 deletingpublic Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime
- Creation timepublic Long getUpdateTime()
public void setUpdateTime(Long UpdateTime)
UpdateTime
- Update timepublic Long getSize()
public void setSize(Long Size)
Size
- Cluster specifications
Note: The returned value of this field may be null, indicating that no valid value is obtained.public Long getMode()
public void setMode(Long Mode)
Mode
- Billing mode: 0 shared mode, 1 pay-as-you-go, and 2 monthly subscriptionpublic Long getMinClusters()
public void setMinClusters(Long MinClusters)
MinClusters
- Minimum number of clusters
Note: The returned value of this field may be null, indicating that no valid value is obtained.public Long getMaxClusters()
public void setMaxClusters(Long MaxClusters)
MaxClusters
- Maximum number of clusters
Note: The returned value of this field may be null, indicating that no valid value is obtained.public Boolean getAutoResume()
public void setAutoResume(Boolean AutoResume)
AutoResume
- Whether to recover automatically
Note: The returned value of this field may be null, indicating that no valid value is obtained.public Long getSpendAfter()
public void setSpendAfter(Long SpendAfter)
SpendAfter
- Automatic recovery time
Note: The returned value of this field may be null, indicating that no valid value is obtained.public String getCidrBlock()
public void setCidrBlock(String CidrBlock)
CidrBlock
- Cluster IP range
Note: The returned value of this field may be null, indicating that no valid value is obtained.public Boolean getDefaultDataEngine()
public void setDefaultDataEngine(Boolean DefaultDataEngine)
DefaultDataEngine
- Whether it is the default engine
Note: The returned value of this field may be null, indicating that no valid value is obtained.public String getMessage()
public void setMessage(String Message)
Message
- Returned Message
Note: The returned value of this field may be null, indicating that no valid value is obtained.public String getDataEngineId()
public void setDataEngineId(String DataEngineId)
DataEngineId
- Engine IDpublic String getSubAccountUin()
public void setSubAccountUin(String SubAccountUin)
SubAccountUin
- Operatorpublic String getExpireTime()
public void setExpireTime(String ExpireTime)
ExpireTime
- Expiration timepublic String getIsolatedTime()
public void setIsolatedTime(String IsolatedTime)
IsolatedTime
- Isolation timepublic String getReversalTime()
public void setReversalTime(String ReversalTime)
ReversalTime
- Rectification timepublic String getUserAlias()
public void setUserAlias(String UserAlias)
UserAlias
- Username
Note: The returned value of this field may be null, indicating that no valid value is obtained.public TagInfo[] getTagList()
public void setTagList(TagInfo[] TagList)
TagList
- Key-value pair collection
Note: The returned value of this field may be null, indicating that no valid value is obtained.public String[] getPermissions()
public void setPermissions(String[] Permissions)
Permissions
- Permissions owned by the engine
Note: The returned value of this field may be null, indicating that no valid value is obtained.public Boolean getAutoSuspend()
public void setAutoSuspend(Boolean AutoSuspend)
AutoSuspend
- Whether to automatically suspend the cluster: False (by default) means that the cluster is not automatically suspended; true means that the cluster is automatically suspended.
Note: The returned value of this field may be null, indicating that no valid value is obtained.public Long getCrontabResumeSuspend()
public void setCrontabResumeSuspend(Long CrontabResumeSuspend)
CrontabResumeSuspend
- Scheduling policy of starting and ending the cluster: 0 (by default) indicates turning off the scheduling policy; 1 indicates turning on the scheduling policy. (Note: The scheduling policy of starting and ending the cluster and the automatic suspension policy are mutually exclusive.)
Note: The returned value of this field may be null, indicating that no valid value is obtained.public CrontabResumeSuspendStrategy getCrontabResumeSuspendStrategy()
public void setCrontabResumeSuspendStrategy(CrontabResumeSuspendStrategy CrontabResumeSuspendStrategy)
CrontabResumeSuspendStrategy
- Scheduled start and end policy. Complex type: Include start and end time and the cluster suspension strategy.
Note: The returned value of this field may be null, indicating that no valid value is obtained.public String getEngineExecType()
public void setEngineExecType(String EngineExecType)
EngineExecType
- Type of the task executed by the engine. Valid value: SQL/BATCH
Note: The returned value of this field may be null, indicating that no valid value is obtained.public Long getRenewFlag()
public void setRenewFlag(Long RenewFlag)
RenewFlag
- Automatic renewal flag: 0 means the initial state and there is no automatic renewal by default. If the user has the privilege to retain services with advanced payment, there will be an automatic renewal. 1 means that there is an automatic renewal. 2 means that there is surely no automatic renewal.
Note: The returned value of this field may be null, indicating that no valid value is obtained.public Long getAutoSuspendTime()
public void setAutoSuspendTime(Long AutoSuspendTime)
AutoSuspendTime
- Cluster automatic suspension time
Note: The returned value of this field may be null, indicating that no valid value is obtained.public NetworkConnection[] getNetworkConnectionSet()
public void setNetworkConnectionSet(NetworkConnection[] NetworkConnectionSet)
NetworkConnectionSet
- Network connection configuration
Note: The returned value of this field may be null, indicating that no valid value is obtained.public String getUiURL()
public void setUiURL(String UiURL)
UiURL
- Jump address of ui
Note: The returned value of this field may be null, indicating that no valid value is obtained.public String getResourceType()
public void setResourceType(String ResourceType)
ResourceType
- Type of the engine resource
Note: The returned value of this field may be null, indicating that no valid value is obtained.public String getImageVersionId()
public void setImageVersionId(String ImageVersionId)
ImageVersionId
- Cluster image version ID
Note: The returned value of this field may be null, indicating that no valid value is obtained.public String getChildImageVersionId()
public void setChildImageVersionId(String ChildImageVersionId)
ChildImageVersionId
- Minor cluster image version ID
Note: The returned value of this field may be null, indicating that no valid value is obtained.public String getImageVersionName()
public void setImageVersionName(String ImageVersionName)
ImageVersionName
- Cluster image version name
Note: The returned value of this field may be null, indicating that no valid value is obtained.public Boolean getStartStandbyCluster()
public void setStartStandbyCluster(Boolean StartStandbyCluster)
StartStandbyCluster
- Whether to enable the standby cluster
Note: The returned value of this field may be null, indicating that no valid value is obtained.public Boolean getElasticSwitch()
public void setElasticSwitch(Boolean ElasticSwitch)
ElasticSwitch
- Whether the elastic scaling of the spark jar monthly subscription cluster is enabled
Note: The returned value of this field may be null, indicating that no valid value is obtained.public Long getElasticLimit()
public void setElasticLimit(Long ElasticLimit)
ElasticLimit
- Upper limit of the spark jar's monthly subscribed cluster elasticity
Note: The returned value of this field may be null, indicating that no valid value is obtained.public Boolean getDefaultHouse()
public void setDefaultHouse(Boolean DefaultHouse)
DefaultHouse
- Whether it is the default engine
Note: The returned value of this field may be null, indicating that no valid value is obtained.public Long getMaxConcurrency()
public void setMaxConcurrency(Long MaxConcurrency)
MaxConcurrency
- Maximum concurrency number of a single cluster
Note: The returned value of this field may be null, indicating that no valid value is obtained.public Long getTolerableQueueTime()
public void setTolerableQueueTime(Long TolerableQueueTime)
TolerableQueueTime
- Maximum time for the task to queue
Note: The returned value of this field may be null, indicating that no valid value is obtained.public Long getUserAppId()
public void setUserAppId(Long UserAppId)
UserAppId
- User AppID
Note: The returned value of this field may be null, indicating that no valid value is obtained.public String getUserUin()
public void setUserUin(String UserUin)
UserUin
- User uin
Note: The returned value of this field may be null, indicating that no valid value is obtained.public SessionResourceTemplate getSessionResourceTemplate()
public void setSessionResourceTemplate(SessionResourceTemplate SessionResourceTemplate)
SessionResourceTemplate
- SessionResourceTemplate
Note: The returned value of this field may be null, indicating that no valid value is obtained.public Boolean getAutoAuthorization()
public void setAutoAuthorization(Boolean AutoAuthorization)
AutoAuthorization
- Automatic authorization switch
Note: The returned value of this field may be null, indicating that no valid value is obtained.public String getEngineGeneration()
public void setEngineGeneration(String EngineGeneration)
EngineGeneration
- Engine version, supporting Native/SuperSQL
Note: The returned value of this field may be null, indicating that no valid value is obtained.public String getEngineTypeDetail()
public void setEngineTypeDetail(String EngineTypeDetail)
EngineTypeDetail
- Detailed engine type, supporting SparkSQL/SparkBatch/PrestoSQL/Kyuubi
Note: The returned value of this field may be null, indicating that no valid value is obtained.public String getEngineNetworkId()
public void setEngineNetworkId(String EngineNetworkId)
EngineNetworkId
- Engine network ID
Note: The returned value of this field may be null, indicating that no valid value is obtained.public Long getEngineResourceGroupCount()
public void setEngineResourceGroupCount(Long EngineResourceGroupCount)
EngineResourceGroupCount
- Number of resource groups associated with the standard engine
Note: The returned value of this field may be null, indicating that no valid value is obtained.public Long getEngineResourceUsedCU()
public void setEngineResourceUsedCU(Long EngineResourceUsedCU)
EngineResourceUsedCU
- Current usage of the engine (Cu)
Note: The returned value of this field may be null, indicating that no valid value is obtained.public AccessInfo[] getAccessInfos()
public void setAccessInfos(AccessInfo[] AccessInfos)
AccessInfos
- Access information of the engine
Note: The returned value of this field may be null, indicating that no valid value is obtained.public String getEngineNetworkName()
public void setEngineNetworkName(String EngineNetworkName)
EngineNetworkName
- Name of the network where the engine is located
Note: The returned value of this field may be null, indicating that no valid value is obtained.Copyright © 2024. All rights reserved.