Skip to content

Commit

Permalink
Generated 2014-05-26, 2016-03-14 for Ecs
Browse files Browse the repository at this point in the history
  • Loading branch information
sdk-team committed May 22, 2019
1 parent b608f58 commit b636309
Show file tree
Hide file tree
Showing 344 changed files with 372 additions and 345 deletions.
3 changes: 3 additions & 0 deletions aliyun-python-sdk-ecs/ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2019-05-22 Version: 2.0.0
- Generated 2014-05-26, 2016-03-14 for `Ecs`

2019-05-20 Version: 1.60.4
- Generated 2014-05-26, 2016-03-14 for `Ecs`

Expand Down
2 changes: 1 addition & 1 deletion aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.60.4'
__version__ = '2.0.0'
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class AcceptInquiredSystemEventRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AcceptInquiredSystemEvent','ecs')
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AcceptInquiredSystemEvent')

def get_EventId(self):
return self.get_query_params().get('EventId')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class ActivateRouterInterfaceRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ActivateRouterInterface','ecs')
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ActivateRouterInterface')

def get_ResourceOwnerId(self):
return self.get_query_params().get('ResourceOwnerId')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class AddBandwidthPackageIpsRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AddBandwidthPackageIps','ecs')
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AddBandwidthPackageIps')

def get_ResourceOwnerId(self):
return self.get_query_params().get('ResourceOwnerId')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class AddIpRangeRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AddIpRange','ecs')
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AddIpRange')

def get_IpAddress(self):
return self.get_query_params().get('IpAddress')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class AddTagsRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AddTags','ecs')
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AddTags')

def get_ResourceOwnerId(self):
return self.get_query_params().get('ResourceOwnerId')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class AllocateDedicatedHostsRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AllocateDedicatedHosts','ecs')
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AllocateDedicatedHosts')

def get_ResourceOwnerId(self):
return self.get_query_params().get('ResourceOwnerId')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class AllocateEipAddressRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AllocateEipAddress','ecs')
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AllocateEipAddress')

def get_ResourceOwnerId(self):
return self.get_query_params().get('ResourceOwnerId')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class AllocatePublicIpAddressRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AllocatePublicIpAddress','ecs')
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AllocatePublicIpAddress')

def get_IpAddress(self):
return self.get_query_params().get('IpAddress')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class ApplyAutoSnapshotPolicyRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ApplyAutoSnapshotPolicy','ecs')
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ApplyAutoSnapshotPolicy')

def get_ResourceOwnerId(self):
return self.get_query_params().get('ResourceOwnerId')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class AssignIpv6AddressesRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AssignIpv6Addresses','ecs')
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AssignIpv6Addresses')

def get_ResourceOwnerId(self):
return self.get_query_params().get('ResourceOwnerId')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class AssignPrivateIpAddressesRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AssignPrivateIpAddresses','ecs')
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AssignPrivateIpAddresses')

def get_ResourceOwnerId(self):
return self.get_query_params().get('ResourceOwnerId')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class AssociateEipAddressRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AssociateEipAddress','ecs')
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AssociateEipAddress')

def get_ResourceOwnerId(self):
return self.get_query_params().get('ResourceOwnerId')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class AssociateHaVipRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AssociateHaVip','ecs')
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AssociateHaVip')

def get_ResourceOwnerId(self):
return self.get_query_params().get('ResourceOwnerId')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class AttachClassicLinkVpcRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachClassicLinkVpc','ecs')
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachClassicLinkVpc')

def get_ResourceOwnerId(self):
return self.get_query_params().get('ResourceOwnerId')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class AttachDiskRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachDisk','ecs')
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachDisk')

def get_ResourceOwnerId(self):
return self.get_query_params().get('ResourceOwnerId')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class AttachInstanceRamRoleRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachInstanceRamRole','ecs')
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachInstanceRamRole')

def get_ResourceOwnerId(self):
return self.get_query_params().get('ResourceOwnerId')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class AttachKeyPairRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachKeyPair','ecs')
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachKeyPair')

def get_ResourceOwnerId(self):
return self.get_query_params().get('ResourceOwnerId')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class AttachNetworkInterfaceRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachNetworkInterface','ecs')
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachNetworkInterface')

def get_ResourceOwnerId(self):
return self.get_query_params().get('ResourceOwnerId')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class AttachVolumeRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachVolume','ecs')
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachVolume')

def get_ResourceOwnerId(self):
return self.get_query_params().get('ResourceOwnerId')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class AuthorizeSecurityGroupEgressRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AuthorizeSecurityGroupEgress','ecs')
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AuthorizeSecurityGroupEgress')

def get_NicType(self):
return self.get_query_params().get('NicType')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class AuthorizeSecurityGroupRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AuthorizeSecurityGroup','ecs')
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AuthorizeSecurityGroup')

def get_NicType(self):
return self.get_query_params().get('NicType')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class BindIpRangeRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'BindIpRange','ecs')
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'BindIpRange')

def get_IpAddress(self):
return self.get_query_params().get('IpAddress')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class CancelAgreementRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelAgreement','ecs')
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelAgreement')

def get_ResourceOwnerId(self):
return self.get_query_params().get('ResourceOwnerId')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class CancelAutoSnapshotPolicyRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelAutoSnapshotPolicy','ecs')
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelAutoSnapshotPolicy')

def get_ResourceOwnerId(self):
return self.get_query_params().get('ResourceOwnerId')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class CancelCopyImageRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelCopyImage','ecs')
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelCopyImage')

def get_ResourceOwnerId(self):
return self.get_query_params().get('ResourceOwnerId')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class CancelPhysicalConnectionRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelPhysicalConnection','ecs')
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelPhysicalConnection')

def get_ResourceOwnerId(self):
return self.get_query_params().get('ResourceOwnerId')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class CancelSimulatedSystemEventsRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelSimulatedSystemEvents','ecs')
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelSimulatedSystemEvents')

def get_EventIds(self):
return self.get_query_params().get('EventIds')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class CancelTaskRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelTask','ecs')
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelTask')

def get_ResourceOwnerId(self):
return self.get_query_params().get('ResourceOwnerId')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class CancelUserEventRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelUserEvent','ecs')
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelUserEvent')

def get_EventId(self):
return self.get_query_params().get('EventId')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class CheckAutoSnapshotPolicyRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CheckAutoSnapshotPolicy','ecs')
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CheckAutoSnapshotPolicy')

def get_DataDiskPolicyEnabled(self):
return self.get_query_params().get('DataDiskPolicyEnabled')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class CheckDiskEnableAutoSnapshotValidationRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CheckDiskEnableAutoSnapshotValidation','ecs')
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CheckDiskEnableAutoSnapshotValidation')

def get_ResourceOwnerId(self):
return self.get_query_params().get('ResourceOwnerId')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class ConnectRouterInterfaceRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ConnectRouterInterface','ecs')
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ConnectRouterInterface')

def get_ResourceOwnerId(self):
return self.get_query_params().get('ResourceOwnerId')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class ConvertNatPublicIpToEipRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ConvertNatPublicIpToEip','ecs')
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ConvertNatPublicIpToEip')

def get_ResourceOwnerId(self):
return self.get_query_params().get('ResourceOwnerId')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class CopyImageRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CopyImage','ecs')
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CopyImage')

def get_ResourceOwnerId(self):
return self.get_query_params().get('ResourceOwnerId')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class CreateAutoSnapshotPolicyRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateAutoSnapshotPolicy','ecs')
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateAutoSnapshotPolicy')

def get_ResourceOwnerId(self):
return self.get_query_params().get('ResourceOwnerId')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class CreateCommandRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateCommand','ecs')
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateCommand')

def get_ResourceOwnerId(self):
return self.get_query_params().get('ResourceOwnerId')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class CreateDeploymentSetRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateDeploymentSet','ecs')
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateDeploymentSet')

def get_ResourceOwnerId(self):
return self.get_query_params().get('ResourceOwnerId')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class CreateDiskRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateDisk','ecs')
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateDisk')

def get_ResourceOwnerId(self):
return self.get_query_params().get('ResourceOwnerId')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class CreateFleetRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateFleet','ecs')
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateFleet')

def get_ResourceOwnerId(self):
return self.get_query_params().get('ResourceOwnerId')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class CreateForwardEntryRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateForwardEntry','ecs')
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateForwardEntry')

def get_ResourceOwnerId(self):
return self.get_query_params().get('ResourceOwnerId')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class CreateHaVipRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateHaVip','ecs')
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateHaVip')

def get_IpAddress(self):
return self.get_query_params().get('IpAddress')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class CreateHpcClusterRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateHpcCluster','ecs')
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateHpcCluster')

def get_ResourceOwnerId(self):
return self.get_query_params().get('ResourceOwnerId')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class CreateImageRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateImage','ecs')
RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateImage')

def get_DiskDeviceMappings(self):
return self.get_query_params().get('DiskDeviceMappings')
Expand Down

0 comments on commit b636309

Please sign in to comment.