Skip to content

Commit

Permalink
Generated 2019-06-01 for oos.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdk-team committed Mar 25, 2024
1 parent 3c5d83c commit 72c677d
Show file tree
Hide file tree
Showing 12 changed files with 117 additions and 1 deletion.
3 changes: 3 additions & 0 deletions aliyun-python-sdk-oos/ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2024-03-25 Version: 1.5.14
- Generated 2019-06-01 for `oos`.

2023-07-28 Version: 1.5.13
- PatchBaseline Support Tags.

Expand Down
2 changes: 1 addition & 1 deletion aliyun-python-sdk-oos/aliyunsdkoos/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.5.13'
__version__ = '1.5.14'
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,8 @@ def get_Name(self): # String

def set_Name(self, Name): # String
self.add_query_param('Name', Name)
def get_ServiceId(self): # String
return self.get_query_params().get('ServiceId')

def set_ServiceId(self, ServiceId): # String
self.add_query_param('ServiceId', ServiceId)
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ def get_Description(self): # String

def set_Description(self, Description): # String
self.add_query_param('Description', Description)
def get_ResourceGroupId(self): # String
return self.get_query_params().get('ResourceGroupId')

def set_ResourceGroupId(self, ResourceGroupId): # String
self.add_query_param('ResourceGroupId', ResourceGroupId)
def get_RejectedPatchesAction(self): # String
return self.get_query_params().get('RejectedPatchesAction')

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

def get_RetainResource(self): # Boolean
return self.get_query_params().get('RetainResource')

def set_RetainResource(self, RetainResource): # Boolean
self.add_query_param('RetainResource', RetainResource)
def get_ApplicationName(self): # String
return self.get_query_params().get('ApplicationName')

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

def get_RetainResource(self): # Boolean
return self.get_query_params().get('RetainResource')

def set_RetainResource(self, RetainResource): # Boolean
self.add_query_param('RetainResource', RetainResource)
def get_Name(self): # String
return self.get_query_params().get('Name')

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
#
# http://www.apache.org/licenses/LICENSE-2.0
#
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.

from aliyunsdkcore.request import RpcRequest
from aliyunsdkoos.endpoint import endpoint_data

class DescribeApplicationGroupBillRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'oos', '2019-06-01', 'DescribeApplicationGroupBill','oos')
self.set_method('POST')

if hasattr(self, "endpoint_map"):
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
if hasattr(self, "endpoint_regional"):
setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional())

def get_NextToken(self): # String
return self.get_query_params().get('NextToken')

def set_NextToken(self, NextToken): # String
self.add_query_param('NextToken', NextToken)
def get_BillingCycle(self): # String
return self.get_query_params().get('BillingCycle')

def set_BillingCycle(self, BillingCycle): # String
self.add_query_param('BillingCycle', BillingCycle)
def get_ResourceType(self): # String
return self.get_query_params().get('ResourceType')

def set_ResourceType(self, ResourceType): # String
self.add_query_param('ResourceType', ResourceType)
def get_ApplicationName(self): # String
return self.get_query_params().get('ApplicationName')

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

def set_Name(self, Name): # String
self.add_query_param('Name', Name)
def get_MaxResults(self): # Integer
return self.get_query_params().get('MaxResults')

def set_MaxResults(self, MaxResults): # Integer
self.add_query_param('MaxResults', MaxResults)
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ def __init__(self):
if hasattr(self, "endpoint_regional"):
setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional())

def get_TemplateContent(self): # String
return self.get_query_params().get('TemplateContent')

def set_TemplateContent(self, TemplateContent): # String
self.add_query_param('TemplateContent', TemplateContent)
def get_TemplateVersion(self): # String
return self.get_query_params().get('TemplateVersion')

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ def get_Sources(self): # Array

def set_Sources(self, Sources): # Array
self.add_query_param("Sources", json.dumps(Sources))
def get_ResourceGroupId(self): # String
return self.get_query_params().get('ResourceGroupId')

def set_ResourceGroupId(self, ResourceGroupId): # String
self.add_query_param('ResourceGroupId', ResourceGroupId)
def get_NextToken(self): # String
return self.get_query_params().get('NextToken')

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,11 @@ def get_MaxResults(self): # Integer

def set_MaxResults(self, MaxResults): # Integer
self.add_query_param('MaxResults', MaxResults)
def get_IsFavorite(self): # Boolean
return self.get_query_params().get('IsFavorite')

def set_IsFavorite(self, IsFavorite): # Boolean
self.add_query_param('IsFavorite', IsFavorite)
def get_TemplateFormat(self): # String
return self.get_query_params().get('TemplateFormat')

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

def set_Description(self, Description): # String
self.add_query_param('Description', Description)
def get_Tags(self): # String
return self.get_query_params().get('Tags')

def set_Tags(self, Tags): # String
self.add_query_param('Tags', Tags)
def get_ExecutionId(self): # String
return self.get_query_params().get('ExecutionId')

def set_ExecutionId(self, ExecutionId): # String
self.add_query_param('ExecutionId', ExecutionId)
def get_ResourceGroupId(self): # String
return self.get_query_params().get('ResourceGroupId')

def set_ResourceGroupId(self, ResourceGroupId): # String
self.add_query_param('ResourceGroupId', ResourceGroupId)
def get_Parameters(self): # String
return self.get_query_params().get('Parameters')

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

def set_Description(self, Description): # String
self.add_query_param('Description', Description)
def get_ResourceGroupId(self): # String
return self.get_query_params().get('ResourceGroupId')

def set_ResourceGroupId(self, ResourceGroupId): # String
self.add_query_param('ResourceGroupId', ResourceGroupId)
def get_RejectedPatchesAction(self): # String
return self.get_query_params().get('RejectedPatchesAction')

Expand Down

0 comments on commit 72c677d

Please sign in to comment.