Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit bbae49c

Browse files
committed
Update API DescribeNamespaceResources: add response parameters Body.Data.SlsConfigs.
1 parent d7dfbd7 commit bbae49c

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

‎sae-20190506/ChangeLog.txt‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2025年10月28日 Version: 2.7.4
2+
- Update API DescribeNamespaceResources: add response parameters Body.Data.SlsConfigs.
3+
4+
15
2025年10月24日 Version: 2.7.3
26
- Update API CreateIngress: add request parameters EnableGzip.
37
- Update API DeployApplication: add request parameters MaxSurgeInstanceRatio.

‎sae-20190506/include/alibabacloud/models/DescribeNamespaceResourcesResponseBodyData.hpp‎

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ namespace Models
2626
DARABONBA_PTR_TO_JSON(NamespaceName, namespaceName_);
2727
DARABONBA_PTR_TO_JSON(NotificationExpired, notificationExpired_);
2828
DARABONBA_PTR_TO_JSON(SecurityGroupId, securityGroupId_);
29+
DARABONBA_PTR_TO_JSON(SlsConfigs, slsConfigs_);
2930
DARABONBA_PTR_TO_JSON(TenantId, tenantId_);
3031
DARABONBA_PTR_TO_JSON(UserId, userId_);
3132
DARABONBA_PTR_TO_JSON(VSwitchId, vSwitchId_);
@@ -47,6 +48,7 @@ namespace Models
4748
DARABONBA_PTR_FROM_JSON(NamespaceName, namespaceName_);
4849
DARABONBA_PTR_FROM_JSON(NotificationExpired, notificationExpired_);
4950
DARABONBA_PTR_FROM_JSON(SecurityGroupId, securityGroupId_);
51+
DARABONBA_PTR_FROM_JSON(SlsConfigs, slsConfigs_);
5052
DARABONBA_PTR_FROM_JSON(TenantId, tenantId_);
5153
DARABONBA_PTR_FROM_JSON(UserId, userId_);
5254
DARABONBA_PTR_FROM_JSON(VSwitchId, vSwitchId_);
@@ -68,8 +70,8 @@ namespace Models
6870
virtual bool empty() const override { return this->appCount_ == nullptr
6971
&& return this->belongRegion_ == nullptr && return this->description_ == nullptr && return this->jumpServerAppId_ == nullptr && return this->jumpServerIp_ == nullptr && return this->lastChangeOrderId_ == nullptr
7072
&& return this->lastChangeOrderRunning_ == nullptr && return this->lastChangeOrderStatus_ == nullptr && return this->nameSpaceShortId_ == nullptr && return this->namespaceId_ == nullptr && return this->namespaceName_ == nullptr
71-
&& return this->notificationExpired_ == nullptr && return this->securityGroupId_ == nullptr && return this->tenantId_ == nullptr && return this->userId_ == nullptr && return this->vSwitchId_ == nullptr
72-
&& return this->vSwitchName_ == nullptr && return this->vpcId_ == nullptr && return this->vpcName_ == nullptr; };
73+
&& return this->notificationExpired_ == nullptr && return this->securityGroupId_ == nullptr && return this->slsConfigs_ == nullptr && return this->tenantId_ == nullptr && return this->userId_ == nullptr
74+
&& return this->vSwitchId_ == nullptr && returnthis->vSwitchName_ == nullptr && return this->vpcId_ == nullptr && return this->vpcName_ == nullptr; };
7375
// appCount Field Functions
7476
bool hasAppCount() const { return this->appCount_ != nullptr;};
7577
void deleteAppCount() { this->appCount_ = nullptr;};
@@ -161,6 +163,13 @@ namespace Models
161163
inline DescribeNamespaceResourcesResponseBodyData& setSecurityGroupId(string securityGroupId) { DARABONBA_PTR_SET_VALUE(securityGroupId_, securityGroupId) };
162164

163165

166+
// slsConfigs Field Functions
167+
bool hasSlsConfigs() const { return this->slsConfigs_ != nullptr;};
168+
void deleteSlsConfigs() { this->slsConfigs_ = nullptr;};
169+
inline string slsConfigs() const { DARABONBA_PTR_GET_DEFAULT(slsConfigs_, "") };
170+
inline DescribeNamespaceResourcesResponseBodyData& setSlsConfigs(string slsConfigs) { DARABONBA_PTR_SET_VALUE(slsConfigs_, slsConfigs) };
171+
172+
164173
// tenantId Field Functions
165174
bool hasTenantId() const { return this->tenantId_ != nullptr;};
166175
void deleteTenantId() { this->tenantId_ = nullptr;};
@@ -246,6 +255,7 @@ namespace Models
246255
std::shared_ptr<bool> notificationExpired_ = nullptr;
247256
// The ID of the security group.
248257
std::shared_ptr<string> securityGroupId_ = nullptr;
258+
std::shared_ptr<string> slsConfigs_ = nullptr;
249259
// The ID of the tenant in the SAE namespace.
250260
std::shared_ptr<string> tenantId_ = nullptr;
251261
// The ID of the user.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /