File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed
aliyun-python-sdk-polardb Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1+ 2025-02-06 Version: 1.8.53
2+ - DescribeLicenseCodes support filter by mac address or system id.
3+
142025-01-20 Version: 1.8.52
25- Generated 2017-08-01 for `polardb`.
36
Original file line number Diff line number Diff line change 1- __version__ = '1.8.52 '
1+ __version__ = '1.8.53 '
Original file line number Diff line number Diff line change @@ -52,6 +52,16 @@ def get_AliyunOrderId(self): # String
5252
5353 def set_AliyunOrderId (self , AliyunOrderId ): # String
5454 self .add_query_param ('AliyunOrderId' , AliyunOrderId )
55+ def get_MacAddress (self ): # String
56+ return self .get_query_params ().get ('MacAddress' )
57+
58+ def set_MacAddress (self , MacAddress ): # String
59+ self .add_query_param ('MacAddress' , MacAddress )
60+ def get_SystemIdentifier (self ): # String
61+ return self .get_query_params ().get ('SystemIdentifier' )
62+
63+ def set_SystemIdentifier (self , SystemIdentifier ): # String
64+ self .add_query_param ('SystemIdentifier' , SystemIdentifier )
5565 def get_ResourceOwnerAccount (self ): # String
5666 return self .get_query_params ().get ('ResourceOwnerAccount' )
5767
You can’t perform that action at this time.
0 commit comments