public class UseDefaultRepoParameters extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
UseDefaultRepoParameters()  | 
UseDefaultRepoParameters(UseDefaultRepoParameters 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 | 
|---|---|
Long | 
getEnterpriseInstanceChargeType()
Get TCR Enterprise billing mode. 
 | 
String | 
getEnterpriseInstanceName()
Get TCR Enterprise instance name
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getEnterpriseInstanceType()
Get Edition of the TCR Enterprise. 
 | 
void | 
setEnterpriseInstanceChargeType(Long EnterpriseInstanceChargeType)
Set TCR Enterprise billing mode. 
 | 
void | 
setEnterpriseInstanceName(String EnterpriseInstanceName)
Set TCR Enterprise instance name
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setEnterpriseInstanceType(String EnterpriseInstanceType)
Set Edition of the TCR Enterprise. 
 | 
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 UseDefaultRepoParameters()
public UseDefaultRepoParameters(UseDefaultRepoParameters source)
public String getEnterpriseInstanceName()
public void setEnterpriseInstanceName(String EnterpriseInstanceName)
EnterpriseInstanceName - TCR Enterprise instance name
Note: This field may return null, indicating that no valid values can be obtained.public Long getEnterpriseInstanceChargeType()
public void setEnterpriseInstanceChargeType(Long EnterpriseInstanceChargeType)
EnterpriseInstanceChargeType - TCR Enterprise billing mode. `0`: Pay-as-you-go 
Note: This field may return null, indicating that no valid values can be obtained.public String getEnterpriseInstanceType()
public void setEnterpriseInstanceType(String EnterpriseInstanceType)
EnterpriseInstanceType - Edition of the TCR Enterprise. Values: `basic`, `standard`, `premium` (Advanced edition)
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.