code
stringlengths 15
9.96M
| docstring
stringlengths 1
10.1k
| func_name
stringlengths 1
124
| language
stringclasses 1
value | repo
stringlengths 7
63
| path
stringlengths 6
186
| url
stringlengths 50
236
| license
stringclasses 4
values |
---|---|---|---|---|---|---|---|
function __construct()
{
} | @param array $List 实例列表
@param integer $TotalCount 总数
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Smh/V20210712/Models/DescribeOfficialInstancesResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Smh/V20210712/Models/DescribeOfficialInstancesResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $LibraryId 查询的媒体库 ID
@param string $LibrarySecret 查询到的媒体库密钥
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Smh/V20210712/Models/DescribeLibrarySecretResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Smh/V20210712/Models/DescribeLibrarySecretResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("LibraryId",$param) and $param["LibraryId"] !== null) {
$this->LibraryId = $param["LibraryId"];
}
if (array_key_exists("LibrarySecret",$param) and $param["LibrarySecret"] !== null) {
$this->LibrarySecret = $param["LibrarySecret"];
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Smh/V20210712/Models/DescribeLibrarySecretResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Smh/V20210712/Models/DescribeLibrarySecretResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $LibraryId 媒体库 ID | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Smh/V20210712/Models/DescribeLibrarySecretRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Smh/V20210712/Models/DescribeLibrarySecretRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("LibraryId",$param) and $param["LibraryId"] !== null) {
$this->LibraryId = $param["LibraryId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Smh/V20210712/Models/DescribeLibrarySecretRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Smh/V20210712/Models/DescribeLibrarySecretRequest.php | Apache-2.0 |
function __construct()
{
} | @param array $List 媒体库列表
@param integer $TotalCount 总数
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Smh/V20210712/Models/DescribeLibrariesResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Smh/V20210712/Models/DescribeLibrariesResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("UserId",$param) and $param["UserId"] !== null) {
$this->UserId = $param["UserId"];
}
if (array_key_exists("IsolateTime",$param) and $param["IsolateTime"] !== null) {
$this->IsolateTime = $param["IsolateTime"];
}
if (array_key_exists("DestroyTime",$param) and $param["DestroyTime"] !== null) {
$this->DestroyTime = $param["DestroyTime"];
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Smh/V20210712/Models/CreateUserLifecycleResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Smh/V20210712/Models/CreateUserLifecycleResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("IsFileLibrary",$param) and $param["IsFileLibrary"] !== null) {
$this->IsFileLibrary = $param["IsFileLibrary"];
}
if (array_key_exists("IsMultiSpace",$param) and $param["IsMultiSpace"] !== null) {
$this->IsMultiSpace = $param["IsMultiSpace"];
}
if (array_key_exists("CosStorageClass",$param) and $param["CosStorageClass"] !== null) {
$this->CosStorageClass = $param["CosStorageClass"];
}
if (array_key_exists("UseRecycleBin",$param) and $param["UseRecycleBin"] !== null) {
$this->UseRecycleBin = $param["UseRecycleBin"];
}
if (array_key_exists("AutoRemoveRecycledDays",$param) and $param["AutoRemoveRecycledDays"] !== null) {
$this->AutoRemoveRecycledDays = $param["AutoRemoveRecycledDays"];
}
if (array_key_exists("EnableSearch",$param) and $param["EnableSearch"] !== null) {
$this->EnableSearch = $param["EnableSearch"];
}
if (array_key_exists("DenyOnQuotaLessThanUsage",$param) and $param["DenyOnQuotaLessThanUsage"] !== null) {
$this->DenyOnQuotaLessThanUsage = $param["DenyOnQuotaLessThanUsage"];
}
if (array_key_exists("EnableFileHistory",$param) and $param["EnableFileHistory"] !== null) {
$this->EnableFileHistory = $param["EnableFileHistory"];
}
if (array_key_exists("FileHistoryCount",$param) and $param["FileHistoryCount"] !== null) {
$this->FileHistoryCount = $param["FileHistoryCount"];
}
if (array_key_exists("FileHistoryExpireDay",$param) and $param["FileHistoryExpireDay"] !== null) {
$this->FileHistoryExpireDay = $param["FileHistoryExpireDay"];
}
if (array_key_exists("MaxDirFileNameLength",$param) and $param["MaxDirFileNameLength"] !== null) {
$this->MaxDirFileNameLength = $param["MaxDirFileNameLength"];
}
if (array_key_exists("IsPublicRead",$param) and $param["IsPublicRead"] !== null) {
$this->IsPublicRead = $param["IsPublicRead"];
}
if (array_key_exists("IsMultiAlbum",$param) and $param["IsMultiAlbum"] !== null) {
$this->IsMultiAlbum = $param["IsMultiAlbum"];
}
if (array_key_exists("AllowPhoto",$param) and $param["AllowPhoto"] !== null) {
$this->AllowPhoto = $param["AllowPhoto"];
}
if (array_key_exists("AllowPhotoExtName",$param) and $param["AllowPhotoExtName"] !== null) {
$this->AllowPhotoExtName = $param["AllowPhotoExtName"];
}
if (array_key_exists("AllowVideo",$param) and $param["AllowVideo"] !== null) {
$this->AllowVideo = $param["AllowVideo"];
}
if (array_key_exists("AllowVideoExtName",$param) and $param["AllowVideoExtName"] !== null) {
$this->AllowVideoExtName = $param["AllowVideoExtName"];
}
if (array_key_exists("AllowFileExtName",$param) and $param["AllowFileExtName"] !== null) {
$this->AllowFileExtName = $param["AllowFileExtName"];
}
if (array_key_exists("RecognizeSensitiveContent",$param) and $param["RecognizeSensitiveContent"] !== null) {
$this->RecognizeSensitiveContent = $param["RecognizeSensitiveContent"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Smh/V20210712/Models/LibraryExtension.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Smh/V20210712/Models/LibraryExtension.php | Apache-2.0 |
function __construct()
{
} | @param array $LibraryIds 按照一个或者多个媒体库 ID 查询,每次请求的上限为 100 个。
@param integer $PageNumber 页码,整型,配合 PageSize 使用,默认值为 1。
@param integer $PageSize 每页数目,整型,配合 PageNumber 使用,默认值为 20,最大值为 100。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Smh/V20210712/Models/DescribeLibrariesRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Smh/V20210712/Models/DescribeLibrariesRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("LibraryIds",$param) and $param["LibraryIds"] !== null) {
$this->LibraryIds = $param["LibraryIds"];
}
if (array_key_exists("PageNumber",$param) and $param["PageNumber"] !== null) {
$this->PageNumber = $param["PageNumber"];
}
if (array_key_exists("PageSize",$param) and $param["PageSize"] !== null) {
$this->PageSize = $param["PageSize"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Smh/V20210712/Models/DescribeLibrariesRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Smh/V20210712/Models/DescribeLibrariesRequest.php | Apache-2.0 |
function __construct()
{
} | @param boolean $SuperAdminAccount 是否查询实例绑定的超级管理员账号,默认值为 false。
@param array $InstanceIds 按照一个或者多个实例 ID 查询,每次请求的上限为 100 个。
@param integer $PageNumber 页码,整型,配合 PageSize 使用,默认值为 1。
@param integer $PageSize 每页数目,整型,配合 PageNumber 使用,默认值为 20,最大值为 100。
@param string $OrderBy 对指定列进行排序
@param string $OrderByType 排序方式
@param integer $AutoRenew 续费管理筛选类型
@param boolean $BindPhone 超级管理管理员账号是否绑定了手机号 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Smh/V20210712/Models/DescribeOfficialInstancesRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Smh/V20210712/Models/DescribeOfficialInstancesRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("SuperAdminAccount",$param) and $param["SuperAdminAccount"] !== null) {
$this->SuperAdminAccount = $param["SuperAdminAccount"];
}
if (array_key_exists("InstanceIds",$param) and $param["InstanceIds"] !== null) {
$this->InstanceIds = $param["InstanceIds"];
}
if (array_key_exists("PageNumber",$param) and $param["PageNumber"] !== null) {
$this->PageNumber = $param["PageNumber"];
}
if (array_key_exists("PageSize",$param) and $param["PageSize"] !== null) {
$this->PageSize = $param["PageSize"];
}
if (array_key_exists("OrderBy",$param) and $param["OrderBy"] !== null) {
$this->OrderBy = $param["OrderBy"];
}
if (array_key_exists("OrderByType",$param) and $param["OrderByType"] !== null) {
$this->OrderByType = $param["OrderByType"];
}
if (array_key_exists("AutoRenew",$param) and $param["AutoRenew"] !== null) {
$this->AutoRenew = $param["AutoRenew"];
}
if (array_key_exists("BindPhone",$param) and $param["BindPhone"] !== null) {
$this->BindPhone = $param["BindPhone"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Smh/V20210712/Models/DescribeOfficialInstancesRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Smh/V20210712/Models/DescribeOfficialInstancesRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $LibraryId 媒体库 ID。
@param UserFilter $Filter 用于唯一查找用户的过滤器。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Smh/V20210712/Models/DescribeUserLifecycleRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Smh/V20210712/Models/DescribeUserLifecycleRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("LibraryId",$param) and $param["LibraryId"] !== null) {
$this->LibraryId = $param["LibraryId"];
}
if (array_key_exists("Filter",$param) and $param["Filter"] !== null) {
$this->Filter = new UserFilter();
$this->Filter->deserialize($param["Filter"]);
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Smh/V20210712/Models/DescribeUserLifecycleRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Smh/V20210712/Models/DescribeUserLifecycleRequest.php | Apache-2.0 |
function __construct()
{
} | @param integer $Quantity 云盘实例数量
@param string $Storage 已经使用的总存储量,单位为 Bytes,由于数字类型精度限制,该字段为 String 类型。
@param integer $UserCount 已经分配和使用的总用户数
@param string $InternetTraffic 本月外网下行流量,单位为 Bytes,由于数字类型精度限制,该字段为 String 类型。
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Smh/V20210712/Models/DescribeOfficialOverviewResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Smh/V20210712/Models/DescribeOfficialOverviewResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("Quantity",$param) and $param["Quantity"] !== null) {
$this->Quantity = $param["Quantity"];
}
if (array_key_exists("Storage",$param) and $param["Storage"] !== null) {
$this->Storage = $param["Storage"];
}
if (array_key_exists("UserCount",$param) and $param["UserCount"] !== null) {
$this->UserCount = $param["UserCount"];
}
if (array_key_exists("InternetTraffic",$param) and $param["InternetTraffic"] !== null) {
$this->InternetTraffic = $param["InternetTraffic"];
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Smh/V20210712/Models/DescribeOfficialOverviewResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Smh/V20210712/Models/DescribeOfficialOverviewResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $LibraryId 媒体库 ID | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Smh/V20210712/Models/DeleteLibraryRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Smh/V20210712/Models/DeleteLibraryRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("LibraryId",$param) and $param["LibraryId"] !== null) {
$this->LibraryId = $param["LibraryId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Smh/V20210712/Models/DeleteLibraryRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Smh/V20210712/Models/DeleteLibraryRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $LibraryId 媒体库 ID。
@param string $Role 用户角色,当只支持 user。
@param boolean $Enabled 是否启用。
@param string $CountryCode 手机号国家码,不传默认为 null,此时无法使用该登录方式进行登录。
@param string $PhoneNumber 手机号码,不传默认为 null,此时无法使用该登录方式进行登录。如果与同一媒体库内已有手机号重复则报错。CountryCode 和 PhoneNumber 必须同时传入或同时不传入。
@param string $Email 邮箱,不传默认为 null,此时无法使用该登录方式进行登录。如果与同一媒体库内已有邮箱重复则报错。
@param string $AccountName 账号,不传默认为 null,此时无法使用该登录方式进行登录。如果与同一媒体库内已有账号重复则报错。只能使用大小写字母、数字、中划线、下划线、小数点,长度不超过 50 个字符。
@param string $AccountPassword 密码的 base64 形式,不传默认为 null,此时无法使用该登录方式进行登录。AccountName 和 AccountPassword 必须同时传入或同时不传入。
@param string $AccountUserId 第三方账号 ID,用于关联第三方账号体系,不传默认为 null,此时无法使用该登录方式进行登录。如果与同一媒体库内已有第三方账号重复则报错。只能使用大小写字母、数字、中划线、下划线、小数点,长度不超过 200 个字符。
@param string $Comment 备注。不超过 255 个字符。
@param string $Nickname 昵称。不超过 100 个字符。
@param string $Avatar 用户头像地址。不超过 255 个字符。
@param string $Customize 自定义信息。不超过 255 个字符。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Smh/V20210712/Models/CreateUserRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Smh/V20210712/Models/CreateUserRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("LibraryId",$param) and $param["LibraryId"] !== null) {
$this->LibraryId = $param["LibraryId"];
}
if (array_key_exists("Role",$param) and $param["Role"] !== null) {
$this->Role = $param["Role"];
}
if (array_key_exists("Enabled",$param) and $param["Enabled"] !== null) {
$this->Enabled = $param["Enabled"];
}
if (array_key_exists("CountryCode",$param) and $param["CountryCode"] !== null) {
$this->CountryCode = $param["CountryCode"];
}
if (array_key_exists("PhoneNumber",$param) and $param["PhoneNumber"] !== null) {
$this->PhoneNumber = $param["PhoneNumber"];
}
if (array_key_exists("Email",$param) and $param["Email"] !== null) {
$this->Email = $param["Email"];
}
if (array_key_exists("AccountName",$param) and $param["AccountName"] !== null) {
$this->AccountName = $param["AccountName"];
}
if (array_key_exists("AccountPassword",$param) and $param["AccountPassword"] !== null) {
$this->AccountPassword = $param["AccountPassword"];
}
if (array_key_exists("AccountUserId",$param) and $param["AccountUserId"] !== null) {
$this->AccountUserId = $param["AccountUserId"];
}
if (array_key_exists("Comment",$param) and $param["Comment"] !== null) {
$this->Comment = $param["Comment"];
}
if (array_key_exists("Nickname",$param) and $param["Nickname"] !== null) {
$this->Nickname = $param["Nickname"];
}
if (array_key_exists("Avatar",$param) and $param["Avatar"] !== null) {
$this->Avatar = $param["Avatar"];
}
if (array_key_exists("Customize",$param) and $param["Customize"] !== null) {
$this->Customize = $param["Customize"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Smh/V20210712/Models/CreateUserRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Smh/V20210712/Models/CreateUserRequest.php | Apache-2.0 |
function __construct($credential, $region, $profile=null)
{
parent::__construct($this->endpoint, $this->version, $credential, $region, $profile);
} | @param Credential $credential
@param string $region
@param ClientProfile|null $profile
@throws TencentCloudSDKException | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/DbbrainClient.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/DbbrainClient.php | Apache-2.0 |
function __construct()
{
} | @param integer $AsyncRequestId 异步任务的请求 ID,可使用此 ID 查询异步任务的执行结果。
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/CreateDBDiagReportTaskResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/CreateDBDiagReportTaskResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("AsyncRequestId",$param) and $param["AsyncRequestId"] !== null) {
$this->AsyncRequestId = $param["AsyncRequestId"];
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/CreateDBDiagReportTaskResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/CreateDBDiagReportTaskResponse.php | Apache-2.0 |
function __construct()
{
} | @param integer $SendMail 是否开启邮件发送: 0, 否; 1, 是。
@param array $Region 地域配置, 如["ap-guangzhou", "ap-shanghai"]。巡检的邮件发送模板,配置需要发送巡检邮件的地域;订阅的邮件发送模板,配置当前订阅实例的所属地域。
@param array $HealthStatus 发送指定的健康等级的报告, 如["HEALTH", "SUB_HEALTH", "RISK", "HIGH_RISK"]。
@param array $ContactPerson 联系人id, 联系人/联系组不能都为空。
@param array $ContactGroup 联系组id, 联系人/联系组不能都为空。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/MailConfiguration.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/MailConfiguration.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("SendMail",$param) and $param["SendMail"] !== null) {
$this->SendMail = $param["SendMail"];
}
if (array_key_exists("Region",$param) and $param["Region"] !== null) {
$this->Region = $param["Region"];
}
if (array_key_exists("HealthStatus",$param) and $param["HealthStatus"] !== null) {
$this->HealthStatus = $param["HealthStatus"];
}
if (array_key_exists("ContactPerson",$param) and $param["ContactPerson"] !== null) {
$this->ContactPerson = $param["ContactPerson"];
}
if (array_key_exists("ContactGroup",$param) and $param["ContactGroup"] !== null) {
$this->ContactGroup = $param["ContactGroup"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/MailConfiguration.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/MailConfiguration.php | Apache-2.0 |
function __construct()
{
} | @param boolean $IsSupported 是否是DBbrain支持的实例,固定传 true。
@param string $Product 服务产品类型,支持值包括: "mysql" - 云数据库 MySQL, "cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"。
@param integer $Offset 分页参数,偏移量。
@param integer $Limit 分页参数,分页值。
@param array $InstanceNames 根据实例名称条件查询。
@param array $InstanceIds 根据实例ID条件查询。
@param array $Regions 根据地域条件查询。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/DescribeDiagDBInstancesRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/DescribeDiagDBInstancesRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("IsSupported",$param) and $param["IsSupported"] !== null) {
$this->IsSupported = $param["IsSupported"];
}
if (array_key_exists("Product",$param) and $param["Product"] !== null) {
$this->Product = $param["Product"];
}
if (array_key_exists("Offset",$param) and $param["Offset"] !== null) {
$this->Offset = $param["Offset"];
}
if (array_key_exists("Limit",$param) and $param["Limit"] !== null) {
$this->Limit = $param["Limit"];
}
if (array_key_exists("InstanceNames",$param) and $param["InstanceNames"] !== null) {
$this->InstanceNames = $param["InstanceNames"];
}
if (array_key_exists("InstanceIds",$param) and $param["InstanceIds"] !== null) {
$this->InstanceIds = $param["InstanceIds"];
}
if (array_key_exists("Regions",$param) and $param["Regions"] !== null) {
$this->Regions = $param["Regions"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/DescribeDiagDBInstancesRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/DescribeDiagDBInstancesRequest.php | Apache-2.0 |
function __construct()
{
} | @param ProfileInfo $ProfileInfo 邮件配置内容。
@param string $ProfileLevel 配置级别,支持值包括:"User" - 用户级别,"Instance" - 实例级别,其中数据库巡检邮件配置为用户级别,定期生成邮件配置为实例级别。
@param string $ProfileName 配置名称,需要保持唯一性,数据库巡检邮件配置名称自拟;定期生成邮件配置命名格式:"scheduler_" + {instanceId},如"schduler_cdb-test"。
@param string $ProfileType 配置类型,支持值包括:"dbScan_mail_configuration" - 数据库巡检邮件配置,"scheduler_mail_configuration" - 定期生成邮件配置。
@param string $Product 服务产品类型,支持值包括: "mysql" - 云数据库 MySQL, "cynosdb" - 云数据库 CynosDB for MySQL。
@param array $BindInstanceIds 配置绑定的实例ID,当配置级别为"Instance"时需要传入且只能为一个实例;当配置级别为“User”时,此参数不填。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/CreateMailProfileRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/CreateMailProfileRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("ProfileInfo",$param) and $param["ProfileInfo"] !== null) {
$this->ProfileInfo = new ProfileInfo();
$this->ProfileInfo->deserialize($param["ProfileInfo"]);
}
if (array_key_exists("ProfileLevel",$param) and $param["ProfileLevel"] !== null) {
$this->ProfileLevel = $param["ProfileLevel"];
}
if (array_key_exists("ProfileName",$param) and $param["ProfileName"] !== null) {
$this->ProfileName = $param["ProfileName"];
}
if (array_key_exists("ProfileType",$param) and $param["ProfileType"] !== null) {
$this->ProfileType = $param["ProfileType"];
}
if (array_key_exists("Product",$param) and $param["Product"] !== null) {
$this->Product = $param["Product"];
}
if (array_key_exists("BindInstanceIds",$param) and $param["BindInstanceIds"] !== null) {
$this->BindInstanceIds = $param["BindInstanceIds"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/CreateMailProfileRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/CreateMailProfileRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $TableSchema 库名
@param MonitorMetricSeriesData $SeriesData 单位时间间隔内的空间指标数据。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/SchemaSpaceTimeSeries.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/SchemaSpaceTimeSeries.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("TableSchema",$param) and $param["TableSchema"] !== null) {
$this->TableSchema = $param["TableSchema"];
}
if (array_key_exists("SeriesData",$param) and $param["SeriesData"] !== null) {
$this->SeriesData = new MonitorMetricSeriesData();
$this->SeriesData->deserialize($param["SeriesData"]);
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/SchemaSpaceTimeSeries.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/SchemaSpaceTimeSeries.php | Apache-2.0 |
function __construct()
{
} | @param integer $TotalCount 任务总数目。
@param array $Tasks 任务列表。
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/DescribeDBDiagReportTasksResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/DescribeDBDiagReportTasksResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $InstanceId 实例ID。
@param integer $AsyncRequestId 健康报告相应的任务ID,可通过DescribeDBDiagReportTasks查询。
@param string $Product 服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL,"redis" - 云数据库 Redis,默认为"mysql"。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/CreateDBDiagReportUrlRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/CreateDBDiagReportUrlRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("InstanceId",$param) and $param["InstanceId"] !== null) {
$this->InstanceId = $param["InstanceId"];
}
if (array_key_exists("AsyncRequestId",$param) and $param["AsyncRequestId"] !== null) {
$this->AsyncRequestId = $param["AsyncRequestId"];
}
if (array_key_exists("Product",$param) and $param["Product"] !== null) {
$this->Product = $param["Product"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/CreateDBDiagReportUrlRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/CreateDBDiagReportUrlRequest.php | Apache-2.0 |
function __construct()
{
} | @param array $IssueTypes 异常详情。
@param integer $EventsTotalCount 异常事件总数。
@param integer $HealthScore 健康得分。
@param string $HealthLevel 健康等级, 如:"HEALTH", "SUB_HEALTH", "RISK", "HIGH_RISK"。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/HealthScoreInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/HealthScoreInfo.php | Apache-2.0 |
function __construct()
{
} | @param string $ID 线程ID。
@param string $User 线程的操作账号名。
@param string $Host 线程的操作主机地址。
@param string $DB 线程的操作数据库。
@param string $State 线程的操作状态。
@param string $Command 线程的执行类型。
@param string $Time 线程的操作时长,单位秒。
@param string $Info 线程的操作语句。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/MySqlProcess.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/MySqlProcess.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("ID",$param) and $param["ID"] !== null) {
$this->ID = $param["ID"];
}
if (array_key_exists("User",$param) and $param["User"] !== null) {
$this->User = $param["User"];
}
if (array_key_exists("Host",$param) and $param["Host"] !== null) {
$this->Host = $param["Host"];
}
if (array_key_exists("DB",$param) and $param["DB"] !== null) {
$this->DB = $param["DB"];
}
if (array_key_exists("State",$param) and $param["State"] !== null) {
$this->State = $param["State"];
}
if (array_key_exists("Command",$param) and $param["Command"] !== null) {
$this->Command = $param["Command"];
}
if (array_key_exists("Time",$param) and $param["Time"] !== null) {
$this->Time = $param["Time"];
}
if (array_key_exists("Info",$param) and $param["Info"] !== null) {
$this->Info = $param["Info"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/MySqlProcess.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/MySqlProcess.php | Apache-2.0 |
function __construct()
{
} | @param integer $TotalCount 组总数。
@param array $Groups 组信息。
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/DescribeAllUserGroupResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/DescribeAllUserGroupResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $IssueType 扣分项分类,取值包括:可用性、可维护性、性能及可靠性。
@param integer $ScoreLost 扣分总分。
@param integer $ScoreLostMax 扣分总分上限。
@param array $Items 扣分项列表。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/ScoreDetail.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/ScoreDetail.php | Apache-2.0 |
function __construct()
{
} | @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/ModifyDiagDBInstanceConfResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/ModifyDiagDBInstanceConfResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/ModifyDiagDBInstanceConfResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/ModifyDiagDBInstanceConfResponse.php | Apache-2.0 |
function __construct()
{
} | @param array $Series 监控指标。
@param array $Timestamp 监控指标对应的时间戳。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/MonitorFloatMetricSeriesData.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/MonitorFloatMetricSeriesData.php | Apache-2.0 |
function __construct()
{
} | @param string $InstanceId 实例ID。
@param string $SqlText SQL语句。
@param string $Schema 库名。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/DescribeUserSqlAdviceRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/DescribeUserSqlAdviceRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("InstanceId",$param) and $param["InstanceId"] !== null) {
$this->InstanceId = $param["InstanceId"];
}
if (array_key_exists("SqlText",$param) and $param["SqlText"] !== null) {
$this->SqlText = $param["SqlText"];
}
if (array_key_exists("Schema",$param) and $param["Schema"] !== null) {
$this->Schema = $param["Schema"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/DescribeUserSqlAdviceRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/DescribeUserSqlAdviceRequest.php | Apache-2.0 |
function __construct()
{
} | @param array $ProfileList 邮件配置详情。
@param integer $TotalCount 邮件模板总数。
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/DescribeMailProfileResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/DescribeMailProfileResponse.php | Apache-2.0 |
function __construct()
{
} | @param integer $TotalCount 符合条件的记录总数。
@param array $Rows 慢日志 top sql 列表
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/DescribeSlowLogTopSqlsResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/DescribeSlowLogTopSqlsResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/CreateSchedulerMailProfileResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/CreateSchedulerMailProfileResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/CreateSchedulerMailProfileResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/CreateSchedulerMailProfileResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $Advices SQL优化建议,可解析为JSON数组。
@param string $Comments SQL优化建议备注,可解析为String数组。
@param string $SqlText SQL语句。
@param string $Schema 库名。
@param string $Tables 相关表的DDL信息,可解析为JSON数组。
@param string $SqlPlan SQL执行计划,可解析为JSON。
@param string $Cost SQL优化后的成本节约详情,可解析为JSON。
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/DescribeUserSqlAdviceResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/DescribeUserSqlAdviceResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("Advices",$param) and $param["Advices"] !== null) {
$this->Advices = $param["Advices"];
}
if (array_key_exists("Comments",$param) and $param["Comments"] !== null) {
$this->Comments = $param["Comments"];
}
if (array_key_exists("SqlText",$param) and $param["SqlText"] !== null) {
$this->SqlText = $param["SqlText"];
}
if (array_key_exists("Schema",$param) and $param["Schema"] !== null) {
$this->Schema = $param["Schema"];
}
if (array_key_exists("Tables",$param) and $param["Tables"] !== null) {
$this->Tables = $param["Tables"];
}
if (array_key_exists("SqlPlan",$param) and $param["SqlPlan"] !== null) {
$this->SqlPlan = $param["SqlPlan"];
}
if (array_key_exists("Cost",$param) and $param["Cost"] !== null) {
$this->Cost = $param["Cost"];
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/DescribeUserSqlAdviceResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/DescribeUserSqlAdviceResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/DeleteSecurityAuditLogExportTasksResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/DeleteSecurityAuditLogExportTasksResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/DeleteSecurityAuditLogExportTasksResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/DeleteSecurityAuditLogExportTasksResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $Name 联系人姓名,大小写字母+数字+下划线,最小 2 位最大 60 位的长度, 不能以"_"开头,且联系人名保持唯一。
@param string $ContactInfo 邮箱地址,大小写字母、数字及下划线组成, 不能以"_"开头。
@param string $Product 服务产品类型,固定值:"mysql"。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/AddUserContactRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/AddUserContactRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("Name",$param) and $param["Name"] !== null) {
$this->Name = $param["Name"];
}
if (array_key_exists("ContactInfo",$param) and $param["ContactInfo"] !== null) {
$this->ContactInfo = $param["ContactInfo"];
}
if (array_key_exists("Product",$param) and $param["Product"] !== null) {
$this->Product = $param["Product"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/AddUserContactRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/AddUserContactRequest.php | Apache-2.0 |
function __construct()
{
} | @param array $TopSpaceSchemas 返回的Top库空间统计信息列表。
@param integer $Timestamp 采集库空间数据的时间戳(秒)。
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/DescribeTopSpaceSchemasResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/DescribeTopSpaceSchemasResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $IssueType 指标分类:AVAILABILITY:可用性,MAINTAINABILITY:可维护性,PERFORMANCE,性能,RELIABILITY可靠性。
@param array $Events 异常事件。
@param integer $TotalCount 异常事件总数。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/IssueTypeInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/IssueTypeInfo.php | Apache-2.0 |
function __construct()
{
} | @param float $LockTime sql总锁等待时间
@param float $LockTimeMax 最大锁等待时间
@param float $LockTimeMin 最小锁等待时间
@param integer $RowsExamined 总扫描行数
@param integer $RowsExaminedMax 最大扫描行数
@param integer $RowsExaminedMin 最小扫描行数
@param float $QueryTime 总耗时
@param float $QueryTimeMax 最大执行时间
@param float $QueryTimeMin 最小执行时间
@param integer $RowsSent 总返回行数
@param integer $RowsSentMax 最大返回行数
@param integer $RowsSentMin 最小返回行数
@param integer $ExecTimes 执行次数
@param string $SqlTemplate sql模板
@param string $SqlText 带参数SQL(随机)
@param string $Schema 数据库名
@param float $QueryTimeRatio 总耗时占比
@param float $LockTimeRatio sql总锁等待时间占比
@param float $RowsExaminedRatio 总扫描行数占比
@param float $RowsSentRatio 总返回行数占比
@param float $QueryTimeAvg 平均执行时间
@param float $RowsSentAvg 平均返回行数
@param float $LockTimeAvg 平均锁等待时间
@param float $RowsExaminedAvg 平均扫描行数
@param string $Md5 SQL模板的MD5值 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/SlowLogTopSqlItem.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/SlowLogTopSqlItem.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("LockTime",$param) and $param["LockTime"] !== null) {
$this->LockTime = $param["LockTime"];
}
if (array_key_exists("LockTimeMax",$param) and $param["LockTimeMax"] !== null) {
$this->LockTimeMax = $param["LockTimeMax"];
}
if (array_key_exists("LockTimeMin",$param) and $param["LockTimeMin"] !== null) {
$this->LockTimeMin = $param["LockTimeMin"];
}
if (array_key_exists("RowsExamined",$param) and $param["RowsExamined"] !== null) {
$this->RowsExamined = $param["RowsExamined"];
}
if (array_key_exists("RowsExaminedMax",$param) and $param["RowsExaminedMax"] !== null) {
$this->RowsExaminedMax = $param["RowsExaminedMax"];
}
if (array_key_exists("RowsExaminedMin",$param) and $param["RowsExaminedMin"] !== null) {
$this->RowsExaminedMin = $param["RowsExaminedMin"];
}
if (array_key_exists("QueryTime",$param) and $param["QueryTime"] !== null) {
$this->QueryTime = $param["QueryTime"];
}
if (array_key_exists("QueryTimeMax",$param) and $param["QueryTimeMax"] !== null) {
$this->QueryTimeMax = $param["QueryTimeMax"];
}
if (array_key_exists("QueryTimeMin",$param) and $param["QueryTimeMin"] !== null) {
$this->QueryTimeMin = $param["QueryTimeMin"];
}
if (array_key_exists("RowsSent",$param) and $param["RowsSent"] !== null) {
$this->RowsSent = $param["RowsSent"];
}
if (array_key_exists("RowsSentMax",$param) and $param["RowsSentMax"] !== null) {
$this->RowsSentMax = $param["RowsSentMax"];
}
if (array_key_exists("RowsSentMin",$param) and $param["RowsSentMin"] !== null) {
$this->RowsSentMin = $param["RowsSentMin"];
}
if (array_key_exists("ExecTimes",$param) and $param["ExecTimes"] !== null) {
$this->ExecTimes = $param["ExecTimes"];
}
if (array_key_exists("SqlTemplate",$param) and $param["SqlTemplate"] !== null) {
$this->SqlTemplate = $param["SqlTemplate"];
}
if (array_key_exists("SqlText",$param) and $param["SqlText"] !== null) {
$this->SqlText = $param["SqlText"];
}
if (array_key_exists("Schema",$param) and $param["Schema"] !== null) {
$this->Schema = $param["Schema"];
}
if (array_key_exists("QueryTimeRatio",$param) and $param["QueryTimeRatio"] !== null) {
$this->QueryTimeRatio = $param["QueryTimeRatio"];
}
if (array_key_exists("LockTimeRatio",$param) and $param["LockTimeRatio"] !== null) {
$this->LockTimeRatio = $param["LockTimeRatio"];
}
if (array_key_exists("RowsExaminedRatio",$param) and $param["RowsExaminedRatio"] !== null) {
$this->RowsExaminedRatio = $param["RowsExaminedRatio"];
}
if (array_key_exists("RowsSentRatio",$param) and $param["RowsSentRatio"] !== null) {
$this->RowsSentRatio = $param["RowsSentRatio"];
}
if (array_key_exists("QueryTimeAvg",$param) and $param["QueryTimeAvg"] !== null) {
$this->QueryTimeAvg = $param["QueryTimeAvg"];
}
if (array_key_exists("RowsSentAvg",$param) and $param["RowsSentAvg"] !== null) {
$this->RowsSentAvg = $param["RowsSentAvg"];
}
if (array_key_exists("LockTimeAvg",$param) and $param["LockTimeAvg"] !== null) {
$this->LockTimeAvg = $param["LockTimeAvg"];
}
if (array_key_exists("RowsExaminedAvg",$param) and $param["RowsExaminedAvg"] !== null) {
$this->RowsExaminedAvg = $param["RowsExaminedAvg"];
}
if (array_key_exists("Md5",$param) and $param["Md5"] !== null) {
$this->Md5 = $param["Md5"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/SlowLogTopSqlItem.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/SlowLogTopSqlItem.php | Apache-2.0 |
function __construct()
{
} | @param integer $EventId 事件 ID 。
@param string $DiagType 诊断类型。
@param string $StartTime 开始时间。
@param string $EndTime 结束时间。
@param string $Outline 概要。
@param integer $Severity 严重程度。严重程度分为5级,按影响程度从高至低分别为:1:致命,2:严重,3:告警,4:提示,5:健康。
@param integer $ScoreLost 扣分。
@param string $Metric 保留字段。
@param integer $Count 告警数目。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/EventInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/EventInfo.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("EventId",$param) and $param["EventId"] !== null) {
$this->EventId = $param["EventId"];
}
if (array_key_exists("DiagType",$param) and $param["DiagType"] !== null) {
$this->DiagType = $param["DiagType"];
}
if (array_key_exists("StartTime",$param) and $param["StartTime"] !== null) {
$this->StartTime = $param["StartTime"];
}
if (array_key_exists("EndTime",$param) and $param["EndTime"] !== null) {
$this->EndTime = $param["EndTime"];
}
if (array_key_exists("Outline",$param) and $param["Outline"] !== null) {
$this->Outline = $param["Outline"];
}
if (array_key_exists("Severity",$param) and $param["Severity"] !== null) {
$this->Severity = $param["Severity"];
}
if (array_key_exists("ScoreLost",$param) and $param["ScoreLost"] !== null) {
$this->ScoreLost = $param["ScoreLost"];
}
if (array_key_exists("Metric",$param) and $param["Metric"] !== null) {
$this->Metric = $param["Metric"];
}
if (array_key_exists("Count",$param) and $param["Count"] !== null) {
$this->Count = $param["Count"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/EventInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/EventInfo.php | Apache-2.0 |
function __construct()
{
} | @param string $TableName 表名。
@param string $TableSchema 库名。
@param string $Engine 库表的存储引擎。
@param MonitorFloatMetricSeriesData $SeriesData 单位时间间隔内的空间指标数据。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/TableSpaceTimeSeries.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/TableSpaceTimeSeries.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("TableName",$param) and $param["TableName"] !== null) {
$this->TableName = $param["TableName"];
}
if (array_key_exists("TableSchema",$param) and $param["TableSchema"] !== null) {
$this->TableSchema = $param["TableSchema"];
}
if (array_key_exists("Engine",$param) and $param["Engine"] !== null) {
$this->Engine = $param["Engine"];
}
if (array_key_exists("SeriesData",$param) and $param["SeriesData"] !== null) {
$this->SeriesData = new MonitorFloatMetricSeriesData();
$this->SeriesData->deserialize($param["SeriesData"]);
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/TableSpaceTimeSeries.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/TableSpaceTimeSeries.php | Apache-2.0 |
function __construct()
{
} | @param array $Tasks 安全审计日志导出任务列表。
@param integer $TotalCount 安全审计日志导出任务总数。
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/DescribeSecurityAuditLogExportTasksResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/DescribeSecurityAuditLogExportTasksResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $InstanceId 需要获取健康得分的实例ID。
@param string $Time 获取健康得分的时间。
@param string $Product 服务产品类型,支持值包括: "mysql" - 云数据库 MySQL, "cynosdb" - 云数据库 TDSQL-C for MySQL,"redis" - 云数据库 Redis,默认为"mysql"。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/DescribeHealthScoreRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/DescribeHealthScoreRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("InstanceId",$param) and $param["InstanceId"] !== null) {
$this->InstanceId = $param["InstanceId"];
}
if (array_key_exists("Time",$param) and $param["Time"] !== null) {
$this->Time = $param["Time"];
}
if (array_key_exists("Product",$param) and $param["Product"] !== null) {
$this->Product = $param["Product"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/DescribeHealthScoreRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/DescribeHealthScoreRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $InstanceId 实例ID。
@param string $StartTime 查询范围的开始时间,时间格式如:2019-09-10 12:13:14。
@param string $EndTime 查询范围的结束时间,时间格式如:2019-09-10 12:13:14。
@param string $Product 服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/DescribeSlowLogUserHostStatsRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/DescribeSlowLogUserHostStatsRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("InstanceId",$param) and $param["InstanceId"] !== null) {
$this->InstanceId = $param["InstanceId"];
}
if (array_key_exists("StartTime",$param) and $param["StartTime"] !== null) {
$this->StartTime = $param["StartTime"];
}
if (array_key_exists("EndTime",$param) and $param["EndTime"] !== null) {
$this->EndTime = $param["EndTime"];
}
if (array_key_exists("Product",$param) and $param["Product"] !== null) {
$this->Product = $param["Product"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/DescribeSlowLogUserHostStatsRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/DescribeSlowLogUserHostStatsRequest.php | Apache-2.0 |
function __construct()
{
} | @param array $TopSpaceTableTimeSeries 返回的Top表空间统计信息的时序数据列表。
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/DescribeTopSpaceTableTimeSeriesResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/DescribeTopSpaceTableTimeSeriesResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $InstanceId 实例ID。
@param string $InstanceName 实例名称。
@param string $Vip 实例内网IP。
@param integer $Vport 实例内网Port。
@param string $Product 实例产品。
@param string $EngineVersion 实例引擎版本。
@param integer $Cpu CPU数量,对于Redis为0。
@param string $DeployMode 实例部署模式。
@param RedisInstanceConf $InstanceConf 实例内存配置。
@param boolean $IsSupported DBbrain是否支持该实例。
@param integer $Memory 实例内存,单位MB。
@param string $Region 实例地域。
@param string $UniqSubnetId 实例子网统一ID,对于redis为空字符串。
@param string $UniqVpcId 实例私有网络统一ID,对于redis为空字符串。
@param integer $Volume 实例磁盘容量,对于Redis为0。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/InstanceBasicInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/InstanceBasicInfo.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("InstanceId",$param) and $param["InstanceId"] !== null) {
$this->InstanceId = $param["InstanceId"];
}
if (array_key_exists("InstanceName",$param) and $param["InstanceName"] !== null) {
$this->InstanceName = $param["InstanceName"];
}
if (array_key_exists("Vip",$param) and $param["Vip"] !== null) {
$this->Vip = $param["Vip"];
}
if (array_key_exists("Vport",$param) and $param["Vport"] !== null) {
$this->Vport = $param["Vport"];
}
if (array_key_exists("Product",$param) and $param["Product"] !== null) {
$this->Product = $param["Product"];
}
if (array_key_exists("EngineVersion",$param) and $param["EngineVersion"] !== null) {
$this->EngineVersion = $param["EngineVersion"];
}
if (array_key_exists("Cpu",$param) and $param["Cpu"] !== null) {
$this->Cpu = $param["Cpu"];
}
if (array_key_exists("DeployMode",$param) and $param["DeployMode"] !== null) {
$this->DeployMode = $param["DeployMode"];
}
if (array_key_exists("InstanceConf",$param) and $param["InstanceConf"] !== null) {
$this->InstanceConf = new RedisInstanceConf();
$this->InstanceConf->deserialize($param["InstanceConf"]);
}
if (array_key_exists("IsSupported",$param) and $param["IsSupported"] !== null) {
$this->IsSupported = $param["IsSupported"];
}
if (array_key_exists("Memory",$param) and $param["Memory"] !== null) {
$this->Memory = $param["Memory"];
}
if (array_key_exists("Region",$param) and $param["Region"] !== null) {
$this->Region = $param["Region"];
}
if (array_key_exists("UniqSubnetId",$param) and $param["UniqSubnetId"] !== null) {
$this->UniqSubnetId = $param["UniqSubnetId"];
}
if (array_key_exists("UniqVpcId",$param) and $param["UniqVpcId"] !== null) {
$this->UniqVpcId = $param["UniqVpcId"];
}
if (array_key_exists("Volume",$param) and $param["Volume"] !== null) {
$this->Volume = $param["Volume"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/InstanceBasicInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/InstanceBasicInfo.php | Apache-2.0 |
function __construct()
{
} | @param integer $Id 组id。
@param string $Name 组名称。
@param integer $MemberCount 组成员数量。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/GroupItem.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/GroupItem.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("Id",$param) and $param["Id"] !== null) {
$this->Id = $param["Id"];
}
if (array_key_exists("Name",$param) and $param["Name"] !== null) {
$this->Name = $param["Name"];
}
if (array_key_exists("MemberCount",$param) and $param["MemberCount"] !== null) {
$this->MemberCount = $param["MemberCount"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/GroupItem.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/GroupItem.php | Apache-2.0 |
function __construct()
{
} | @param string $StartTime 第一个任务的开始时间,用于范围查询,时间格式如:2019-09-10 12:13:14。
@param string $EndTime 最后一个任务的开始时间,用于范围查询,时间格式如:2019-09-10 12:13:14。
@param array $InstanceIds 实例ID数组,用于筛选指定实例的任务列表。
@param array $Sources 任务的触发来源,支持的取值包括:"DAILY_INSPECTION" - 实例巡检;"SCHEDULED" - 计划任务;"MANUAL" - 手动触发。
@param string $HealthLevels 报告的健康等级,支持的取值包括:"HEALTH" - 健康;"SUB_HEALTH" - 亚健康;"RISK" - 危险;"HIGH_RISK" - 高危。
@param string $TaskStatuses 任务的状态,支持的取值包括:"created" - 新建;"chosen" - 待执行; "running" - 执行中;"failed" - 失败;"finished" - 已完成。
@param integer $Offset 偏移量,默认0。
@param integer $Limit 返回数量,默认20。
@param string $Product 服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL;"redis" - 云数据库 Redis,默认为"mysql"。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/DescribeDBDiagReportTasksRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/DescribeDBDiagReportTasksRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("StartTime",$param) and $param["StartTime"] !== null) {
$this->StartTime = $param["StartTime"];
}
if (array_key_exists("EndTime",$param) and $param["EndTime"] !== null) {
$this->EndTime = $param["EndTime"];
}
if (array_key_exists("InstanceIds",$param) and $param["InstanceIds"] !== null) {
$this->InstanceIds = $param["InstanceIds"];
}
if (array_key_exists("Sources",$param) and $param["Sources"] !== null) {
$this->Sources = $param["Sources"];
}
if (array_key_exists("HealthLevels",$param) and $param["HealthLevels"] !== null) {
$this->HealthLevels = $param["HealthLevels"];
}
if (array_key_exists("TaskStatuses",$param) and $param["TaskStatuses"] !== null) {
$this->TaskStatuses = $param["TaskStatuses"];
}
if (array_key_exists("Offset",$param) and $param["Offset"] !== null) {
$this->Offset = $param["Offset"];
}
if (array_key_exists("Limit",$param) and $param["Limit"] !== null) {
$this->Limit = $param["Limit"];
}
if (array_key_exists("Product",$param) and $param["Product"] !== null) {
$this->Product = $param["Product"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/DescribeDBDiagReportTasksRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/DescribeDBDiagReportTasksRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $TableName 表名。
@param string $TableSchema 库名。
@param string $Engine 库表的存储引擎。
@param float $DataLength 数据空间(MB)。
@param float $IndexLength 索引空间(MB)。
@param float $DataFree 碎片空间(MB)。
@param float $TotalLength 总使用空间(MB)。
@param float $FragRatio 碎片率(%)。
@param integer $TableRows 行数。
@param float $PhysicalFileSize 表对应的独立物理文件大小(MB)。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/TableSpaceData.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/TableSpaceData.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("TableName",$param) and $param["TableName"] !== null) {
$this->TableName = $param["TableName"];
}
if (array_key_exists("TableSchema",$param) and $param["TableSchema"] !== null) {
$this->TableSchema = $param["TableSchema"];
}
if (array_key_exists("Engine",$param) and $param["Engine"] !== null) {
$this->Engine = $param["Engine"];
}
if (array_key_exists("DataLength",$param) and $param["DataLength"] !== null) {
$this->DataLength = $param["DataLength"];
}
if (array_key_exists("IndexLength",$param) and $param["IndexLength"] !== null) {
$this->IndexLength = $param["IndexLength"];
}
if (array_key_exists("DataFree",$param) and $param["DataFree"] !== null) {
$this->DataFree = $param["DataFree"];
}
if (array_key_exists("TotalLength",$param) and $param["TotalLength"] !== null) {
$this->TotalLength = $param["TotalLength"];
}
if (array_key_exists("FragRatio",$param) and $param["FragRatio"] !== null) {
$this->FragRatio = $param["FragRatio"];
}
if (array_key_exists("TableRows",$param) and $param["TableRows"] !== null) {
$this->TableRows = $param["TableRows"];
}
if (array_key_exists("PhysicalFileSize",$param) and $param["PhysicalFileSize"] !== null) {
$this->PhysicalFileSize = $param["PhysicalFileSize"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/TableSpaceData.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/TableSpaceData.php | Apache-2.0 |
function __construct()
{
} | @param array $Series 监控指标。
@param array $Timestamp 监控指标对应的时间戳。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/MonitorMetricSeriesData.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/MonitorMetricSeriesData.php | Apache-2.0 |
function __construct()
{
} | @param string $Schema 数据库名称 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/SchemaItem.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/SchemaItem.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("Schema",$param) and $param["Schema"] !== null) {
$this->Schema = $param["Schema"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/SchemaItem.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/SchemaItem.php | Apache-2.0 |
function __construct()
{
} | @param string $InstanceId 实例 ID 。
@param integer $EventId 事件 ID 。通过“获取实例诊断历史DescribeDBDiagHistory”获取。
@param string $Product 服务产品类型,支持值包括: "mysql" - 云数据库 MySQL, "cynosdb" - 云数据库 CynosDB for MySQL,"redis" - 云数据库 Redis,默认为"mysql"。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/DescribeDBDiagEventRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/DescribeDBDiagEventRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("InstanceId",$param) and $param["InstanceId"] !== null) {
$this->InstanceId = $param["InstanceId"];
}
if (array_key_exists("EventId",$param) and $param["EventId"] !== null) {
$this->EventId = $param["EventId"];
}
if (array_key_exists("Product",$param) and $param["Product"] !== null) {
$this->Product = $param["Product"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/DescribeDBDiagEventRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/DescribeDBDiagEventRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $SecAuditGroupId 安全审计组Id。
@param integer $AsyncRequestId 异步任务Id。
@param string $Product 服务产品类型,支持值:"mysql" - 云数据库 MySQL。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/DescribeSecurityAuditLogDownloadUrlsRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/DescribeSecurityAuditLogDownloadUrlsRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("SecAuditGroupId",$param) and $param["SecAuditGroupId"] !== null) {
$this->SecAuditGroupId = $param["SecAuditGroupId"];
}
if (array_key_exists("AsyncRequestId",$param) and $param["AsyncRequestId"] !== null) {
$this->AsyncRequestId = $param["AsyncRequestId"];
}
if (array_key_exists("Product",$param) and $param["Product"] !== null) {
$this->Product = $param["Product"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/DescribeSecurityAuditLogDownloadUrlsRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/DescribeSecurityAuditLogDownloadUrlsRequest.php | Apache-2.0 |
function __construct()
{
} | @param integer $HealthScore 健康分数,满分100。
@param string $HealthLevel 健康等级,取值包括:"HEALTH" - 健康;"SUB_HEALTH" - 亚健康;"RISK"- 危险;"HIGH_RISK" - 高危。
@param integer $ScoreLost 总扣分分数。
@param array $ScoreDetails 扣分详情。
@param string $HealthLevelVersion 健康等级版本,默认为V1 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/HealthStatus.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/HealthStatus.php | Apache-2.0 |
function __construct()
{
} | @param string $DiagType 诊断类型。
@param string $EndTime 结束时间。
@param string $StartTime 开始时间。
@param integer $EventId 事件 ID 。
@param integer $Severity 严重程度。严重程度分为5级,按影响程度从高至低分别为:1:致命,2:严重,3:告警,4:提示,5:健康。
@param string $Outline 概要。
@param string $DiagItem 诊断项。
@param string $InstanceId 实例 ID 。
@param string $Metric 保留字段
@param string $Region 地域 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/DiagHistoryEventItem.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/DiagHistoryEventItem.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("DiagType",$param) and $param["DiagType"] !== null) {
$this->DiagType = $param["DiagType"];
}
if (array_key_exists("EndTime",$param) and $param["EndTime"] !== null) {
$this->EndTime = $param["EndTime"];
}
if (array_key_exists("StartTime",$param) and $param["StartTime"] !== null) {
$this->StartTime = $param["StartTime"];
}
if (array_key_exists("EventId",$param) and $param["EventId"] !== null) {
$this->EventId = $param["EventId"];
}
if (array_key_exists("Severity",$param) and $param["Severity"] !== null) {
$this->Severity = $param["Severity"];
}
if (array_key_exists("Outline",$param) and $param["Outline"] !== null) {
$this->Outline = $param["Outline"];
}
if (array_key_exists("DiagItem",$param) and $param["DiagItem"] !== null) {
$this->DiagItem = $param["DiagItem"];
}
if (array_key_exists("InstanceId",$param) and $param["InstanceId"] !== null) {
$this->InstanceId = $param["InstanceId"];
}
if (array_key_exists("Metric",$param) and $param["Metric"] !== null) {
$this->Metric = $param["Metric"];
}
if (array_key_exists("Region",$param) and $param["Region"] !== null) {
$this->Region = $param["Region"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/DiagHistoryEventItem.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/DiagHistoryEventItem.php | Apache-2.0 |
function __construct()
{
} | @param integer $AsyncRequestId 日志导出任务Id。
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/CreateSecurityAuditLogExportTaskResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/CreateSecurityAuditLogExportTaskResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("AsyncRequestId",$param) and $param["AsyncRequestId"] !== null) {
$this->AsyncRequestId = $param["AsyncRequestId"];
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/CreateSecurityAuditLogExportTaskResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/CreateSecurityAuditLogExportTaskResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $DailyInspection 数据库巡检开关, Yes/No。
@param string $OverviewDisplay 实例概览开关,Yes/No。
@param array $KeyDelimiters redis大key分析的自定义分割符,仅redis使用 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/InstanceConfs.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/InstanceConfs.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("DailyInspection",$param) and $param["DailyInspection"] !== null) {
$this->DailyInspection = $param["DailyInspection"];
}
if (array_key_exists("OverviewDisplay",$param) and $param["OverviewDisplay"] !== null) {
$this->OverviewDisplay = $param["OverviewDisplay"];
}
if (array_key_exists("KeyDelimiters",$param) and $param["KeyDelimiters"] !== null) {
$this->KeyDelimiters = $param["KeyDelimiters"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/InstanceConfs.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/InstanceConfs.php | Apache-2.0 |
function __construct()
{
} | @param array $WeekConfiguration 取值范围1-7,分别代表周一至周日。
@param ProfileInfo $ProfileInfo 邮件配置内容。
@param string $ProfileName 配置名称,需要保持唯一性,定期生成邮件配置命名格式:"scheduler_" + {instanceId},如"schduler_cdb-test"。
@param string $BindInstanceId 配置订阅的实例ID。
@param string $Product 服务产品类型,支持值包括: "mysql" - 云数据库 MySQL, "cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/CreateSchedulerMailProfileRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/CreateSchedulerMailProfileRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("WeekConfiguration",$param) and $param["WeekConfiguration"] !== null) {
$this->WeekConfiguration = $param["WeekConfiguration"];
}
if (array_key_exists("ProfileInfo",$param) and $param["ProfileInfo"] !== null) {
$this->ProfileInfo = new ProfileInfo();
$this->ProfileInfo->deserialize($param["ProfileInfo"]);
}
if (array_key_exists("ProfileName",$param) and $param["ProfileName"] !== null) {
$this->ProfileName = $param["ProfileName"];
}
if (array_key_exists("BindInstanceId",$param) and $param["BindInstanceId"] !== null) {
$this->BindInstanceId = $param["BindInstanceId"];
}
if (array_key_exists("Product",$param) and $param["Product"] !== null) {
$this->Product = $param["Product"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/CreateSchedulerMailProfileRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/CreateSchedulerMailProfileRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $InstanceId 实例ID。
@param integer $ID 线程的ID,用于筛选线程列表。
@param string $User 线程的操作账号名,用于筛选线程列表。
@param string $Host 线程的操作主机地址,用于筛选线程列表。
@param string $DB 线程的操作数据库,用于筛选线程列表。
@param string $State 线程的操作状态,用于筛选线程列表。
@param string $Command 线程的执行类型,用于筛选线程列表。
@param integer $Time 线程的操作时长最小值,单位秒,用于筛选操作时长大于该值的线程列表。
@param string $Info 线程的操作语句,用于筛选线程列表。
@param integer $Limit 返回数量,默认20。
@param string $Product 服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/DescribeMySqlProcessListRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/DescribeMySqlProcessListRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("InstanceId",$param) and $param["InstanceId"] !== null) {
$this->InstanceId = $param["InstanceId"];
}
if (array_key_exists("ID",$param) and $param["ID"] !== null) {
$this->ID = $param["ID"];
}
if (array_key_exists("User",$param) and $param["User"] !== null) {
$this->User = $param["User"];
}
if (array_key_exists("Host",$param) and $param["Host"] !== null) {
$this->Host = $param["Host"];
}
if (array_key_exists("DB",$param) and $param["DB"] !== null) {
$this->DB = $param["DB"];
}
if (array_key_exists("State",$param) and $param["State"] !== null) {
$this->State = $param["State"];
}
if (array_key_exists("Command",$param) and $param["Command"] !== null) {
$this->Command = $param["Command"];
}
if (array_key_exists("Time",$param) and $param["Time"] !== null) {
$this->Time = $param["Time"];
}
if (array_key_exists("Info",$param) and $param["Info"] !== null) {
$this->Info = $param["Info"];
}
if (array_key_exists("Limit",$param) and $param["Limit"] !== null) {
$this->Limit = $param["Limit"];
}
if (array_key_exists("Product",$param) and $param["Product"] !== null) {
$this->Product = $param["Product"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/DescribeMySqlProcessListRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/DescribeMySqlProcessListRequest.php | Apache-2.0 |
function __construct()
{
} | @param integer $TotalCount 来源地址数目。
@param array $Items 各来源地址的慢日志占比详情列表。
@param array $UserNameItems 各来源用户名的慢日志占比详情列表。
@param integer $UserTotalCount 来源用户数目。
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/DescribeSlowLogUserHostStatsResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/DescribeSlowLogUserHostStatsResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $DiagItem 诊断项。
@param string $DiagType 诊断类型。
@param integer $EventId 事件 ID 。
@param string $Explanation 事件详情。
@param string $Outline 概要。
@param string $Problem 诊断出的问题。
@param integer $Severity 严重程度。严重程度分为5级,按影响程度从高至低分别为:1:致命,2:严重,3:告警,4:提示,5:健康。
@param string $StartTime 开始时间
@param string $Suggestions 建议。
@param string $Metric 保留字段。
@param string $EndTime 结束时间。
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/DescribeDBDiagEventResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/DescribeDBDiagEventResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("DiagItem",$param) and $param["DiagItem"] !== null) {
$this->DiagItem = $param["DiagItem"];
}
if (array_key_exists("DiagType",$param) and $param["DiagType"] !== null) {
$this->DiagType = $param["DiagType"];
}
if (array_key_exists("EventId",$param) and $param["EventId"] !== null) {
$this->EventId = $param["EventId"];
}
if (array_key_exists("Explanation",$param) and $param["Explanation"] !== null) {
$this->Explanation = $param["Explanation"];
}
if (array_key_exists("Outline",$param) and $param["Outline"] !== null) {
$this->Outline = $param["Outline"];
}
if (array_key_exists("Problem",$param) and $param["Problem"] !== null) {
$this->Problem = $param["Problem"];
}
if (array_key_exists("Severity",$param) and $param["Severity"] !== null) {
$this->Severity = $param["Severity"];
}
if (array_key_exists("StartTime",$param) and $param["StartTime"] !== null) {
$this->StartTime = $param["StartTime"];
}
if (array_key_exists("Suggestions",$param) and $param["Suggestions"] !== null) {
$this->Suggestions = $param["Suggestions"];
}
if (array_key_exists("Metric",$param) and $param["Metric"] !== null) {
$this->Metric = $param["Metric"];
}
if (array_key_exists("EndTime",$param) and $param["EndTime"] !== null) {
$this->EndTime = $param["EndTime"];
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/DescribeDBDiagEventResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/DescribeDBDiagEventResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $ReportUrl 健康报告浏览地址。
@param integer $ExpireTime 健康报告浏览地址到期时间戳(秒)。
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/CreateDBDiagReportUrlResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/CreateDBDiagReportUrlResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("ReportUrl",$param) and $param["ReportUrl"] !== null) {
$this->ReportUrl = $param["ReportUrl"];
}
if (array_key_exists("ExpireTime",$param) and $param["ExpireTime"] !== null) {
$this->ExpireTime = $param["ExpireTime"];
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/CreateDBDiagReportUrlResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/CreateDBDiagReportUrlResponse.php | Apache-2.0 |
function __construct()
{
} | @param HealthScoreInfo $Data 健康得分以及异常扣分项。
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Dbbrain/V20191016/Models/DescribeHealthScoreResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Dbbrain/V20191016/Models/DescribeHealthScoreResponse.php | Apache-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.