Skip to content

Commit

Permalink
Generated 2023-01-20 for csas.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdk-team committed Oct 30, 2024
1 parent 80d399b commit 8821adb
Show file tree
Hide file tree
Showing 9 changed files with 57 additions and 8 deletions.
3 changes: 3 additions & 0 deletions aliyun-python-sdk-csas/ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2024-10-30 Version: 1.0.10
- Generated 2023-01-20 for `csas`.

2024-07-03 Version: 1.0.9
- Generated 2023-01-20 for `csas`.

Expand Down
2 changes: 1 addition & 1 deletion aliyun-python-sdk-csas/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Aliyun Python SDK is the official software development kit. It makes things easy

This module works on Python versions:

2.6.5 and greater
3.7 and greater

**Documentation:**

Expand Down
2 changes: 1 addition & 1 deletion aliyun-python-sdk-csas/aliyunsdkcsas/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.9'
__version__ = '1.0.10'
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,27 @@ def get_Protocol(self): # String

def set_Protocol(self, Protocol): # String
self.add_body_params('Protocol', Protocol)
def get_L7ProxyDomainCustom(self): # String
return self.get_body_params().get('L7ProxyDomainCustom')

def set_L7ProxyDomainCustom(self, L7ProxyDomainCustom): # String
self.add_body_params('L7ProxyDomainCustom', L7ProxyDomainCustom)
def get_BrowserAccessStatus(self): # String
return self.get_body_params().get('BrowserAccessStatus')

def set_BrowserAccessStatus(self, BrowserAccessStatus): # String
self.add_body_params('BrowserAccessStatus', BrowserAccessStatus)
def get_TagIds(self): # Array
return self.get_body_params().get('TagIds')

def set_TagIds(self, TagIds): # Array
for index1, value1 in enumerate(TagIds):
self.add_body_params('TagIds.' + str(index1 + 1), value1)
def get_L7ProxyDomainAutomaticPrefix(self): # String
return self.get_body_params().get('L7ProxyDomainAutomaticPrefix')

def set_L7ProxyDomainAutomaticPrefix(self, L7ProxyDomainAutomaticPrefix): # String
self.add_body_params('L7ProxyDomainAutomaticPrefix', L7ProxyDomainAutomaticPrefix)
def get_PortRanges(self): # Array
return self.get_body_params().get('PortRanges')

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ def get_WmInfoUint(self): # String

def set_WmInfoUint(self, WmInfoUint): # String
self.add_body_params('WmInfoUint', WmInfoUint)
def get_CsvControl(self): # Struct
return self.get_query_params().get('CsvControl')

def set_CsvControl(self, CsvControl): # Struct
self.add_query_param("CsvControl", json.dumps(CsvControl))
def get_Filename(self): # String
return self.get_body_params().get('Filename')

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
# under the License.

from aliyunsdkcore.request import RpcRequest
import json

class CreateWmExtractTaskRequest(RpcRequest):

Expand Down Expand Up @@ -45,6 +46,11 @@ def get_WmType(self): # String

def set_WmType(self, WmType): # String
self.add_body_params('WmType', WmType)
def get_CsvControl(self): # Struct
return self.get_query_params().get('CsvControl')

def set_CsvControl(self, CsvControl): # Struct
self.add_query_param("CsvControl", json.dumps(CsvControl))
def get_Filename(self): # String
return self.get_body_params().get('Filename')

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ def get_ApplicationIds(self): # Array
def set_ApplicationIds(self, ApplicationIds): # Array
for index1, value1 in enumerate(ApplicationIds):
self.add_query_param('ApplicationIds.' + str(index1 + 1), value1)
def get_AccessModes(self): # String
return self.get_query_params().get('AccessModes')

def set_AccessModes(self, AccessModes): # String
self.add_query_param('AccessModes', AccessModes)
def get_Name(self): # String
return self.get_query_params().get('Name')

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,27 @@ def get_ApplicationId(self): # String

def set_ApplicationId(self, ApplicationId): # String
self.add_body_params('ApplicationId', ApplicationId)
def get_L7ProxyDomainCustom(self): # String
return self.get_body_params().get('L7ProxyDomainCustom')

def set_L7ProxyDomainCustom(self, L7ProxyDomainCustom): # String
self.add_body_params('L7ProxyDomainCustom', L7ProxyDomainCustom)
def get_L7ProxyDomainPrivate(self): # String
return self.get_body_params().get('L7ProxyDomainPrivate')

def set_L7ProxyDomainPrivate(self, L7ProxyDomainPrivate): # String
self.add_body_params('L7ProxyDomainPrivate', L7ProxyDomainPrivate)
def get_TagIds(self): # Array
return self.get_body_params().get('TagIds')

def set_TagIds(self, TagIds): # Array
for index1, value1 in enumerate(TagIds):
self.add_body_params('TagIds.' + str(index1 + 1), value1)
def get_L7ProxyDomainAutomaticPrefix(self): # String
return self.get_body_params().get('L7ProxyDomainAutomaticPrefix')

def set_L7ProxyDomainAutomaticPrefix(self, L7ProxyDomainAutomaticPrefix): # String
self.add_body_params('L7ProxyDomainAutomaticPrefix', L7ProxyDomainAutomaticPrefix)
def get_PortRanges(self): # Array
return self.get_body_params().get('PortRanges')

Expand Down
12 changes: 6 additions & 6 deletions aliyun-python-sdk-csas/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Software Development",
)

Expand Down

0 comments on commit 8821adb

Please sign in to comment.