Skip to content

Commit

Permalink
Generated 2019-05-06 for sae.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdk-team committed Apr 22, 2024
1 parent 60f873c commit 95cbf8b
Show file tree
Hide file tree
Showing 14 changed files with 118 additions and 5 deletions.
3 changes: 3 additions & 0 deletions aliyun-python-sdk-sae/ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2024-04-22 Version: 1.22.16
- Generated 2019-05-06 for `sae`.

2023-04-10 Version: 1.22.15
- Support Restartapplication AutoEnableApplicationScalingRule.

Expand Down
2 changes: 1 addition & 1 deletion aliyun-python-sdk-sae/aliyunsdksae/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.22.15'
__version__ = '1.22.16'
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,8 @@ def get_NamespaceId(self): # String

def set_NamespaceId(self, NamespaceId): # String
self.add_query_param('NamespaceId', NamespaceId)
def get_Version(self): # String
return self.get_query_params().get('Version')

def set_Version(self, Version): # String
self.add_query_param('Version', Version)
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,8 @@ def get_NamespaceId(self): # String

def set_NamespaceId(self, NamespaceId): # String
self.add_query_param('NamespaceId', NamespaceId)
def get_Version(self): # String
return self.get_query_params().get('Version')

def set_Version(self, Version): # String
self.add_query_param('Version', Version)
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@ def get_NamespaceId(self): # String

def set_NamespaceId(self, NamespaceId): # String
self.add_query_param('NamespaceId', NamespaceId)
def get_SaeVersion(self): # String
return self.get_query_params().get('SaeVersion')

def set_SaeVersion(self, SaeVersion): # String
self.add_query_param('SaeVersion', SaeVersion)
def get_PvtzDiscoverySvc(self): # String
return self.get_query_params().get('PvtzDiscoverySvc')

Expand Down Expand Up @@ -162,6 +167,11 @@ def get_AssociateEip(self): # Boolean

def set_AssociateEip(self, AssociateEip): # Boolean
self.add_body_params('AssociateEip', AssociateEip)
def get_AppSource(self): # String
return self.get_query_params().get('AppSource')

def set_AppSource(self, AppSource): # String
self.add_query_param('AppSource', AppSource)
def get_WebContainer(self): # String
return self.get_query_params().get('WebContainer')

Expand Down Expand Up @@ -297,6 +307,11 @@ def get_ImageUrl(self): # String

def set_ImageUrl(self, ImageUrl): # String
self.add_query_param('ImageUrl', ImageUrl)
def get_Php(self): # String
return self.get_body_params().get('Php')

def set_Php(self, Php): # String
self.add_body_params('Php', Php)
def get_PythonModules(self): # String
return self.get_query_params().get('PythonModules')

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ def get_NamespaceId(self): # String
def set_NamespaceId(self, NamespaceId): # String
self.add_query_param('NamespaceId', NamespaceId)
def get_SecretData(self): # String
return self.get_body_params().get('SecretData')
return self.get_query_params().get('SecretData')

def set_SecretData(self, SecretData): # String
self.add_body_params('SecretData', SecretData)
self.add_query_param('SecretData', SecretData)
def get_SecretName(self): # String
return self.get_query_params().get('SecretName')

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,21 @@ def get_Python(self): # String

def set_Python(self, Python): # String
self.add_query_param('Python', Python)
def get_Cpu(self): # Integer
return self.get_query_params().get('Cpu')

def set_Cpu(self, Cpu): # Integer
self.add_query_param('Cpu', Cpu)
def get_UpdateStrategy(self): # String
return self.get_query_params().get('UpdateStrategy')

def set_UpdateStrategy(self, UpdateStrategy): # String
self.add_query_param('UpdateStrategy', UpdateStrategy)
def get_VSwitchId(self): # String
return self.get_query_params().get('VSwitchId')

def set_VSwitchId(self, VSwitchId): # String
self.add_query_param('VSwitchId', VSwitchId)
def get_ChangeOrderDesc(self): # String
return self.get_query_params().get('ChangeOrderDesc')

Expand Down Expand Up @@ -172,6 +182,11 @@ def get_KafkaConfigs(self): # String

def set_KafkaConfigs(self, KafkaConfigs): # String
self.add_query_param('KafkaConfigs', KafkaConfigs)
def get_Memory(self): # Integer
return self.get_query_params().get('Memory')

def set_Memory(self, Memory): # Integer
self.add_query_param('Memory', Memory)
def get_CommandArgs(self): # String
return self.get_query_params().get('CommandArgs')

Expand Down Expand Up @@ -202,6 +217,11 @@ def get_Liveness(self): # String

def set_Liveness(self, Liveness): # String
self.add_query_param('Liveness', Liveness)
def get_SecurityGroupId(self): # String
return self.get_query_params().get('SecurityGroupId')

def set_SecurityGroupId(self, SecurityGroupId): # String
self.add_query_param('SecurityGroupId', SecurityGroupId)
def get_PackageVersion(self): # String
return self.get_query_params().get('PackageVersion')

Expand Down Expand Up @@ -247,6 +267,11 @@ def get_EnableGreyTagRoute(self): # Boolean

def set_EnableGreyTagRoute(self, EnableGreyTagRoute): # Boolean
self.add_query_param('EnableGreyTagRoute', EnableGreyTagRoute)
def get_Replicas(self): # Integer
return self.get_query_params().get('Replicas')

def set_Replicas(self, Replicas): # Integer
self.add_query_param('Replicas', Replicas)
def get_Command(self): # String
return self.get_query_params().get('Command')

Expand Down Expand Up @@ -282,6 +307,11 @@ def get_ImageUrl(self): # String

def set_ImageUrl(self, ImageUrl): # String
self.add_query_param('ImageUrl', ImageUrl)
def get_Php(self): # String
return self.get_body_params().get('Php')

def set_Php(self, Php): # String
self.add_body_params('Php', Php)
def get_PythonModules(self): # String
return self.get_query_params().get('PythonModules')

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,16 @@ def __init__(self):
if hasattr(self, "endpoint_regional"):
setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional())

def get_AppSource(self): # String
return self.get_query_params().get('AppSource')

def set_AppSource(self, AppSource): # String
self.add_query_param('AppSource', AppSource)
def get_CpuStrategy(self): # String
return self.get_query_params().get('CpuStrategy')

def set_CpuStrategy(self, CpuStrategy): # String
self.add_query_param('CpuStrategy', CpuStrategy)
def get_Limit(self): # Long
return self.get_query_params().get('Limit')

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,16 @@ def __init__(self):
if hasattr(self, "endpoint_regional"):
setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional())

def get_AppSource(self): # String
return self.get_query_params().get('AppSource')

def set_AppSource(self, AppSource): # String
self.add_query_param('AppSource', AppSource)
def get_CpuStrategy(self): # String
return self.get_query_params().get('CpuStrategy')

def set_CpuStrategy(self, CpuStrategy): # String
self.add_query_param('CpuStrategy', CpuStrategy)
def get_Limit(self): # Long
return self.get_query_params().get('Limit')

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,21 @@ def __init__(self):
if hasattr(self, "endpoint_regional"):
setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional())

def get_AppSource(self): # String
return self.get_query_params().get('AppSource')

def set_AppSource(self, AppSource): # String
self.add_query_param('AppSource', AppSource)
def get_CreateTime(self): # String
return self.get_query_params().get('CreateTime')

def set_CreateTime(self, CreateTime): # String
self.add_query_param('CreateTime', CreateTime)
def get_CpuStrategy(self): # String
return self.get_query_params().get('CpuStrategy')

def set_CpuStrategy(self, CpuStrategy): # String
self.add_query_param('CpuStrategy', CpuStrategy)
def get_Limit(self): # Long
return self.get_query_params().get('Limit')

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,16 @@ def __init__(self):
if hasattr(self, "endpoint_regional"):
setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional())

def get_AppSource(self): # String
return self.get_query_params().get('AppSource')

def set_AppSource(self, AppSource): # String
self.add_query_param('AppSource', AppSource)
def get_CpuStrategy(self): # String
return self.get_query_params().get('CpuStrategy')

def set_CpuStrategy(self, CpuStrategy): # String
self.add_query_param('CpuStrategy', CpuStrategy)
def get_Limit(self): # Long
return self.get_query_params().get('Limit')

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,16 @@ def __init__(self):
if hasattr(self, "endpoint_regional"):
setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional())

def get_AppSource(self): # String
return self.get_query_params().get('AppSource')

def set_AppSource(self, AppSource): # String
self.add_query_param('AppSource', AppSource)
def get_CpuStrategy(self): # String
return self.get_query_params().get('CpuStrategy')

def set_CpuStrategy(self, CpuStrategy): # String
self.add_query_param('CpuStrategy', CpuStrategy)
def get_Limit(self): # Long
return self.get_query_params().get('Limit')

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ def __init__(self):
if hasattr(self, "endpoint_regional"):
setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional())

def get_AppSource(self): # String
return self.get_query_params().get('AppSource')

def set_AppSource(self, AppSource): # String
self.add_query_param('AppSource', AppSource)
def get_AppName(self): # String
return self.get_query_params().get('AppName')

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def get_SecretId(self): # Long
def set_SecretId(self, SecretId): # Long
self.add_query_param('SecretId', SecretId)
def get_SecretData(self): # String
return self.get_body_params().get('SecretData')
return self.get_query_params().get('SecretData')

def set_SecretData(self, SecretData): # String
self.add_body_params('SecretData', SecretData)
self.add_query_param('SecretData', SecretData)

0 comments on commit 95cbf8b

Please sign in to comment.