Add param InstanceType for ListImages and ListCustomImages.

This commit is contained in:
sdk-team
2020-03-05 14:46:36 +08:00
parent 45a3be8c65
commit 68261f0c8d
169 changed files with 1593 additions and 765 deletions

11
ehpc/ehpc.php Normal file
View File

@@ -0,0 +1,11 @@
<?php
namespace AlibabaCloud\ehpc;
use AlibabaCloud\Client\Resolver\VersionResolver;
/**
*/
class ehpc extends VersionResolver
{
}