Package | Description |
---|---|
com.tencentcloudapi.teo.v20220901.models |
Modifier and Type | Method and Description |
---|---|
ConfigGroupVersionInfo |
DescribeConfigGroupVersionDetailResponse.getConfigGroupVersionInfo()
Get Version information.
|
ConfigGroupVersionInfo[] |
DescribeConfigGroupVersionsResponse.getConfigGroupVersionInfos()
Get Version information list.
|
ConfigGroupVersionInfo[] |
DeployRecord.getConfigGroupVersionInfos()
Get Details about the released version.
|
ConfigGroupVersionInfo[] |
DeployConfigGroupVersionRequest.getConfigGroupVersionInfos()
Get Version information required for release.
|
ConfigGroupVersionInfo[] |
EnvInfo.getCurrentConfigGroupVersionInfos()
Get For the effective versions of each configuration group in the current environment, there are two possible scenarios based on the value of Status:
When Status is set to version_deploying, the returned value of this field represents the previously effective version.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeConfigGroupVersionDetailResponse.setConfigGroupVersionInfo(ConfigGroupVersionInfo ConfigGroupVersionInfo)
Set Version information.
|
void |
DescribeConfigGroupVersionsResponse.setConfigGroupVersionInfos(ConfigGroupVersionInfo[] ConfigGroupVersionInfos)
Set Version information list.
|
void |
DeployRecord.setConfigGroupVersionInfos(ConfigGroupVersionInfo[] ConfigGroupVersionInfos)
Set Details about the released version.
|
void |
DeployConfigGroupVersionRequest.setConfigGroupVersionInfos(ConfigGroupVersionInfo[] ConfigGroupVersionInfos)
Set Version information required for release.
|
void |
EnvInfo.setCurrentConfigGroupVersionInfos(ConfigGroupVersionInfo[] CurrentConfigGroupVersionInfos)
Set For the effective versions of each configuration group in the current environment, there are two possible scenarios based on the value of Status:
When Status is set to version_deploying, the returned value of this field represents the previously effective version.
|
Constructor and Description |
---|
ConfigGroupVersionInfo(ConfigGroupVersionInfo 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.
|
Copyright © 2024. All rights reserved.