chore: 添加多个图片和资源文件

添加了管理后台所需的图片资源、Excel文件、安装程序以及设计相关的图片文件
This commit is contained in:
2025-06-15 13:04:37 +08:00
parent 1e61dc3970
commit 7e47ce238b
13220 changed files with 1377028 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
<!--
Thank you for reporting an issue.
This issue tracker is for bugs and issues found within Alibaba Cloud SDK for PHP.
If you require more general support please file an issue on our help
repo. https://help.aliyun.com/
Please fill in as much of the template below as you're able.
PHP Version: output of `php -v`
Platform: output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows)
Product: Which product is used? For example `Ecs`
Product Version: The version of the product, for example `2014-05-26`
API: The API of the product, for example `ActivateRouterInterface`
If possible, please provide code that demonstrates the problem, keeping it as
simple and free of external dependencies as you are able.
-->
* **PHP Version**:
* **Platform**:
* **Product**:
* **Product Version**:
* **API**:
<!-- Enter your issue details below this comment. -->
@@ -0,0 +1,28 @@
---
name: "\U0001F41B Bug report"
about: Create a report to help us improve
---
<!--
Thank you for reporting a possible bug.
Please fill in as much of the template below as you can.
PHP Version: output of `php -v`
Platform: output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows)
Product: Which product is used? For example `Ecs`
Product Version: The version of the product, for example `2014-05-26`
API: The API of the product, for example `ActivateRouterInterface`
If possible, please provide code that demonstrates the problem, keeping it as
simple and free of external dependencies as you can.
-->
* **PHP Version**:
* **Platform**:
* **Product**:
* **Product Version**:
* **API**:
<!-- Please provide more details below this comment. -->
@@ -0,0 +1,10 @@
---
name: "⁉️ Need help with Alibaba Cloud?"
about: Please submit a work order in our work order system
---
If you have a question about Alibaba Cloud that is not a bug report or feature
request, please post it in https://selfservice.console.aliyun.com/ticket/createIndex
Questions posted to this repository will be closed.
@@ -0,0 +1,29 @@
---
name: "\U0001F41B 缺陷问题反馈"
about: 提交缺陷问题反馈
---
<!--
感谢提交问题反馈。
请提供尽量全面的信息协助问题定位修复。
PHP 版本:使用 `php -v`
平台:UNIX 或 Windows
产品名称:例如 `Ecs`
产品版本:例如 `2014-05-26`
API:例如 `ActivateRouterInterface`
如果可能,请提供一份最小问题复现代码。
-->
* **PHP 版本**
* **平台**
* **产品名称**
* **产品版本**
* **API**
<!-- 请提供其他可能协助问题定位的信息 -->
@@ -0,0 +1,10 @@
---
name: "⁉️ 需要阿里云的帮助?"
about: 请在我们的工单系统提出工单
---
如果您对阿里云 SDK 的问题不是 Bug 或希望添加新功能,
请在我们的工单系统提出工单:https://selfservice.console.aliyun.com/ticket/createIndex
此类问题将被关闭。
@@ -0,0 +1,13 @@
<!--
Thank you for your pull request. Please provide a description above and review
the requirements below.
Bug fixes and new features should include tests and possibly benchmarks.
-->
##### You need to complete
<!-- Remove items that do not apply. For completed items, change [ ] to [x]. -->
- [ ] unit tests and/or feature tests
- [ ] documentation is changed or added
+7
View File
@@ -0,0 +1,7 @@
*/.settings/
*/.buildpath
*/.project
.idea*
aliyun-php-sdk-test/
/aliyun-openapi-php-sdk.iml
+13
View File
@@ -0,0 +1,13 @@
Copyright 1999-2019 Alibaba Group Holding Ltd.
Licensed 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.
+32
View File
@@ -0,0 +1,32 @@
# Open API SDK for php developers
## Composer
We have released a new SDK that supports Composer and gradually stop maintenance this version. Welcome to the new SDK: [**Alibaba Cloud SDK for PHP**](https://github.com/aliyun/openapi-sdk-php)
## Requirements
- PHP 5.3+
## Build
- to run unit tests, you will have to configure aliyun-sdk.properties files in your user directory, and make sure your project has corresponding service enabled, eg. openmr.
## Example
```php
include_once '../aliyun-php-sdk-core/Config.php';
use Ecs\Request\V20140526 as Ecs;
$iClientProfile = DefaultProfile::getProfile("cn-hangzhou", "<your accessKey>", "<your accessSecret>");
$client = new DefaultAcsClient($iClientProfile);
$request = new Ecs\DescribeRegionsRequest();
$request->setMethod("GET");
$response = $client->getAcsResponse($request);
print_r($response);
```
## License
licensed under the [Apache License 2.0](License.md)
@@ -0,0 +1,143 @@
<?php
namespace Actiontrail\Request\V20171204;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of CreateTrail
*
* @method string getSlsProjectArn()
* @method string getSlsWriteRoleArn()
* @method string getOssKeyPrefix()
* @method string getRoleName()
* @method string getEventRW()
* @method string getName()
* @method string getOssBucketName()
* @method string getTrailRegion()
*/
class CreateTrailRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'Actiontrail',
'2017-12-04',
'CreateTrail',
'actiontrail'
);
}
/**
* @param string $slsProjectArn
*
* @return $this
*/
public function setSlsProjectArn($slsProjectArn)
{
$this->requestParameters['SlsProjectArn'] = $slsProjectArn;
$this->queryParameters['SlsProjectArn'] = $slsProjectArn;
return $this;
}
/**
* @param string $slsWriteRoleArn
*
* @return $this
*/
public function setSlsWriteRoleArn($slsWriteRoleArn)
{
$this->requestParameters['SlsWriteRoleArn'] = $slsWriteRoleArn;
$this->queryParameters['SlsWriteRoleArn'] = $slsWriteRoleArn;
return $this;
}
/**
* @param string $ossKeyPrefix
*
* @return $this
*/
public function setOssKeyPrefix($ossKeyPrefix)
{
$this->requestParameters['OssKeyPrefix'] = $ossKeyPrefix;
$this->queryParameters['OssKeyPrefix'] = $ossKeyPrefix;
return $this;
}
/**
* @param string $roleName
*
* @return $this
*/
public function setRoleName($roleName)
{
$this->requestParameters['RoleName'] = $roleName;
$this->queryParameters['RoleName'] = $roleName;
return $this;
}
/**
* @param string $eventRW
*
* @return $this
*/
public function setEventRW($eventRW)
{
$this->requestParameters['EventRW'] = $eventRW;
$this->queryParameters['EventRW'] = $eventRW;
return $this;
}
/**
* @param string $name
*
* @return $this
*/
public function setName($name)
{
$this->requestParameters['Name'] = $name;
$this->queryParameters['Name'] = $name;
return $this;
}
/**
* @param string $ossBucketName
*
* @return $this
*/
public function setOssBucketName($ossBucketName)
{
$this->requestParameters['OssBucketName'] = $ossBucketName;
$this->queryParameters['OssBucketName'] = $ossBucketName;
return $this;
}
/**
* @param string $trailRegion
*
* @return $this
*/
public function setTrailRegion($trailRegion)
{
$this->requestParameters['TrailRegion'] = $trailRegion;
$this->queryParameters['TrailRegion'] = $trailRegion;
return $this;
}
}
@@ -0,0 +1,45 @@
<?php
namespace Actiontrail\Request\V20171204;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DeleteTrail
*
* @method string getName()
*/
class DeleteTrailRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'Actiontrail',
'2017-12-04',
'DeleteTrail',
'actiontrail'
);
}
/**
* @param string $name
*
* @return $this
*/
public function setName($name)
{
$this->requestParameters['Name'] = $name;
$this->queryParameters['Name'] = $name;
return $this;
}
}
@@ -0,0 +1,31 @@
<?php
namespace Actiontrail\Request\V20171204;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DescribeRegions
*
*/
class DescribeRegionsRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'Actiontrail',
'2017-12-04',
'DescribeRegions',
'actiontrail'
);
}
}
@@ -0,0 +1,59 @@
<?php
namespace Actiontrail\Request\V20171204;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DescribeTrails
*
* @method string getIncludeShadowTrails()
* @method string getNameList()
*/
class DescribeTrailsRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'Actiontrail',
'2017-12-04',
'DescribeTrails',
'actiontrail'
);
}
/**
* @param string $includeShadowTrails
*
* @return $this
*/
public function setIncludeShadowTrails($includeShadowTrails)
{
$this->requestParameters['IncludeShadowTrails'] = $includeShadowTrails;
$this->queryParameters['IncludeShadowTrails'] = $includeShadowTrails;
return $this;
}
/**
* @param string $nameList
*
* @return $this
*/
public function setNameList($nameList)
{
$this->requestParameters['NameList'] = $nameList;
$this->queryParameters['NameList'] = $nameList;
return $this;
}
}
@@ -0,0 +1,45 @@
<?php
namespace Actiontrail\Request\V20171204;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of GetTrailStatus
*
* @method string getName()
*/
class GetTrailStatusRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'Actiontrail',
'2017-12-04',
'GetTrailStatus',
'actiontrail'
);
}
/**
* @param string $name
*
* @return $this
*/
public function setName($name)
{
$this->requestParameters['Name'] = $name;
$this->queryParameters['Name'] = $name;
return $this;
}
}
@@ -0,0 +1,227 @@
<?php
namespace Actiontrail\Request\V20171204;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of LookupEvents
*
* @method string getRequest()
* @method string getStartTime()
* @method string getEventName()
* @method string getNextToken()
* @method string getServiceName()
* @method string getEvent()
* @method string getEventAccessKeyId()
* @method string getEndTime()
* @method string getEventRW()
* @method string getResourceType()
* @method string getMaxResults()
* @method string getEventType()
* @method string getResourceName()
* @method string getUser()
*/
class LookupEventsRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'Actiontrail',
'2017-12-04',
'LookupEvents',
'actiontrail'
);
}
/**
* @param string $request
*
* @return $this
*/
public function setRequest($request)
{
$this->requestParameters['Request'] = $request;
$this->queryParameters['Request'] = $request;
return $this;
}
/**
* @param string $startTime
*
* @return $this
*/
public function setStartTime($startTime)
{
$this->requestParameters['StartTime'] = $startTime;
$this->queryParameters['StartTime'] = $startTime;
return $this;
}
/**
* @param string $eventName
*
* @return $this
*/
public function setEventName($eventName)
{
$this->requestParameters['EventName'] = $eventName;
$this->queryParameters['EventName'] = $eventName;
return $this;
}
/**
* @param string $nextToken
*
* @return $this
*/
public function setNextToken($nextToken)
{
$this->requestParameters['NextToken'] = $nextToken;
$this->queryParameters['NextToken'] = $nextToken;
return $this;
}
/**
* @param string $serviceName
*
* @return $this
*/
public function setServiceName($serviceName)
{
$this->requestParameters['ServiceName'] = $serviceName;
$this->queryParameters['ServiceName'] = $serviceName;
return $this;
}
/**
* @param string $event
*
* @return $this
*/
public function setEvent($event)
{
$this->requestParameters['Event'] = $event;
$this->queryParameters['Event'] = $event;
return $this;
}
/**
* @param string $eventAccessKeyId
*
* @return $this
*/
public function setEventAccessKeyId($eventAccessKeyId)
{
$this->requestParameters['EventAccessKeyId'] = $eventAccessKeyId;
$this->queryParameters['EventAccessKeyId'] = $eventAccessKeyId;
return $this;
}
/**
* @param string $endTime
*
* @return $this
*/
public function setEndTime($endTime)
{
$this->requestParameters['EndTime'] = $endTime;
$this->queryParameters['EndTime'] = $endTime;
return $this;
}
/**
* @param string $eventRW
*
* @return $this
*/
public function setEventRW($eventRW)
{
$this->requestParameters['EventRW'] = $eventRW;
$this->queryParameters['EventRW'] = $eventRW;
return $this;
}
/**
* @param string $resourceType
*
* @return $this
*/
public function setResourceType($resourceType)
{
$this->requestParameters['ResourceType'] = $resourceType;
$this->queryParameters['ResourceType'] = $resourceType;
return $this;
}
/**
* @param string $maxResults
*
* @return $this
*/
public function setMaxResults($maxResults)
{
$this->requestParameters['MaxResults'] = $maxResults;
$this->queryParameters['MaxResults'] = $maxResults;
return $this;
}
/**
* @param string $eventType
*
* @return $this
*/
public function setEventType($eventType)
{
$this->requestParameters['EventType'] = $eventType;
$this->queryParameters['EventType'] = $eventType;
return $this;
}
/**
* @param string $resourceName
*
* @return $this
*/
public function setResourceName($resourceName)
{
$this->requestParameters['ResourceName'] = $resourceName;
$this->queryParameters['ResourceName'] = $resourceName;
return $this;
}
/**
* @param string $user
*
* @return $this
*/
public function setUser($user)
{
$this->requestParameters['User'] = $user;
$this->queryParameters['User'] = $user;
return $this;
}
}
@@ -0,0 +1,40 @@
<?php
namespace Actiontrail\Request\V20171204;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of StartLogging
*
* @method string getName()
*/
class StartLoggingRequest extends \RpcAcsRequest
{
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'Actiontrail',
'2017-12-04',
'StartLogging',
'actiontrail'
);
}
/**
* @param string $name
*
* @return $this
*/
public function setName($name)
{
$this->requestParameters['Name'] = $name;
$this->queryParameters['Name'] = $name;
return $this;
}
}
@@ -0,0 +1,40 @@
<?php
namespace Actiontrail\Request\V20171204;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of StopLogging
*
* @method string getName()
*/
class StopLoggingRequest extends \RpcAcsRequest
{
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'Actiontrail',
'2017-12-04',
'StopLogging',
'actiontrail'
);
}
/**
* @param string $name
*
* @return $this
*/
public function setName($name)
{
$this->requestParameters['Name'] = $name;
$this->queryParameters['Name'] = $name;
return $this;
}
}
@@ -0,0 +1,143 @@
<?php
namespace Actiontrail\Request\V20171204;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of UpdateTrail
*
* @method string getSlsProjectArn()
* @method string getSlsWriteRoleArn()
* @method string getOssKeyPrefix()
* @method string getRoleName()
* @method string getEventRW()
* @method string getName()
* @method string getOssBucketName()
* @method string getTrailRegion()
*/
class UpdateTrailRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'Actiontrail',
'2017-12-04',
'UpdateTrail',
'actiontrail'
);
}
/**
* @param string $slsProjectArn
*
* @return $this
*/
public function setSlsProjectArn($slsProjectArn)
{
$this->requestParameters['SlsProjectArn'] = $slsProjectArn;
$this->queryParameters['SlsProjectArn'] = $slsProjectArn;
return $this;
}
/**
* @param string $slsWriteRoleArn
*
* @return $this
*/
public function setSlsWriteRoleArn($slsWriteRoleArn)
{
$this->requestParameters['SlsWriteRoleArn'] = $slsWriteRoleArn;
$this->queryParameters['SlsWriteRoleArn'] = $slsWriteRoleArn;
return $this;
}
/**
* @param string $ossKeyPrefix
*
* @return $this
*/
public function setOssKeyPrefix($ossKeyPrefix)
{
$this->requestParameters['OssKeyPrefix'] = $ossKeyPrefix;
$this->queryParameters['OssKeyPrefix'] = $ossKeyPrefix;
return $this;
}
/**
* @param string $roleName
*
* @return $this
*/
public function setRoleName($roleName)
{
$this->requestParameters['RoleName'] = $roleName;
$this->queryParameters['RoleName'] = $roleName;
return $this;
}
/**
* @param string $eventRW
*
* @return $this
*/
public function setEventRW($eventRW)
{
$this->requestParameters['EventRW'] = $eventRW;
$this->queryParameters['EventRW'] = $eventRW;
return $this;
}
/**
* @param string $name
*
* @return $this
*/
public function setName($name)
{
$this->requestParameters['Name'] = $name;
$this->queryParameters['Name'] = $name;
return $this;
}
/**
* @param string $ossBucketName
*
* @return $this
*/
public function setOssBucketName($ossBucketName)
{
$this->requestParameters['OssBucketName'] = $ossBucketName;
$this->queryParameters['OssBucketName'] = $ossBucketName;
return $this;
}
/**
* @param string $trailRegion
*
* @return $this
*/
public function setTrailRegion($trailRegion)
{
$this->requestParameters['TrailRegion'] = $trailRegion;
$this->queryParameters['TrailRegion'] = $trailRegion;
return $this;
}
}
@@ -0,0 +1,6 @@
2019-12-27 Version:
- Update DescribeTrails Response.
2019-03-07 Version: 1.0.0
1, Release ActionTrail API
@@ -0,0 +1,9 @@
2019-04-15 Version: 1.0.6
1, Add apis, DescribeScreenHostStatistics、DescribeScreenSummaryInfo、DescribeScreenAttackAnalysisData、DescribeScreenAttackAnalysisData、DescribeScreenAttackAnalysisData
2019-01-03 Version: 1.0.2
1, Regenerate.
2018-02-07 Version: 1.0.1
1, add the access interface of logs such as vulnerabilities, baselines, exceptions, etc.
@@ -0,0 +1,45 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of AutoUpgradeSas
*
* @method string getSourceIp()
*/
class AutoUpgradeSasRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'AutoUpgradeSas',
'vipaegis'
);
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
}
@@ -0,0 +1,45 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of AutoUpgradeToSasAdvancedVersion
*
* @method string getSourceIp()
*/
class AutoUpgradeToSasAdvancedVersionRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'AutoUpgradeToSasAdvancedVersion',
'vipaegis'
);
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
}
@@ -0,0 +1,59 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of BatchDeleteWhiteList
*
* @method string getRiskIdList()
* @method string getSourceIp()
*/
class BatchDeleteWhiteListRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'BatchDeleteWhiteList',
'vipaegis'
);
}
/**
* @param string $riskIdList
*
* @return $this
*/
public function setRiskIdList($riskIdList)
{
$this->requestParameters['RiskIdList'] = $riskIdList;
$this->queryParameters['RiskIdList'] = $riskIdList;
return $this;
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
}
@@ -0,0 +1,45 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of CanTrySas
*
* @method string getSourceIp()
*/
class CanTrySasRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'CanTrySas',
'vipaegis'
);
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
}
@@ -0,0 +1,73 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of CreatScreenSetting
*
* @method string getSourceIp()
* @method string getScreenTitle()
* @method string getScreenIdSetting()
*/
class CreatScreenSettingRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'CreatScreenSetting',
'vipaegis'
);
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
/**
* @param string $screenTitle
*
* @return $this
*/
public function setScreenTitle($screenTitle)
{
$this->requestParameters['ScreenTitle'] = $screenTitle;
$this->queryParameters['ScreenTitle'] = $screenTitle;
return $this;
}
/**
* @param string $screenIdSetting
*
* @return $this
*/
public function setScreenIdSetting($screenIdSetting)
{
$this->requestParameters['ScreenIdSetting'] = $screenIdSetting;
$this->queryParameters['ScreenIdSetting'] = $screenIdSetting;
return $this;
}
}
@@ -0,0 +1,143 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of CreateInstance
*
* @method string getDuration()
* @method string getIsAutoRenew()
* @method string getClientToken()
* @method string getVmNumber()
* @method string getOwnerId()
* @method string getVersionCode()
* @method string getPricingCycle()
* @method string getAutoRenewDuration()
*/
class CreateInstanceRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'CreateInstance',
'vipaegis'
);
}
/**
* @param string $duration
*
* @return $this
*/
public function setDuration($duration)
{
$this->requestParameters['Duration'] = $duration;
$this->queryParameters['Duration'] = $duration;
return $this;
}
/**
* @param string $isAutoRenew
*
* @return $this
*/
public function setIsAutoRenew($isAutoRenew)
{
$this->requestParameters['IsAutoRenew'] = $isAutoRenew;
$this->queryParameters['IsAutoRenew'] = $isAutoRenew;
return $this;
}
/**
* @param string $clientToken
*
* @return $this
*/
public function setClientToken($clientToken)
{
$this->requestParameters['ClientToken'] = $clientToken;
$this->queryParameters['ClientToken'] = $clientToken;
return $this;
}
/**
* @param string $vmNumber
*
* @return $this
*/
public function setVmNumber($vmNumber)
{
$this->requestParameters['VmNumber'] = $vmNumber;
$this->queryParameters['VmNumber'] = $vmNumber;
return $this;
}
/**
* @param string $ownerId
*
* @return $this
*/
public function setOwnerId($ownerId)
{
$this->requestParameters['OwnerId'] = $ownerId;
$this->queryParameters['OwnerId'] = $ownerId;
return $this;
}
/**
* @param string $versionCode
*
* @return $this
*/
public function setVersionCode($versionCode)
{
$this->requestParameters['VersionCode'] = $versionCode;
$this->queryParameters['VersionCode'] = $versionCode;
return $this;
}
/**
* @param string $pricingCycle
*
* @return $this
*/
public function setPricingCycle($pricingCycle)
{
$this->requestParameters['PricingCycle'] = $pricingCycle;
$this->queryParameters['PricingCycle'] = $pricingCycle;
return $this;
}
/**
* @param string $autoRenewDuration
*
* @return $this
*/
public function setAutoRenewDuration($autoRenewDuration)
{
$this->requestParameters['AutoRenewDuration'] = $autoRenewDuration;
$this->queryParameters['AutoRenewDuration'] = $autoRenewDuration;
return $this;
}
}
@@ -0,0 +1,87 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of CreateLogQuery
*
* @method string getSourceIp()
* @method string getQueryName()
* @method string getConditions()
* @method string getQueryDetail()
*/
class CreateLogQueryRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'CreateLogQuery',
'vipaegis'
);
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
/**
* @param string $queryName
*
* @return $this
*/
public function setQueryName($queryName)
{
$this->requestParameters['QueryName'] = $queryName;
$this->queryParameters['QueryName'] = $queryName;
return $this;
}
/**
* @param string $conditions
*
* @return $this
*/
public function setConditions($conditions)
{
$this->requestParameters['Conditions'] = $conditions;
$this->queryParameters['Conditions'] = $conditions;
return $this;
}
/**
* @param string $queryDetail
*
* @return $this
*/
public function setQueryDetail($queryDetail)
{
$this->requestParameters['QueryDetail'] = $queryDetail;
$this->queryParameters['QueryDetail'] = $queryDetail;
return $this;
}
}
@@ -0,0 +1,115 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of CreateOrUpdateDataSource
*
* @method string getProjectName()
* @method string getSourceIp()
* @method string getLogStoreName()
* @method string getDatasourceDescription()
* @method string getFields()
* @method string getRegionNo()
*/
class CreateOrUpdateDataSourceRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'CreateOrUpdateDataSource',
'vipaegis'
);
}
/**
* @param string $projectName
*
* @return $this
*/
public function setProjectName($projectName)
{
$this->requestParameters['ProjectName'] = $projectName;
$this->queryParameters['ProjectName'] = $projectName;
return $this;
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
/**
* @param string $logStoreName
*
* @return $this
*/
public function setLogStoreName($logStoreName)
{
$this->requestParameters['LogStoreName'] = $logStoreName;
$this->queryParameters['LogStoreName'] = $logStoreName;
return $this;
}
/**
* @param string $datasourceDescription
*
* @return $this
*/
public function setDatasourceDescription($datasourceDescription)
{
$this->requestParameters['DatasourceDescription'] = $datasourceDescription;
$this->queryParameters['DatasourceDescription'] = $datasourceDescription;
return $this;
}
/**
* @param string $fields
*
* @return $this
*/
public function setFields($fields)
{
$this->requestParameters['Fields'] = $fields;
$this->queryParameters['Fields'] = $fields;
return $this;
}
/**
* @param string $regionNo
*
* @return $this
*/
public function setRegionNo($regionNo)
{
$this->requestParameters['RegionNo'] = $regionNo;
$this->queryParameters['RegionNo'] = $regionNo;
return $this;
}
}
@@ -0,0 +1,101 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of CreateOrUpdateDingTalk
*
* @method string getRuleActionName()
* @method string getSourceIp()
* @method string getSendUrl()
* @method string getId()
* @method string getIntervalTime()
*/
class CreateOrUpdateDingTalkRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'CreateOrUpdateDingTalk',
'vipaegis'
);
}
/**
* @param string $ruleActionName
*
* @return $this
*/
public function setRuleActionName($ruleActionName)
{
$this->requestParameters['RuleActionName'] = $ruleActionName;
$this->queryParameters['RuleActionName'] = $ruleActionName;
return $this;
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
/**
* @param string $sendUrl
*
* @return $this
*/
public function setSendUrl($sendUrl)
{
$this->requestParameters['SendUrl'] = $sendUrl;
$this->queryParameters['SendUrl'] = $sendUrl;
return $this;
}
/**
* @param string $id
*
* @return $this
*/
public function setId($id)
{
$this->requestParameters['Id'] = $id;
$this->queryParameters['Id'] = $id;
return $this;
}
/**
* @param string $intervalTime
*
* @return $this
*/
public function setIntervalTime($intervalTime)
{
$this->requestParameters['IntervalTime'] = $intervalTime;
$this->queryParameters['IntervalTime'] = $intervalTime;
return $this;
}
}
@@ -0,0 +1,129 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of CreateOrUpdateGroup
*
* @method string getRuleIds()
* @method string getSourceIp()
* @method string getMachineGroupIds()
* @method string getDescription()
* @method string getId()
* @method string getLang()
* @method string getGroupName()
*/
class CreateOrUpdateGroupRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'CreateOrUpdateGroup',
'vipaegis'
);
}
/**
* @param string $ruleIds
*
* @return $this
*/
public function setRuleIds($ruleIds)
{
$this->requestParameters['RuleIds'] = $ruleIds;
$this->queryParameters['RuleIds'] = $ruleIds;
return $this;
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
/**
* @param string $machineGroupIds
*
* @return $this
*/
public function setMachineGroupIds($machineGroupIds)
{
$this->requestParameters['MachineGroupIds'] = $machineGroupIds;
$this->queryParameters['MachineGroupIds'] = $machineGroupIds;
return $this;
}
/**
* @param string $description
*
* @return $this
*/
public function setDescription($description)
{
$this->requestParameters['Description'] = $description;
$this->queryParameters['Description'] = $description;
return $this;
}
/**
* @param string $id
*
* @return $this
*/
public function setId($id)
{
$this->requestParameters['Id'] = $id;
$this->queryParameters['Id'] = $id;
return $this;
}
/**
* @param string $lang
*
* @return $this
*/
public function setLang($lang)
{
$this->requestParameters['Lang'] = $lang;
$this->queryParameters['Lang'] = $lang;
return $this;
}
/**
* @param string $groupName
*
* @return $this
*/
public function setGroupName($groupName)
{
$this->requestParameters['GroupName'] = $groupName;
$this->queryParameters['GroupName'] = $groupName;
return $this;
}
}
@@ -0,0 +1,213 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of CreateOrUpdateJoinRule
*
* @method string getWarnLevel()
* @method string getDataSourceId2()
* @method string getDataSourceId1()
* @method string getTimeWindow()
* @method string getDescription()
* @method string getRuleName()
* @method string getExpression2()
* @method string getExpression1()
* @method string getSourceIp()
* @method string getStatisticsRules()
* @method string getJoinRelation()
* @method string getRuleId()
* @method string getActions()
*/
class CreateOrUpdateJoinRuleRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'CreateOrUpdateJoinRule',
'vipaegis'
);
}
/**
* @param string $warnLevel
*
* @return $this
*/
public function setWarnLevel($warnLevel)
{
$this->requestParameters['WarnLevel'] = $warnLevel;
$this->queryParameters['WarnLevel'] = $warnLevel;
return $this;
}
/**
* @param string $dataSourceId2
*
* @return $this
*/
public function setDataSourceId2($dataSourceId2)
{
$this->requestParameters['DataSourceId2'] = $dataSourceId2;
$this->queryParameters['DataSourceId2'] = $dataSourceId2;
return $this;
}
/**
* @param string $dataSourceId1
*
* @return $this
*/
public function setDataSourceId1($dataSourceId1)
{
$this->requestParameters['DataSourceId1'] = $dataSourceId1;
$this->queryParameters['DataSourceId1'] = $dataSourceId1;
return $this;
}
/**
* @param string $timeWindow
*
* @return $this
*/
public function setTimeWindow($timeWindow)
{
$this->requestParameters['TimeWindow'] = $timeWindow;
$this->queryParameters['TimeWindow'] = $timeWindow;
return $this;
}
/**
* @param string $description
*
* @return $this
*/
public function setDescription($description)
{
$this->requestParameters['Description'] = $description;
$this->queryParameters['Description'] = $description;
return $this;
}
/**
* @param string $ruleName
*
* @return $this
*/
public function setRuleName($ruleName)
{
$this->requestParameters['RuleName'] = $ruleName;
$this->queryParameters['RuleName'] = $ruleName;
return $this;
}
/**
* @param string $expression2
*
* @return $this
*/
public function setExpression2($expression2)
{
$this->requestParameters['Expression2'] = $expression2;
$this->queryParameters['Expression2'] = $expression2;
return $this;
}
/**
* @param string $expression1
*
* @return $this
*/
public function setExpression1($expression1)
{
$this->requestParameters['Expression1'] = $expression1;
$this->queryParameters['Expression1'] = $expression1;
return $this;
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
/**
* @param string $statisticsRules
*
* @return $this
*/
public function setStatisticsRules($statisticsRules)
{
$this->requestParameters['StatisticsRules'] = $statisticsRules;
$this->queryParameters['StatisticsRules'] = $statisticsRules;
return $this;
}
/**
* @param string $joinRelation
*
* @return $this
*/
public function setJoinRelation($joinRelation)
{
$this->requestParameters['JoinRelation'] = $joinRelation;
$this->queryParameters['JoinRelation'] = $joinRelation;
return $this;
}
/**
* @param string $ruleId
*
* @return $this
*/
public function setRuleId($ruleId)
{
$this->requestParameters['RuleId'] = $ruleId;
$this->queryParameters['RuleId'] = $ruleId;
return $this;
}
/**
* @param string $actions
*
* @return $this
*/
public function setActions($actions)
{
$this->requestParameters['Actions'] = $actions;
$this->queryParameters['Actions'] = $actions;
return $this;
}
}
@@ -0,0 +1,185 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of CreateOrUpdateRule
*
* @method string getWarnLevel()
* @method string getSourceIp()
* @method string getStatisticsRules()
* @method string getDataSourceId()
* @method string getDescription()
* @method string getRuleName()
* @method string getId()
* @method string getLang()
* @method string getExpressions()
* @method string getActions()
* @method string getRuleGroupIds()
*/
class CreateOrUpdateRuleRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'CreateOrUpdateRule',
'vipaegis'
);
}
/**
* @param string $warnLevel
*
* @return $this
*/
public function setWarnLevel($warnLevel)
{
$this->requestParameters['WarnLevel'] = $warnLevel;
$this->queryParameters['WarnLevel'] = $warnLevel;
return $this;
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
/**
* @param string $statisticsRules
*
* @return $this
*/
public function setStatisticsRules($statisticsRules)
{
$this->requestParameters['StatisticsRules'] = $statisticsRules;
$this->queryParameters['StatisticsRules'] = $statisticsRules;
return $this;
}
/**
* @param string $dataSourceId
*
* @return $this
*/
public function setDataSourceId($dataSourceId)
{
$this->requestParameters['DataSourceId'] = $dataSourceId;
$this->queryParameters['DataSourceId'] = $dataSourceId;
return $this;
}
/**
* @param string $description
*
* @return $this
*/
public function setDescription($description)
{
$this->requestParameters['Description'] = $description;
$this->queryParameters['Description'] = $description;
return $this;
}
/**
* @param string $ruleName
*
* @return $this
*/
public function setRuleName($ruleName)
{
$this->requestParameters['RuleName'] = $ruleName;
$this->queryParameters['RuleName'] = $ruleName;
return $this;
}
/**
* @param string $id
*
* @return $this
*/
public function setId($id)
{
$this->requestParameters['Id'] = $id;
$this->queryParameters['Id'] = $id;
return $this;
}
/**
* @param string $lang
*
* @return $this
*/
public function setLang($lang)
{
$this->requestParameters['Lang'] = $lang;
$this->queryParameters['Lang'] = $lang;
return $this;
}
/**
* @param string $expressions
*
* @return $this
*/
public function setExpressions($expressions)
{
$this->requestParameters['Expressions'] = $expressions;
$this->queryParameters['Expressions'] = $expressions;
return $this;
}
/**
* @param string $actions
*
* @return $this
*/
public function setActions($actions)
{
$this->requestParameters['Actions'] = $actions;
$this->queryParameters['Actions'] = $actions;
return $this;
}
/**
* @param string $ruleGroupIds
*
* @return $this
*/
public function setRuleGroupIds($ruleGroupIds)
{
$this->requestParameters['RuleGroupIds'] = $ruleGroupIds;
$this->queryParameters['RuleGroupIds'] = $ruleGroupIds;
return $this;
}
}
@@ -0,0 +1,157 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of CreateSuspiciousExport
*
* @method string getStatusList()
* @method string getSourceIp()
* @method string getEventNameRemark()
* @method string getLevel()
* @method string getGroupId()
* @method string getDealed()
* @method string getEventType()
* @method string getRemark()
* @method string getTag()
*/
class CreateSuspiciousExportRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'CreateSuspiciousExport',
'vipaegis'
);
}
/**
* @param string $statusList
*
* @return $this
*/
public function setStatusList($statusList)
{
$this->requestParameters['StatusList'] = $statusList;
$this->queryParameters['StatusList'] = $statusList;
return $this;
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
/**
* @param string $eventNameRemark
*
* @return $this
*/
public function setEventNameRemark($eventNameRemark)
{
$this->requestParameters['EventNameRemark'] = $eventNameRemark;
$this->queryParameters['EventNameRemark'] = $eventNameRemark;
return $this;
}
/**
* @param string $level
*
* @return $this
*/
public function setLevel($level)
{
$this->requestParameters['Level'] = $level;
$this->queryParameters['Level'] = $level;
return $this;
}
/**
* @param string $groupId
*
* @return $this
*/
public function setGroupId($groupId)
{
$this->requestParameters['GroupId'] = $groupId;
$this->queryParameters['GroupId'] = $groupId;
return $this;
}
/**
* @param string $dealed
*
* @return $this
*/
public function setDealed($dealed)
{
$this->requestParameters['Dealed'] = $dealed;
$this->queryParameters['Dealed'] = $dealed;
return $this;
}
/**
* @param string $eventType
*
* @return $this
*/
public function setEventType($eventType)
{
$this->requestParameters['EventType'] = $eventType;
$this->queryParameters['EventType'] = $eventType;
return $this;
}
/**
* @param string $remark
*
* @return $this
*/
public function setRemark($remark)
{
$this->requestParameters['Remark'] = $remark;
$this->queryParameters['Remark'] = $remark;
return $this;
}
/**
* @param string $tag
*
* @return $this
*/
public function setTag($tag)
{
$this->requestParameters['Tag'] = $tag;
$this->queryParameters['Tag'] = $tag;
return $this;
}
}
@@ -0,0 +1,73 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of CreateUserSetting
*
* @method string getSourceIp()
* @method string getAlertLevels()
* @method string getInvalidWarningKeepDays()
*/
class CreateUserSettingRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'CreateUserSetting',
'vipaegis'
);
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
/**
* @param string $alertLevels
*
* @return $this
*/
public function setAlertLevels($alertLevels)
{
$this->requestParameters['AlertLevels'] = $alertLevels;
$this->queryParameters['AlertLevels'] = $alertLevels;
return $this;
}
/**
* @param string $invalidWarningKeepDays
*
* @return $this
*/
public function setInvalidWarningKeepDays($invalidWarningKeepDays)
{
$this->requestParameters['InvalidWarningKeepDays'] = $invalidWarningKeepDays;
$this->queryParameters['InvalidWarningKeepDays'] = $invalidWarningKeepDays;
return $this;
}
}
@@ -0,0 +1,73 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of CreateUserWhiteList
*
* @method string getRiskIdList()
* @method string getReason()
* @method string getSourceIp()
*/
class CreateUserWhiteListRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'CreateUserWhiteList',
'vipaegis'
);
}
/**
* @param string $riskIdList
*
* @return $this
*/
public function setRiskIdList($riskIdList)
{
$this->requestParameters['RiskIdList'] = $riskIdList;
$this->queryParameters['RiskIdList'] = $riskIdList;
return $this;
}
/**
* @param string $reason
*
* @return $this
*/
public function setReason($reason)
{
$this->requestParameters['Reason'] = $reason;
$this->queryParameters['Reason'] = $reason;
return $this;
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
}
@@ -0,0 +1,73 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of CreateVulWhitelist
*
* @method string getReason()
* @method string getSourceIp()
* @method string getWhitelist()
*/
class CreateVulWhitelistRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'CreateVulWhitelist',
'vipaegis'
);
}
/**
* @param string $reason
*
* @return $this
*/
public function setReason($reason)
{
$this->requestParameters['Reason'] = $reason;
$this->queryParameters['Reason'] = $reason;
return $this;
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
/**
* @param string $whitelist
*
* @return $this
*/
public function setWhitelist($whitelist)
{
$this->requestParameters['Whitelist'] = $whitelist;
$this->queryParameters['Whitelist'] = $whitelist;
return $this;
}
}
@@ -0,0 +1,59 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DeleteDingTalk
*
* @method string getSourceIp()
* @method string getIds()
*/
class DeleteDingTalkRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'DeleteDingTalk',
'vipaegis'
);
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
/**
* @param string $ids
*
* @return $this
*/
public function setIds($ids)
{
$this->requestParameters['Ids'] = $ids;
$this->queryParameters['Ids'] = $ids;
return $this;
}
}
@@ -0,0 +1,59 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DeleteJoinRule
*
* @method string getSourceIp()
* @method string getIds()
*/
class DeleteJoinRuleRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'DeleteJoinRule',
'vipaegis'
);
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
/**
* @param string $ids
*
* @return $this
*/
public function setIds($ids)
{
$this->requestParameters['Ids'] = $ids;
$this->queryParameters['Ids'] = $ids;
return $this;
}
}
@@ -0,0 +1,59 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DeleteLogQuery
*
* @method string getSourceIp()
* @method string getQueryName()
*/
class DeleteLogQueryRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'DeleteLogQuery',
'vipaegis'
);
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
/**
* @param string $queryName
*
* @return $this
*/
public function setQueryName($queryName)
{
$this->requestParameters['QueryName'] = $queryName;
$this->queryParameters['QueryName'] = $queryName;
return $this;
}
}
@@ -0,0 +1,73 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DeleteRuleGroup
*
* @method string getSourceIp()
* @method string getId()
* @method string getLang()
*/
class DeleteRuleGroupRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'DeleteRuleGroup',
'vipaegis'
);
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
/**
* @param string $id
*
* @return $this
*/
public function setId($id)
{
$this->requestParameters['Id'] = $id;
$this->queryParameters['Id'] = $id;
return $this;
}
/**
* @param string $lang
*
* @return $this
*/
public function setLang($lang)
{
$this->requestParameters['Lang'] = $lang;
$this->queryParameters['Lang'] = $lang;
return $this;
}
}
@@ -0,0 +1,73 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DeleteRule
*
* @method string getSourceIp()
* @method string getId()
* @method string getLang()
*/
class DeleteRuleRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'DeleteRule',
'vipaegis'
);
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
/**
* @param string $id
*
* @return $this
*/
public function setId($id)
{
$this->requestParameters['Id'] = $id;
$this->queryParameters['Id'] = $id;
return $this;
}
/**
* @param string $lang
*
* @return $this
*/
public function setLang($lang)
{
$this->requestParameters['Lang'] = $lang;
$this->queryParameters['Lang'] = $lang;
return $this;
}
}
@@ -0,0 +1,59 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DeleteScreenSetting
*
* @method string getSourceIp()
* @method string getScreenTitle()
*/
class DeleteScreenSettingRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'DeleteScreenSetting',
'vipaegis'
);
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
/**
* @param string $screenTitle
*
* @return $this
*/
public function setScreenTitle($screenTitle)
{
$this->requestParameters['ScreenTitle'] = $screenTitle;
$this->queryParameters['ScreenTitle'] = $screenTitle;
return $this;
}
}
@@ -0,0 +1,59 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DeleteSearchCondition
*
* @method string getSourceIp()
* @method string getName()
*/
class DeleteSearchConditionRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'DeleteSearchCondition',
'vipaegis'
);
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
/**
* @param string $name
*
* @return $this
*/
public function setName($name)
{
$this->requestParameters['Name'] = $name;
$this->queryParameters['Name'] = $name;
return $this;
}
}
@@ -0,0 +1,59 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DeleteStrategy
*
* @method string getSourceIp()
* @method string getId()
*/
class DeleteStrategyRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'DeleteStrategy',
'vipaegis'
);
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
/**
* @param string $id
*
* @return $this
*/
public function setId($id)
{
$this->requestParameters['Id'] = $id;
$this->queryParameters['Id'] = $id;
return $this;
}
}
@@ -0,0 +1,73 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DeleteVulBatch
*
* @method string getBatchName()
* @method string getSourceIp()
* @method string getResource()
*/
class DeleteVulBatchRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'DeleteVulBatch',
'vipaegis'
);
}
/**
* @param string $batchName
*
* @return $this
*/
public function setBatchName($batchName)
{
$this->requestParameters['BatchName'] = $batchName;
$this->queryParameters['BatchName'] = $batchName;
return $this;
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
/**
* @param string $resource
*
* @return $this
*/
public function setResource($resource)
{
$this->requestParameters['Resource'] = $resource;
$this->queryParameters['Resource'] = $resource;
return $this;
}
}
@@ -0,0 +1,59 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DeleteVulWhitelist
*
* @method string getSourceIp()
* @method string getWhitelist()
*/
class DeleteVulWhitelistRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'DeleteVulWhitelist',
'vipaegis'
);
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
/**
* @param string $whitelist
*
* @return $this
*/
public function setWhitelist($whitelist)
{
$this->requestParameters['Whitelist'] = $whitelist;
$this->queryParameters['Whitelist'] = $whitelist;
return $this;
}
}
@@ -0,0 +1,73 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DescribeAgentInstallStatus
*
* @method string getSourceIp()
* @method string getLang()
* @method string getUuids()
*/
class DescribeAgentInstallStatusRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'DescribeAgentInstallStatus',
'vipaegis'
);
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
/**
* @param string $lang
*
* @return $this
*/
public function setLang($lang)
{
$this->requestParameters['Lang'] = $lang;
$this->queryParameters['Lang'] = $lang;
return $this;
}
/**
* @param string $uuids
*
* @return $this
*/
public function setUuids($uuids)
{
$this->requestParameters['Uuids'] = $uuids;
$this->queryParameters['Uuids'] = $uuids;
return $this;
}
}
@@ -0,0 +1,87 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DescribeAlarmEventDetail
*
* @method string getAlarmUniqueInfo()
* @method string getSourceIp()
* @method string getFrom()
* @method string getLang()
*/
class DescribeAlarmEventDetailRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'DescribeAlarmEventDetail',
'vipaegis'
);
}
/**
* @param string $alarmUniqueInfo
*
* @return $this
*/
public function setAlarmUniqueInfo($alarmUniqueInfo)
{
$this->requestParameters['AlarmUniqueInfo'] = $alarmUniqueInfo;
$this->queryParameters['AlarmUniqueInfo'] = $alarmUniqueInfo;
return $this;
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
/**
* @param string $from
*
* @return $this
*/
public function setFrom($from)
{
$this->requestParameters['From'] = $from;
$this->queryParameters['From'] = $from;
return $this;
}
/**
* @param string $lang
*
* @return $this
*/
public function setLang($lang)
{
$this->requestParameters['Lang'] = $lang;
$this->queryParameters['Lang'] = $lang;
return $this;
}
}
@@ -0,0 +1,171 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DescribeAlarmEventList
*
* @method string getAlarmEventName()
* @method string getSourceIp()
* @method string getPageSize()
* @method string getAlarmEventType()
* @method string getDealed()
* @method string getFrom()
* @method string getRemark()
* @method string getCurrentPage()
* @method string getLang()
* @method string getLevels()
*/
class DescribeAlarmEventListRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'DescribeAlarmEventList',
'vipaegis'
);
}
/**
* @param string $alarmEventName
*
* @return $this
*/
public function setAlarmEventName($alarmEventName)
{
$this->requestParameters['AlarmEventName'] = $alarmEventName;
$this->queryParameters['AlarmEventName'] = $alarmEventName;
return $this;
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
/**
* @param string $pageSize
*
* @return $this
*/
public function setPageSize($pageSize)
{
$this->requestParameters['PageSize'] = $pageSize;
$this->queryParameters['PageSize'] = $pageSize;
return $this;
}
/**
* @param string $alarmEventType
*
* @return $this
*/
public function setAlarmEventType($alarmEventType)
{
$this->requestParameters['AlarmEventType'] = $alarmEventType;
$this->queryParameters['AlarmEventType'] = $alarmEventType;
return $this;
}
/**
* @param string $dealed
*
* @return $this
*/
public function setDealed($dealed)
{
$this->requestParameters['Dealed'] = $dealed;
$this->queryParameters['Dealed'] = $dealed;
return $this;
}
/**
* @param string $from
*
* @return $this
*/
public function setFrom($from)
{
$this->requestParameters['From'] = $from;
$this->queryParameters['From'] = $from;
return $this;
}
/**
* @param string $remark
*
* @return $this
*/
public function setRemark($remark)
{
$this->requestParameters['Remark'] = $remark;
$this->queryParameters['Remark'] = $remark;
return $this;
}
/**
* @param string $currentPage
*
* @return $this
*/
public function setCurrentPage($currentPage)
{
$this->requestParameters['CurrentPage'] = $currentPage;
$this->queryParameters['CurrentPage'] = $currentPage;
return $this;
}
/**
* @param string $lang
*
* @return $this
*/
public function setLang($lang)
{
$this->requestParameters['Lang'] = $lang;
$this->queryParameters['Lang'] = $lang;
return $this;
}
/**
* @param string $levels
*
* @return $this
*/
public function setLevels($levels)
{
$this->requestParameters['Levels'] = $levels;
$this->queryParameters['Levels'] = $levels;
return $this;
}
}
@@ -0,0 +1,297 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DescribeAllRegionsStatistics
*
* @method string getStatusList()
* @method string getSaleId()
* @method string getRuleType()
* @method string getGroupId()
* @method string getEndTime()
* @method string getRemark()
* @method string getDealed()
* @method string getCurrentPage()
* @method string getStartTime()
* @method string getType()
* @method string getUuid()
* @method string getSecureToken()
* @method string getSourceIp()
* @method string getWebGroupId()
* @method string getPageSize()
* @method string getAction1()
* @method string getTag()
* @method string getFlow()
* @method string getStatus()
*/
class DescribeAllRegionsStatisticsRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'DescribeAllRegionsStatistics',
'vipaegis'
);
}
/**
* @param string $statusList
*
* @return $this
*/
public function setStatusList($statusList)
{
$this->requestParameters['StatusList'] = $statusList;
$this->queryParameters['StatusList'] = $statusList;
return $this;
}
/**
* @param string $saleId
*
* @return $this
*/
public function setSaleId($saleId)
{
$this->requestParameters['SaleId'] = $saleId;
$this->queryParameters['SaleId'] = $saleId;
return $this;
}
/**
* @param string $ruleType
*
* @return $this
*/
public function setRuleType($ruleType)
{
$this->requestParameters['RuleType'] = $ruleType;
$this->queryParameters['RuleType'] = $ruleType;
return $this;
}
/**
* @param string $groupId
*
* @return $this
*/
public function setGroupId($groupId)
{
$this->requestParameters['GroupId'] = $groupId;
$this->queryParameters['GroupId'] = $groupId;
return $this;
}
/**
* @param string $endTime
*
* @return $this
*/
public function setEndTime($endTime)
{
$this->requestParameters['EndTime'] = $endTime;
$this->queryParameters['EndTime'] = $endTime;
return $this;
}
/**
* @param string $remark
*
* @return $this
*/
public function setRemark($remark)
{
$this->requestParameters['Remark'] = $remark;
$this->queryParameters['Remark'] = $remark;
return $this;
}
/**
* @param string $dealed
*
* @return $this
*/
public function setDealed($dealed)
{
$this->requestParameters['Dealed'] = $dealed;
$this->queryParameters['Dealed'] = $dealed;
return $this;
}
/**
* @param string $currentPage
*
* @return $this
*/
public function setCurrentPage($currentPage)
{
$this->requestParameters['CurrentPage'] = $currentPage;
$this->queryParameters['CurrentPage'] = $currentPage;
return $this;
}
/**
* @param string $startTime
*
* @return $this
*/
public function setStartTime($startTime)
{
$this->requestParameters['StartTime'] = $startTime;
$this->queryParameters['StartTime'] = $startTime;
return $this;
}
/**
* @param string $type
*
* @return $this
*/
public function setType($type)
{
$this->requestParameters['Type'] = $type;
$this->queryParameters['Type'] = $type;
return $this;
}
/**
* @param string $uuid
*
* @return $this
*/
public function setUuid($uuid)
{
$this->requestParameters['Uuid'] = $uuid;
$this->queryParameters['Uuid'] = $uuid;
return $this;
}
/**
* @param string $secureToken
*
* @return $this
*/
public function setSecureToken($secureToken)
{
$this->requestParameters['SecureToken'] = $secureToken;
$this->queryParameters['SecureToken'] = $secureToken;
return $this;
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
/**
* @param string $webGroupId
*
* @return $this
*/
public function setWebGroupId($webGroupId)
{
$this->requestParameters['WebGroupId'] = $webGroupId;
$this->queryParameters['WebGroupId'] = $webGroupId;
return $this;
}
/**
* @param string $pageSize
*
* @return $this
*/
public function setPageSize($pageSize)
{
$this->requestParameters['PageSize'] = $pageSize;
$this->queryParameters['PageSize'] = $pageSize;
return $this;
}
/**
* @param string $action1
*
* @return $this
*/
public function setAction1($action1)
{
$this->requestParameters['Action1'] = $action1;
$this->queryParameters['Action1'] = $action1;
return $this;
}
/**
* @param string $tag
*
* @return $this
*/
public function setTag($tag)
{
$this->requestParameters['Tag'] = $tag;
$this->queryParameters['Tag'] = $tag;
return $this;
}
/**
* @param string $flow
*
* @return $this
*/
public function setFlow($flow)
{
$this->requestParameters['Flow'] = $flow;
$this->queryParameters['Flow'] = $flow;
return $this;
}
/**
* @param string $status
*
* @return $this
*/
public function setStatus($status)
{
$this->requestParameters['Status'] = $status;
$this->queryParameters['Status'] = $status;
return $this;
}
}
@@ -0,0 +1,73 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DescribeAnalysisCurve
*
* @method string getSourceIp()
* @method string getStartTimeStamp()
* @method string getEndTimeStamp()
*/
class DescribeAnalysisCurveRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'DescribeAnalysisCurve',
'vipaegis'
);
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
/**
* @param string $startTimeStamp
*
* @return $this
*/
public function setStartTimeStamp($startTimeStamp)
{
$this->requestParameters['StartTimeStamp'] = $startTimeStamp;
$this->queryParameters['StartTimeStamp'] = $startTimeStamp;
return $this;
}
/**
* @param string $endTimeStamp
*
* @return $this
*/
public function setEndTimeStamp($endTimeStamp)
{
$this->requestParameters['EndTimeStamp'] = $endTimeStamp;
$this->queryParameters['EndTimeStamp'] = $endTimeStamp;
return $this;
}
}
@@ -0,0 +1,87 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DescribeAnalysisHistograms
*
* @method string getSourceIp()
* @method string getQuery()
* @method string getFrom()
* @method string getTo()
*/
class DescribeAnalysisHistogramsRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'DescribeAnalysisHistograms',
'vipaegis'
);
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
/**
* @param string $query
*
* @return $this
*/
public function setQuery($query)
{
$this->requestParameters['Query'] = $query;
$this->queryParameters['Query'] = $query;
return $this;
}
/**
* @param string $from
*
* @return $this
*/
public function setFrom($from)
{
$this->requestParameters['From'] = $from;
$this->queryParameters['From'] = $from;
return $this;
}
/**
* @param string $to
*
* @return $this
*/
public function setTo($to)
{
$this->requestParameters['To'] = $to;
$this->queryParameters['To'] = $to;
return $this;
}
}
@@ -0,0 +1,129 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DescribeAnalysisLogs
*
* @method string getSourceIp()
* @method string getQuery()
* @method string getPageSize()
* @method string getFrom()
* @method string getCurrentPage()
* @method string getTo()
* @method string getReverse()
*/
class DescribeAnalysisLogsRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'DescribeAnalysisLogs',
'vipaegis'
);
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
/**
* @param string $query
*
* @return $this
*/
public function setQuery($query)
{
$this->requestParameters['Query'] = $query;
$this->queryParameters['Query'] = $query;
return $this;
}
/**
* @param string $pageSize
*
* @return $this
*/
public function setPageSize($pageSize)
{
$this->requestParameters['PageSize'] = $pageSize;
$this->queryParameters['PageSize'] = $pageSize;
return $this;
}
/**
* @param string $from
*
* @return $this
*/
public function setFrom($from)
{
$this->requestParameters['From'] = $from;
$this->queryParameters['From'] = $from;
return $this;
}
/**
* @param string $currentPage
*
* @return $this
*/
public function setCurrentPage($currentPage)
{
$this->requestParameters['CurrentPage'] = $currentPage;
$this->queryParameters['CurrentPage'] = $currentPage;
return $this;
}
/**
* @param string $to
*
* @return $this
*/
public function setTo($to)
{
$this->requestParameters['To'] = $to;
$this->queryParameters['To'] = $to;
return $this;
}
/**
* @param string $reverse
*
* @return $this
*/
public function setReverse($reverse)
{
$this->requestParameters['Reverse'] = $reverse;
$this->queryParameters['Reverse'] = $reverse;
return $this;
}
}
@@ -0,0 +1,45 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DescribeAnalysisShipperStatus
*
* @method string getSourceIp()
*/
class DescribeAnalysisShipperStatusRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'DescribeAnalysisShipperStatus',
'vipaegis'
);
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
}
@@ -0,0 +1,45 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DescribeAnalysisSlsIndex
*
* @method string getSourceIp()
*/
class DescribeAnalysisSlsIndexRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'DescribeAnalysisSlsIndex',
'vipaegis'
);
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
}
@@ -0,0 +1,45 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DescribeAnalysisStatistics
*
* @method string getSourceIp()
*/
class DescribeAnalysisStatisticsRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'DescribeAnalysisStatistics',
'vipaegis'
);
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
}
@@ -0,0 +1,45 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DescribeApiBuySummary
*
* @method string getSourceIp()
*/
class DescribeApiBuySummaryRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'DescribeApiBuySummary',
'vipaegis'
);
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
}
@@ -0,0 +1,73 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DescribeAssetDetailByUuid
*
* @method string getSourceIp()
* @method string getLang()
* @method string getUuid()
*/
class DescribeAssetDetailByUuidRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'DescribeAssetDetailByUuid',
'vipaegis'
);
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
/**
* @param string $lang
*
* @return $this
*/
public function setLang($lang)
{
$this->requestParameters['Lang'] = $lang;
$this->queryParameters['Lang'] = $lang;
return $this;
}
/**
* @param string $uuid
*
* @return $this
*/
public function setUuid($uuid)
{
$this->requestParameters['Uuid'] = $uuid;
$this->queryParameters['Uuid'] = $uuid;
return $this;
}
}
@@ -0,0 +1,101 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DescribeAssetList
*
* @method string getSourceIp()
* @method string getPageSize()
* @method string getCurrentPage()
* @method string getLang()
* @method string getFilterConditions()
*/
class DescribeAssetListRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'DescribeAssetList',
'vipaegis'
);
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
/**
* @param string $pageSize
*
* @return $this
*/
public function setPageSize($pageSize)
{
$this->requestParameters['PageSize'] = $pageSize;
$this->queryParameters['PageSize'] = $pageSize;
return $this;
}
/**
* @param string $currentPage
*
* @return $this
*/
public function setCurrentPage($currentPage)
{
$this->requestParameters['CurrentPage'] = $currentPage;
$this->queryParameters['CurrentPage'] = $currentPage;
return $this;
}
/**
* @param string $lang
*
* @return $this
*/
public function setLang($lang)
{
$this->requestParameters['Lang'] = $lang;
$this->queryParameters['Lang'] = $lang;
return $this;
}
/**
* @param string $filterConditions
*
* @return $this
*/
public function setFilterConditions($filterConditions)
{
$this->requestParameters['FilterConditions'] = $filterConditions;
$this->queryParameters['FilterConditions'] = $filterConditions;
return $this;
}
}
@@ -0,0 +1,59 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DescribeAssetSummary
*
* @method string getSourceIp()
* @method string getLang()
*/
class DescribeAssetSummaryRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'DescribeAssetSummary',
'vipaegis'
);
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
/**
* @param string $lang
*
* @return $this
*/
public function setLang($lang)
{
$this->requestParameters['Lang'] = $lang;
$this->queryParameters['Lang'] = $lang;
return $this;
}
}
@@ -0,0 +1,157 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DescribeAttackAnalysisData
*
* @method string getSourceIp()
* @method string getData()
* @method string getBase64()
* @method string getPageSize()
* @method string getEndTime()
* @method string getCurrentPage()
* @method string getStartTime()
* @method string getLang()
* @method string getType()
*/
class DescribeAttackAnalysisDataRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'DescribeAttackAnalysisData',
'vipaegis'
);
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
/**
* @param string $data
*
* @return $this
*/
public function setData($data)
{
$this->requestParameters['Data'] = $data;
$this->queryParameters['Data'] = $data;
return $this;
}
/**
* @param string $base64
*
* @return $this
*/
public function setBase64($base64)
{
$this->requestParameters['Base64'] = $base64;
$this->queryParameters['Base64'] = $base64;
return $this;
}
/**
* @param string $pageSize
*
* @return $this
*/
public function setPageSize($pageSize)
{
$this->requestParameters['PageSize'] = $pageSize;
$this->queryParameters['PageSize'] = $pageSize;
return $this;
}
/**
* @param string $endTime
*
* @return $this
*/
public function setEndTime($endTime)
{
$this->requestParameters['EndTime'] = $endTime;
$this->queryParameters['EndTime'] = $endTime;
return $this;
}
/**
* @param string $currentPage
*
* @return $this
*/
public function setCurrentPage($currentPage)
{
$this->requestParameters['CurrentPage'] = $currentPage;
$this->queryParameters['CurrentPage'] = $currentPage;
return $this;
}
/**
* @param string $startTime
*
* @return $this
*/
public function setStartTime($startTime)
{
$this->requestParameters['StartTime'] = $startTime;
$this->queryParameters['StartTime'] = $startTime;
return $this;
}
/**
* @param string $lang
*
* @return $this
*/
public function setLang($lang)
{
$this->requestParameters['Lang'] = $lang;
$this->queryParameters['Lang'] = $lang;
return $this;
}
/**
* @param string $type
*
* @return $this
*/
public function setType($type)
{
$this->requestParameters['Type'] = $type;
$this->queryParameters['Type'] = $type;
return $this;
}
}
@@ -0,0 +1,45 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DescribeAutoDelConfig
*
* @method string getSourceIp()
*/
class DescribeAutoDelConfigRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'DescribeAutoDelConfig',
'vipaegis'
);
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
}
@@ -0,0 +1,45 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DescribeBuySummary
*
* @method string getSourceIp()
*/
class DescribeBuySummaryRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'DescribeBuySummary',
'vipaegis'
);
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
}
@@ -0,0 +1,45 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DescribeCanTrySas
*
* @method string getSourceIp()
*/
class DescribeCanTrySasRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'DescribeCanTrySas',
'vipaegis'
);
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
}
@@ -0,0 +1,45 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DescribeCanUpgradeSas
*
* @method string getSourceIp()
*/
class DescribeCanUpgradeSasRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'DescribeCanUpgradeSas',
'vipaegis'
);
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
}
@@ -0,0 +1,73 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DescribeCheckWarningDetail
*
* @method string getSourceIp()
* @method string getLang()
* @method string getCheckWarningId()
*/
class DescribeCheckWarningDetailRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'DescribeCheckWarningDetail',
'vipaegis'
);
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
/**
* @param string $lang
*
* @return $this
*/
public function setLang($lang)
{
$this->requestParameters['Lang'] = $lang;
$this->queryParameters['Lang'] = $lang;
return $this;
}
/**
* @param string $checkWarningId
*
* @return $this
*/
public function setCheckWarningId($checkWarningId)
{
$this->requestParameters['CheckWarningId'] = $checkWarningId;
$this->queryParameters['CheckWarningId'] = $checkWarningId;
return $this;
}
}
@@ -0,0 +1,171 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DescribeCheckWarningSummary
*
* @method string getRiskName()
* @method string getSourceIp()
* @method string getRiskStatus()
* @method string getPageSize()
* @method string getStrategyId()
* @method string getCurrentPage()
* @method string getLang()
* @method string getTypeName()
* @method string getStatus()
* @method string getUuids()
*/
class DescribeCheckWarningSummaryRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'DescribeCheckWarningSummary',
'vipaegis'
);
}
/**
* @param string $riskName
*
* @return $this
*/
public function setRiskName($riskName)
{
$this->requestParameters['RiskName'] = $riskName;
$this->queryParameters['RiskName'] = $riskName;
return $this;
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
/**
* @param string $riskStatus
*
* @return $this
*/
public function setRiskStatus($riskStatus)
{
$this->requestParameters['RiskStatus'] = $riskStatus;
$this->queryParameters['RiskStatus'] = $riskStatus;
return $this;
}
/**
* @param string $pageSize
*
* @return $this
*/
public function setPageSize($pageSize)
{
$this->requestParameters['PageSize'] = $pageSize;
$this->queryParameters['PageSize'] = $pageSize;
return $this;
}
/**
* @param string $strategyId
*
* @return $this
*/
public function setStrategyId($strategyId)
{
$this->requestParameters['StrategyId'] = $strategyId;
$this->queryParameters['StrategyId'] = $strategyId;
return $this;
}
/**
* @param string $currentPage
*
* @return $this
*/
public function setCurrentPage($currentPage)
{
$this->requestParameters['CurrentPage'] = $currentPage;
$this->queryParameters['CurrentPage'] = $currentPage;
return $this;
}
/**
* @param string $lang
*
* @return $this
*/
public function setLang($lang)
{
$this->requestParameters['Lang'] = $lang;
$this->queryParameters['Lang'] = $lang;
return $this;
}
/**
* @param string $typeName
*
* @return $this
*/
public function setTypeName($typeName)
{
$this->requestParameters['TypeName'] = $typeName;
$this->queryParameters['TypeName'] = $typeName;
return $this;
}
/**
* @param string $status
*
* @return $this
*/
public function setStatus($status)
{
$this->requestParameters['Status'] = $status;
$this->queryParameters['Status'] = $status;
return $this;
}
/**
* @param string $uuids
*
* @return $this
*/
public function setUuids($uuids)
{
$this->requestParameters['Uuids'] = $uuids;
$this->queryParameters['Uuids'] = $uuids;
return $this;
}
}
@@ -0,0 +1,115 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DescribeCheckWarnings
*
* @method string getSourceIp()
* @method string getPageSize()
* @method string getCurrentPage()
* @method string getLang()
* @method string getRiskId()
* @method string getUuid()
*/
class DescribeCheckWarningsRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'DescribeCheckWarnings',
'vipaegis'
);
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
/**
* @param string $pageSize
*
* @return $this
*/
public function setPageSize($pageSize)
{
$this->requestParameters['PageSize'] = $pageSize;
$this->queryParameters['PageSize'] = $pageSize;
return $this;
}
/**
* @param string $currentPage
*
* @return $this
*/
public function setCurrentPage($currentPage)
{
$this->requestParameters['CurrentPage'] = $currentPage;
$this->queryParameters['CurrentPage'] = $currentPage;
return $this;
}
/**
* @param string $lang
*
* @return $this
*/
public function setLang($lang)
{
$this->requestParameters['Lang'] = $lang;
$this->queryParameters['Lang'] = $lang;
return $this;
}
/**
* @param string $riskId
*
* @return $this
*/
public function setRiskId($riskId)
{
$this->requestParameters['RiskId'] = $riskId;
$this->queryParameters['RiskId'] = $riskId;
return $this;
}
/**
* @param string $uuid
*
* @return $this
*/
public function setUuid($uuid)
{
$this->requestParameters['Uuid'] = $uuid;
$this->queryParameters['Uuid'] = $uuid;
return $this;
}
}
@@ -0,0 +1,59 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DescribeConcernNecessity
*
* @method string getSourceIp()
* @method string getLang()
*/
class DescribeConcernNecessityRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'DescribeConcernNecessity',
'vipaegis'
);
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
/**
* @param string $lang
*
* @return $this
*/
public function setLang($lang)
{
$this->requestParameters['Lang'] = $lang;
$this->queryParameters['Lang'] = $lang;
return $this;
}
}
@@ -0,0 +1,101 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DescribeDataSource
*
* @method string getSourceIp()
* @method string getDescription()
* @method string getId()
* @method string getLang()
* @method string getGroupName()
*/
class DescribeDataSourceRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'DescribeDataSource',
'vipaegis'
);
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
/**
* @param string $description
*
* @return $this
*/
public function setDescription($description)
{
$this->requestParameters['Description'] = $description;
$this->queryParameters['Description'] = $description;
return $this;
}
/**
* @param string $id
*
* @return $this
*/
public function setId($id)
{
$this->requestParameters['Id'] = $id;
$this->queryParameters['Id'] = $id;
return $this;
}
/**
* @param string $lang
*
* @return $this
*/
public function setLang($lang)
{
$this->requestParameters['Lang'] = $lang;
$this->queryParameters['Lang'] = $lang;
return $this;
}
/**
* @param string $groupName
*
* @return $this
*/
public function setGroupName($groupName)
{
$this->requestParameters['GroupName'] = $groupName;
$this->queryParameters['GroupName'] = $groupName;
return $this;
}
}
@@ -0,0 +1,59 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DescribeDefenceThread
*
* @method string getSourceIp()
* @method string getLang()
*/
class DescribeDefenceThreadRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'DescribeDefenceThread',
'vipaegis'
);
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
/**
* @param string $lang
*
* @return $this
*/
public function setLang($lang)
{
$this->requestParameters['Lang'] = $lang;
$this->queryParameters['Lang'] = $lang;
return $this;
}
}
@@ -0,0 +1,59 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DescribeDingTalk
*
* @method string getRuleActionName()
* @method string getSourceIp()
*/
class DescribeDingTalkRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'DescribeDingTalk',
'vipaegis'
);
}
/**
* @param string $ruleActionName
*
* @return $this
*/
public function setRuleActionName($ruleActionName)
{
$this->requestParameters['RuleActionName'] = $ruleActionName;
$this->queryParameters['RuleActionName'] = $ruleActionName;
return $this;
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
}
@@ -0,0 +1,59 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DescribeEcsStsStatus
*
* @method string getSourceIp()
* @method string getLang()
*/
class DescribeEcsStsStatusRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'DescribeEcsStsStatus',
'vipaegis'
);
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
/**
* @param string $lang
*
* @return $this
*/
public function setLang($lang)
{
$this->requestParameters['Lang'] = $lang;
$this->queryParameters['Lang'] = $lang;
return $this;
}
}
@@ -0,0 +1,59 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DescribeEmgNotice
*
* @method string getSourceIp()
* @method string getLang()
*/
class DescribeEmgNoticeRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'DescribeEmgNotice',
'vipaegis'
);
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
/**
* @param string $lang
*
* @return $this
*/
public function setLang($lang)
{
$this->requestParameters['Lang'] = $lang;
$this->queryParameters['Lang'] = $lang;
return $this;
}
}
@@ -0,0 +1,59 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DescribeEmgUserAgreement
*
* @method string getSourceIp()
* @method string getLang()
*/
class DescribeEmgUserAgreementRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'DescribeEmgUserAgreement',
'vipaegis'
);
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
/**
* @param string $lang
*
* @return $this
*/
public function setLang($lang)
{
$this->requestParameters['Lang'] = $lang;
$this->queryParameters['Lang'] = $lang;
return $this;
}
}
@@ -0,0 +1,59 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DescribeEmgVulGroup
*
* @method string getSourceIp()
* @method string getLang()
*/
class DescribeEmgVulGroupRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'DescribeEmgVulGroup',
'vipaegis'
);
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
/**
* @param string $lang
*
* @return $this
*/
public function setLang($lang)
{
$this->requestParameters['Lang'] = $lang;
$this->queryParameters['Lang'] = $lang;
return $this;
}
}
@@ -0,0 +1,115 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DescribeEventCountCurve
*
* @method string getTypes()
* @method string getSourceIp()
* @method string getVulEventLevels()
* @method string getLastDays()
* @method string getHealthEventLevels()
* @method string getSuspiciousEventLevels()
*/
class DescribeEventCountCurveRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'DescribeEventCountCurve',
'vipaegis'
);
}
/**
* @param string $types
*
* @return $this
*/
public function setTypes($types)
{
$this->requestParameters['Types'] = $types;
$this->queryParameters['Types'] = $types;
return $this;
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
/**
* @param string $vulEventLevels
*
* @return $this
*/
public function setVulEventLevels($vulEventLevels)
{
$this->requestParameters['VulEventLevels'] = $vulEventLevels;
$this->queryParameters['VulEventLevels'] = $vulEventLevels;
return $this;
}
/**
* @param string $lastDays
*
* @return $this
*/
public function setLastDays($lastDays)
{
$this->requestParameters['LastDays'] = $lastDays;
$this->queryParameters['LastDays'] = $lastDays;
return $this;
}
/**
* @param string $healthEventLevels
*
* @return $this
*/
public function setHealthEventLevels($healthEventLevels)
{
$this->requestParameters['HealthEventLevels'] = $healthEventLevels;
$this->queryParameters['HealthEventLevels'] = $healthEventLevels;
return $this;
}
/**
* @param string $suspiciousEventLevels
*
* @return $this
*/
public function setSuspiciousEventLevels($suspiciousEventLevels)
{
$this->requestParameters['SuspiciousEventLevels'] = $suspiciousEventLevels;
$this->queryParameters['SuspiciousEventLevels'] = $suspiciousEventLevels;
return $this;
}
}
@@ -0,0 +1,73 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DescribeEventLevelCount
*
* @method string getSourceIp()
* @method string getFrom()
* @method string getType()
*/
class DescribeEventLevelCountRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'DescribeEventLevelCount',
'vipaegis'
);
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
/**
* @param string $from
*
* @return $this
*/
public function setFrom($from)
{
$this->requestParameters['From'] = $from;
$this->queryParameters['From'] = $from;
return $this;
}
/**
* @param string $type
*
* @return $this
*/
public function setType($type)
{
$this->requestParameters['Type'] = $type;
$this->queryParameters['Type'] = $type;
return $this;
}
}
@@ -0,0 +1,59 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DescribeExportInfo
*
* @method string getSourceIp()
* @method string getExportId()
*/
class DescribeExportInfoRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'DescribeExportInfo',
'vipaegis'
);
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
/**
* @param string $exportId
*
* @return $this
*/
public function setExportId($exportId)
{
$this->requestParameters['ExportId'] = $exportId;
$this->queryParameters['ExportId'] = $exportId;
return $this;
}
}
@@ -0,0 +1,59 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DescribeFilterFields
*
* @method string getSourceIp()
* @method string getQuery()
*/
class DescribeFilterFieldsRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'DescribeFilterFields',
'vipaegis'
);
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
/**
* @param string $query
*
* @return $this
*/
public function setQuery($query)
{
$this->requestParameters['Query'] = $query;
$this->queryParameters['Query'] = $query;
return $this;
}
}
@@ -0,0 +1,129 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DescribeGroupList
*
* @method string getWarnLevel()
* @method string getSourceIp()
* @method string getRuleGroupId()
* @method string getPageSize()
* @method string getCurrentPage()
* @method string getLang()
* @method string getExGroupId()
*/
class DescribeGroupListRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'DescribeGroupList',
'vipaegis'
);
}
/**
* @param string $warnLevel
*
* @return $this
*/
public function setWarnLevel($warnLevel)
{
$this->requestParameters['WarnLevel'] = $warnLevel;
$this->queryParameters['WarnLevel'] = $warnLevel;
return $this;
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
/**
* @param string $ruleGroupId
*
* @return $this
*/
public function setRuleGroupId($ruleGroupId)
{
$this->requestParameters['RuleGroupId'] = $ruleGroupId;
$this->queryParameters['RuleGroupId'] = $ruleGroupId;
return $this;
}
/**
* @param string $pageSize
*
* @return $this
*/
public function setPageSize($pageSize)
{
$this->requestParameters['PageSize'] = $pageSize;
$this->queryParameters['PageSize'] = $pageSize;
return $this;
}
/**
* @param string $currentPage
*
* @return $this
*/
public function setCurrentPage($currentPage)
{
$this->requestParameters['CurrentPage'] = $currentPage;
$this->queryParameters['CurrentPage'] = $currentPage;
return $this;
}
/**
* @param string $lang
*
* @return $this
*/
public function setLang($lang)
{
$this->requestParameters['Lang'] = $lang;
$this->queryParameters['Lang'] = $lang;
return $this;
}
/**
* @param string $exGroupId
*
* @return $this
*/
public function setExGroupId($exGroupId)
{
$this->requestParameters['ExGroupId'] = $exGroupId;
$this->queryParameters['ExGroupId'] = $exGroupId;
return $this;
}
}
@@ -0,0 +1,73 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DescribeGroupStruct
*
* @method string getSourceIp()
* @method string gettagIdList()
* @method string getremark()
*/
class DescribeGroupStructRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'DescribeGroupStruct',
'vipaegis'
);
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
/**
* @param string $tagIdList
*
* @return $this
*/
public function settagIdList($tagIdList)
{
$this->requestParameters['tagIdList'] = $tagIdList;
$this->queryParameters['tagIdList'] = $tagIdList;
return $this;
}
/**
* @param string $remark
*
* @return $this
*/
public function setremark($remark)
{
$this->requestParameters['remark'] = $remark;
$this->queryParameters['remark'] = $remark;
return $this;
}
}
@@ -0,0 +1,297 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DescribeGroupedVul
*
* @method string getStatusList()
* @method string getLevel()
* @method string getOrderBy()
* @method string getDealed()
* @method string getCurrentPage()
* @method string getType()
* @method string getLastTsEnd()
* @method string getCreateTsStart()
* @method string getAliasName()
* @method string getPatchId()
* @method string getSourceIp()
* @method string getName()
* @method string getPageSize()
* @method string getLang()
* @method string getCreateTsEnd()
* @method string getLastTsStart()
* @method string getNecessity()
* @method string getUuids()
* @method string getDirection()
*/
class DescribeGroupedVulRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'DescribeGroupedVul',
'vipaegis'
);
}
/**
* @param string $statusList
*
* @return $this
*/
public function setStatusList($statusList)
{
$this->requestParameters['StatusList'] = $statusList;
$this->queryParameters['StatusList'] = $statusList;
return $this;
}
/**
* @param string $level
*
* @return $this
*/
public function setLevel($level)
{
$this->requestParameters['Level'] = $level;
$this->queryParameters['Level'] = $level;
return $this;
}
/**
* @param string $orderBy
*
* @return $this
*/
public function setOrderBy($orderBy)
{
$this->requestParameters['OrderBy'] = $orderBy;
$this->queryParameters['OrderBy'] = $orderBy;
return $this;
}
/**
* @param string $dealed
*
* @return $this
*/
public function setDealed($dealed)
{
$this->requestParameters['Dealed'] = $dealed;
$this->queryParameters['Dealed'] = $dealed;
return $this;
}
/**
* @param string $currentPage
*
* @return $this
*/
public function setCurrentPage($currentPage)
{
$this->requestParameters['CurrentPage'] = $currentPage;
$this->queryParameters['CurrentPage'] = $currentPage;
return $this;
}
/**
* @param string $type
*
* @return $this
*/
public function setType($type)
{
$this->requestParameters['Type'] = $type;
$this->queryParameters['Type'] = $type;
return $this;
}
/**
* @param string $lastTsEnd
*
* @return $this
*/
public function setLastTsEnd($lastTsEnd)
{
$this->requestParameters['LastTsEnd'] = $lastTsEnd;
$this->queryParameters['LastTsEnd'] = $lastTsEnd;
return $this;
}
/**
* @param string $createTsStart
*
* @return $this
*/
public function setCreateTsStart($createTsStart)
{
$this->requestParameters['CreateTsStart'] = $createTsStart;
$this->queryParameters['CreateTsStart'] = $createTsStart;
return $this;
}
/**
* @param string $aliasName
*
* @return $this
*/
public function setAliasName($aliasName)
{
$this->requestParameters['AliasName'] = $aliasName;
$this->queryParameters['AliasName'] = $aliasName;
return $this;
}
/**
* @param string $patchId
*
* @return $this
*/
public function setPatchId($patchId)
{
$this->requestParameters['PatchId'] = $patchId;
$this->queryParameters['PatchId'] = $patchId;
return $this;
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
/**
* @param string $name
*
* @return $this
*/
public function setName($name)
{
$this->requestParameters['Name'] = $name;
$this->queryParameters['Name'] = $name;
return $this;
}
/**
* @param string $pageSize
*
* @return $this
*/
public function setPageSize($pageSize)
{
$this->requestParameters['PageSize'] = $pageSize;
$this->queryParameters['PageSize'] = $pageSize;
return $this;
}
/**
* @param string $lang
*
* @return $this
*/
public function setLang($lang)
{
$this->requestParameters['Lang'] = $lang;
$this->queryParameters['Lang'] = $lang;
return $this;
}
/**
* @param string $createTsEnd
*
* @return $this
*/
public function setCreateTsEnd($createTsEnd)
{
$this->requestParameters['CreateTsEnd'] = $createTsEnd;
$this->queryParameters['CreateTsEnd'] = $createTsEnd;
return $this;
}
/**
* @param string $lastTsStart
*
* @return $this
*/
public function setLastTsStart($lastTsStart)
{
$this->requestParameters['LastTsStart'] = $lastTsStart;
$this->queryParameters['LastTsStart'] = $lastTsStart;
return $this;
}
/**
* @param string $necessity
*
* @return $this
*/
public function setNecessity($necessity)
{
$this->requestParameters['Necessity'] = $necessity;
$this->queryParameters['Necessity'] = $necessity;
return $this;
}
/**
* @param string $uuids
*
* @return $this
*/
public function setUuids($uuids)
{
$this->requestParameters['Uuids'] = $uuids;
$this->queryParameters['Uuids'] = $uuids;
return $this;
}
/**
* @param string $direction
*
* @return $this
*/
public function setDirection($direction)
{
$this->requestParameters['Direction'] = $direction;
$this->queryParameters['Direction'] = $direction;
return $this;
}
}
@@ -0,0 +1,87 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DescribeHistogram
*
* @method string getSourceIp()
* @method string getQuery()
* @method string getEndTime()
* @method string getStartTime()
*/
class DescribeHistogramRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'DescribeHistogram',
'vipaegis'
);
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
/**
* @param string $query
*
* @return $this
*/
public function setQuery($query)
{
$this->requestParameters['Query'] = $query;
$this->queryParameters['Query'] = $query;
return $this;
}
/**
* @param string $endTime
*
* @return $this
*/
public function setEndTime($endTime)
{
$this->requestParameters['EndTime'] = $endTime;
$this->queryParameters['EndTime'] = $endTime;
return $this;
}
/**
* @param string $startTime
*
* @return $this
*/
public function setStartTime($startTime)
{
$this->requestParameters['StartTime'] = $startTime;
$this->queryParameters['StartTime'] = $startTime;
return $this;
}
}
@@ -0,0 +1,73 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DescribeInstanceStatistics
*
* @method string getSourceIp()
* @method string getLang()
* @method string getUuid()
*/
class DescribeInstanceStatisticsRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'DescribeInstanceStatistics',
'vipaegis'
);
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
/**
* @param string $lang
*
* @return $this
*/
public function setLang($lang)
{
$this->requestParameters['Lang'] = $lang;
$this->queryParameters['Lang'] = $lang;
return $this;
}
/**
* @param string $uuid
*
* @return $this
*/
public function setUuid($uuid)
{
$this->requestParameters['Uuid'] = $uuid;
$this->queryParameters['Uuid'] = $uuid;
return $this;
}
}
@@ -0,0 +1,101 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DescribeJoinRuleList
*
* @method string getWarnLevel()
* @method string getSourceIp()
* @method string getPageSize()
* @method string getremark()
* @method string getCurrentPage()
*/
class DescribeJoinRuleListRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'DescribeJoinRuleList',
'vipaegis'
);
}
/**
* @param string $warnLevel
*
* @return $this
*/
public function setWarnLevel($warnLevel)
{
$this->requestParameters['WarnLevel'] = $warnLevel;
$this->queryParameters['WarnLevel'] = $warnLevel;
return $this;
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
/**
* @param string $pageSize
*
* @return $this
*/
public function setPageSize($pageSize)
{
$this->requestParameters['PageSize'] = $pageSize;
$this->queryParameters['PageSize'] = $pageSize;
return $this;
}
/**
* @param string $remark
*
* @return $this
*/
public function setremark($remark)
{
$this->requestParameters['remark'] = $remark;
$this->queryParameters['remark'] = $remark;
return $this;
}
/**
* @param string $currentPage
*
* @return $this
*/
public function setCurrentPage($currentPage)
{
$this->requestParameters['CurrentPage'] = $currentPage;
$this->queryParameters['CurrentPage'] = $currentPage;
return $this;
}
}
@@ -0,0 +1,45 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DescribeListAccessKeyIdAuth
*
* @method string getSourceIp()
*/
class DescribeListAccessKeyIdAuthRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'DescribeListAccessKeyIdAuth',
'vipaegis'
);
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
}
@@ -0,0 +1,115 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DescribeLogInfo
*
* @method string getSourceIp()
* @method string getQuery()
* @method string getPageSize()
* @method string getEndTime()
* @method string getCurrentPage()
* @method string getStartTime()
*/
class DescribeLogInfoRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'DescribeLogInfo',
'vipaegis'
);
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
/**
* @param string $query
*
* @return $this
*/
public function setQuery($query)
{
$this->requestParameters['Query'] = $query;
$this->queryParameters['Query'] = $query;
return $this;
}
/**
* @param string $pageSize
*
* @return $this
*/
public function setPageSize($pageSize)
{
$this->requestParameters['PageSize'] = $pageSize;
$this->queryParameters['PageSize'] = $pageSize;
return $this;
}
/**
* @param string $endTime
*
* @return $this
*/
public function setEndTime($endTime)
{
$this->requestParameters['EndTime'] = $endTime;
$this->queryParameters['EndTime'] = $endTime;
return $this;
}
/**
* @param string $currentPage
*
* @return $this
*/
public function setCurrentPage($currentPage)
{
$this->requestParameters['CurrentPage'] = $currentPage;
$this->queryParameters['CurrentPage'] = $currentPage;
return $this;
}
/**
* @param string $startTime
*
* @return $this
*/
public function setStartTime($startTime)
{
$this->requestParameters['StartTime'] = $startTime;
$this->queryParameters['StartTime'] = $startTime;
return $this;
}
}
@@ -0,0 +1,213 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DescribeLogItems
*
* @method string getLoginOffset()
* @method string getProcessSnapshotOffset()
* @method string getPortSnapshotOffset()
* @method string getQuery()
* @method string getEndTime()
* @method string getCurrentPage()
* @method string getNetworkOffset()
* @method string getStartTime()
* @method string getAccountSnapshotOffset()
* @method string getProcessOffset()
* @method string getSourceIp()
* @method string getCrackOffset()
* @method string getPageSize()
*/
class DescribeLogItemsRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'DescribeLogItems',
'vipaegis'
);
}
/**
* @param string $loginOffset
*
* @return $this
*/
public function setLoginOffset($loginOffset)
{
$this->requestParameters['LoginOffset'] = $loginOffset;
$this->queryParameters['LoginOffset'] = $loginOffset;
return $this;
}
/**
* @param string $processSnapshotOffset
*
* @return $this
*/
public function setProcessSnapshotOffset($processSnapshotOffset)
{
$this->requestParameters['ProcessSnapshotOffset'] = $processSnapshotOffset;
$this->queryParameters['ProcessSnapshotOffset'] = $processSnapshotOffset;
return $this;
}
/**
* @param string $portSnapshotOffset
*
* @return $this
*/
public function setPortSnapshotOffset($portSnapshotOffset)
{
$this->requestParameters['PortSnapshotOffset'] = $portSnapshotOffset;
$this->queryParameters['PortSnapshotOffset'] = $portSnapshotOffset;
return $this;
}
/**
* @param string $query
*
* @return $this
*/
public function setQuery($query)
{
$this->requestParameters['Query'] = $query;
$this->queryParameters['Query'] = $query;
return $this;
}
/**
* @param string $endTime
*
* @return $this
*/
public function setEndTime($endTime)
{
$this->requestParameters['EndTime'] = $endTime;
$this->queryParameters['EndTime'] = $endTime;
return $this;
}
/**
* @param string $currentPage
*
* @return $this
*/
public function setCurrentPage($currentPage)
{
$this->requestParameters['CurrentPage'] = $currentPage;
$this->queryParameters['CurrentPage'] = $currentPage;
return $this;
}
/**
* @param string $networkOffset
*
* @return $this
*/
public function setNetworkOffset($networkOffset)
{
$this->requestParameters['NetworkOffset'] = $networkOffset;
$this->queryParameters['NetworkOffset'] = $networkOffset;
return $this;
}
/**
* @param string $startTime
*
* @return $this
*/
public function setStartTime($startTime)
{
$this->requestParameters['StartTime'] = $startTime;
$this->queryParameters['StartTime'] = $startTime;
return $this;
}
/**
* @param string $accountSnapshotOffset
*
* @return $this
*/
public function setAccountSnapshotOffset($accountSnapshotOffset)
{
$this->requestParameters['AccountSnapshotOffset'] = $accountSnapshotOffset;
$this->queryParameters['AccountSnapshotOffset'] = $accountSnapshotOffset;
return $this;
}
/**
* @param string $processOffset
*
* @return $this
*/
public function setProcessOffset($processOffset)
{
$this->requestParameters['ProcessOffset'] = $processOffset;
$this->queryParameters['ProcessOffset'] = $processOffset;
return $this;
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
/**
* @param string $crackOffset
*
* @return $this
*/
public function setCrackOffset($crackOffset)
{
$this->requestParameters['CrackOffset'] = $crackOffset;
$this->queryParameters['CrackOffset'] = $crackOffset;
return $this;
}
/**
* @param string $pageSize
*
* @return $this
*/
public function setPageSize($pageSize)
{
$this->requestParameters['PageSize'] = $pageSize;
$this->queryParameters['PageSize'] = $pageSize;
return $this;
}
}
@@ -0,0 +1,73 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DescribeLogMeta
*
* @method string getSourceIp()
* @method string getFrom()
* @method string getLang()
*/
class DescribeLogMetaRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'DescribeLogMeta',
'vipaegis'
);
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
/**
* @param string $from
*
* @return $this
*/
public function setFrom($from)
{
$this->requestParameters['From'] = $from;
$this->queryParameters['From'] = $from;
return $this;
}
/**
* @param string $lang
*
* @return $this
*/
public function setLang($lang)
{
$this->requestParameters['Lang'] = $lang;
$this->queryParameters['Lang'] = $lang;
return $this;
}
}
@@ -0,0 +1,45 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DescribeLogQuery
*
* @method string getSourceIp()
*/
class DescribeLogQueryRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'DescribeLogQuery',
'vipaegis'
);
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
}
@@ -0,0 +1,73 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DescribeLogShipperStatus
*
* @method string getSourceIp()
* @method string getFrom()
* @method string getLang()
*/
class DescribeLogShipperStatusRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'DescribeLogShipperStatus',
'vipaegis'
);
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
/**
* @param string $from
*
* @return $this
*/
public function setFrom($from)
{
$this->requestParameters['From'] = $from;
$this->queryParameters['From'] = $from;
return $this;
}
/**
* @param string $lang
*
* @return $this
*/
public function setLang($lang)
{
$this->requestParameters['Lang'] = $lang;
$this->queryParameters['Lang'] = $lang;
return $this;
}
}
@@ -0,0 +1,129 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DescribeLoginLogs
*
* @method string getTypes()
* @method string getSourceIp()
* @method string getPageSize()
* @method string getStatuses()
* @method string getCurrentPage()
* @method string getRemark()
* @method string getTag()
*/
class DescribeLoginLogsRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'DescribeLoginLogs',
'vipaegis'
);
}
/**
* @param string $types
*
* @return $this
*/
public function setTypes($types)
{
$this->requestParameters['Types'] = $types;
$this->queryParameters['Types'] = $types;
return $this;
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
/**
* @param string $pageSize
*
* @return $this
*/
public function setPageSize($pageSize)
{
$this->requestParameters['PageSize'] = $pageSize;
$this->queryParameters['PageSize'] = $pageSize;
return $this;
}
/**
* @param string $statuses
*
* @return $this
*/
public function setStatuses($statuses)
{
$this->requestParameters['Statuses'] = $statuses;
$this->queryParameters['Statuses'] = $statuses;
return $this;
}
/**
* @param string $currentPage
*
* @return $this
*/
public function setCurrentPage($currentPage)
{
$this->requestParameters['CurrentPage'] = $currentPage;
$this->queryParameters['CurrentPage'] = $currentPage;
return $this;
}
/**
* @param string $remark
*
* @return $this
*/
public function setRemark($remark)
{
$this->requestParameters['Remark'] = $remark;
$this->queryParameters['Remark'] = $remark;
return $this;
}
/**
* @param string $tag
*
* @return $this
*/
public function setTag($tag)
{
$this->requestParameters['Tag'] = $tag;
$this->queryParameters['Tag'] = $tag;
return $this;
}
}
@@ -0,0 +1,73 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DescribeLogstoreStorage
*
* @method string getSourceIp()
* @method string getFrom()
* @method string getLang()
*/
class DescribeLogstoreStorageRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'DescribeLogstoreStorage',
'vipaegis'
);
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
/**
* @param string $from
*
* @return $this
*/
public function setFrom($from)
{
$this->requestParameters['From'] = $from;
$this->queryParameters['From'] = $from;
return $this;
}
/**
* @param string $lang
*
* @return $this
*/
public function setLang($lang)
{
$this->requestParameters['Lang'] = $lang;
$this->queryParameters['Lang'] = $lang;
return $this;
}
}
@@ -0,0 +1,129 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DescribeMacConfig
*
* @method string getResourceOwnerId()
* @method string getTypes()
* @method string getSourceIp()
* @method string getExtern()
* @method string getType()
* @method string getConfig()
* @method string getTarget()
*/
class DescribeMacConfigRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'DescribeMacConfig',
'vipaegis'
);
}
/**
* @param string $resourceOwnerId
*
* @return $this
*/
public function setResourceOwnerId($resourceOwnerId)
{
$this->requestParameters['ResourceOwnerId'] = $resourceOwnerId;
$this->queryParameters['ResourceOwnerId'] = $resourceOwnerId;
return $this;
}
/**
* @param string $types
*
* @return $this
*/
public function setTypes($types)
{
$this->requestParameters['Types'] = $types;
$this->queryParameters['Types'] = $types;
return $this;
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
/**
* @param string $extern
*
* @return $this
*/
public function setExtern($extern)
{
$this->requestParameters['Extern'] = $extern;
$this->queryParameters['Extern'] = $extern;
return $this;
}
/**
* @param string $type
*
* @return $this
*/
public function setType($type)
{
$this->requestParameters['Type'] = $type;
$this->queryParameters['Type'] = $type;
return $this;
}
/**
* @param string $config
*
* @return $this
*/
public function setConfig($config)
{
$this->requestParameters['Config'] = $config;
$this->queryParameters['Config'] = $config;
return $this;
}
/**
* @param string $target
*
* @return $this
*/
public function setTarget($target)
{
$this->requestParameters['Target'] = $target;
$this->queryParameters['Target'] = $target;
return $this;
}
}
@@ -0,0 +1,157 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DescribeMachineConfig
*
* @method string getResourceOwnerId()
* @method string getTypes()
* @method string getSourceIp()
* @method string getPageSize()
* @method string getCurrentPage()
* @method string getType()
* @method string getLang()
* @method string getConfig()
* @method string getTarget()
*/
class DescribeMachineConfigRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'DescribeMachineConfig',
'vipaegis'
);
}
/**
* @param string $resourceOwnerId
*
* @return $this
*/
public function setResourceOwnerId($resourceOwnerId)
{
$this->requestParameters['ResourceOwnerId'] = $resourceOwnerId;
$this->queryParameters['ResourceOwnerId'] = $resourceOwnerId;
return $this;
}
/**
* @param string $types
*
* @return $this
*/
public function setTypes($types)
{
$this->requestParameters['Types'] = $types;
$this->queryParameters['Types'] = $types;
return $this;
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
/**
* @param string $pageSize
*
* @return $this
*/
public function setPageSize($pageSize)
{
$this->requestParameters['PageSize'] = $pageSize;
$this->queryParameters['PageSize'] = $pageSize;
return $this;
}
/**
* @param string $currentPage
*
* @return $this
*/
public function setCurrentPage($currentPage)
{
$this->requestParameters['CurrentPage'] = $currentPage;
$this->queryParameters['CurrentPage'] = $currentPage;
return $this;
}
/**
* @param string $type
*
* @return $this
*/
public function setType($type)
{
$this->requestParameters['Type'] = $type;
$this->queryParameters['Type'] = $type;
return $this;
}
/**
* @param string $lang
*
* @return $this
*/
public function setLang($lang)
{
$this->requestParameters['Lang'] = $lang;
$this->queryParameters['Lang'] = $lang;
return $this;
}
/**
* @param string $config
*
* @return $this
*/
public function setConfig($config)
{
$this->requestParameters['Config'] = $config;
$this->queryParameters['Config'] = $config;
return $this;
}
/**
* @param string $target
*
* @return $this
*/
public function setTarget($target)
{
$this->requestParameters['Target'] = $target;
$this->queryParameters['Target'] = $target;
return $this;
}
}
@@ -0,0 +1,87 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DescribeMetaData
*
* @method string getProjectName()
* @method string getSourceIp()
* @method string getLogStoreName()
* @method string getRegionNo()
*/
class DescribeMetaDataRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'DescribeMetaData',
'vipaegis'
);
}
/**
* @param string $projectName
*
* @return $this
*/
public function setProjectName($projectName)
{
$this->requestParameters['ProjectName'] = $projectName;
$this->queryParameters['ProjectName'] = $projectName;
return $this;
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
/**
* @param string $logStoreName
*
* @return $this
*/
public function setLogStoreName($logStoreName)
{
$this->requestParameters['LogStoreName'] = $logStoreName;
$this->queryParameters['LogStoreName'] = $logStoreName;
return $this;
}
/**
* @param string $regionNo
*
* @return $this
*/
public function setRegionNo($regionNo)
{
$this->requestParameters['RegionNo'] = $regionNo;
$this->queryParameters['RegionNo'] = $regionNo;
return $this;
}
}
@@ -0,0 +1,101 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DescribeNsasSuspEventType
*
* @method string getSourceIp()
* @method string getName()
* @method string getRemark()
* @method string getFrom()
* @method string getLang()
*/
class DescribeNsasSuspEventTypeRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'DescribeNsasSuspEventType',
'vipaegis'
);
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
/**
* @param string $name
*
* @return $this
*/
public function setName($name)
{
$this->requestParameters['Name'] = $name;
$this->queryParameters['Name'] = $name;
return $this;
}
/**
* @param string $remark
*
* @return $this
*/
public function setRemark($remark)
{
$this->requestParameters['Remark'] = $remark;
$this->queryParameters['Remark'] = $remark;
return $this;
}
/**
* @param string $from
*
* @return $this
*/
public function setFrom($from)
{
$this->requestParameters['From'] = $from;
$this->queryParameters['From'] = $from;
return $this;
}
/**
* @param string $lang
*
* @return $this
*/
public function setLang($lang)
{
$this->requestParameters['Lang'] = $lang;
$this->queryParameters['Lang'] = $lang;
return $this;
}
}
@@ -0,0 +1,59 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DescribeOperateInfo
*
* @method string getSourceIp()
* @method string getLang()
*/
class DescribeOperateInfoRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'DescribeOperateInfo',
'vipaegis'
);
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
/**
* @param string $lang
*
* @return $this
*/
public function setLang($lang)
{
$this->requestParameters['Lang'] = $lang;
$this->queryParameters['Lang'] = $lang;
return $this;
}
}
@@ -0,0 +1,73 @@
<?php
namespace aegis\Request\V20161111;
/**
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
*
* Request of DescribeQuaraFile
*
* @method string getSourceIp()
* @method string getPageSize()
* @method string getCurrentPage()
*/
class DescribeQuaraFileRequest extends \RpcAcsRequest
{
/**
* @var string
*/
protected $method = 'POST';
/**
* Class constructor.
*/
public function __construct()
{
parent::__construct(
'aegis',
'2016-11-11',
'DescribeQuaraFile',
'vipaegis'
);
}
/**
* @param string $sourceIp
*
* @return $this
*/
public function setSourceIp($sourceIp)
{
$this->requestParameters['SourceIp'] = $sourceIp;
$this->queryParameters['SourceIp'] = $sourceIp;
return $this;
}
/**
* @param string $pageSize
*
* @return $this
*/
public function setPageSize($pageSize)
{
$this->requestParameters['PageSize'] = $pageSize;
$this->queryParameters['PageSize'] = $pageSize;
return $this;
}
/**
* @param string $currentPage
*
* @return $this
*/
public function setCurrentPage($currentPage)
{
$this->requestParameters['CurrentPage'] = $currentPage;
$this->queryParameters['CurrentPage'] = $currentPage;
return $this;
}
}

Some files were not shown because too many files have changed in this diff Show More