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 string $Id COS导入配置Id
@param string $TopicId 日志主题Id
@param string $Name COS导入任务名称
@param integer $Enable 任务状态 0: 停用 , 1:启用
@param string $Bucket COS存储桶,详见产品支持的[存储桶命名规范](https://cloud.tencent.com/document/product/436/13312)。
@param string $BucketRegion COS存储桶所在地域,详见产品支持的[地域列表](https://cloud.tencent.com/document/product/436/6224)。
@param string $Prefix COS文件所在文件夹的前缀。为空串时投递存储桶下所有的文件。
@param string $LogType 采集的日志类型,json_log代表json格式日志,delimiter_log代表分隔符格式日志,minimalist_log代表单行全文; 默认为minimalist_log
@param string $Compress 解析格式。supported: "", "gzip", "lzop", "snappy"; 默认空
@param ExtractRuleInfo $ExtractRuleInfo 提取规则,如果设置了ExtractRule,则必须设置LogType
@param integer $TaskType COS导入任务类型。1:一次性导入任务;2:持续性导入任务。
@param array $Metadata 元数据。支持 bucket,object。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/ModifyCosRechargeRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/ModifyCosRechargeRequest.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("TopicId",$param) and $param["TopicId"] !== null) {
$this->TopicId = $param["TopicId"];
}
if (array_key_exists("Name",$param) and $param["Name"] !== null) {
$this->Name = $param["Name"];
}
if (array_key_exists("Enable",$param) and $param["Enable"] !== null) {
$this->Enable = $param["Enable"];
}
if (array_key_exists("Bucket",$param) and $param["Bucket"] !== null) {
$this->Bucket = $param["Bucket"];
}
if (array_key_exists("BucketRegion",$param) and $param["BucketRegion"] !== null) {
$this->BucketRegion = $param["BucketRegion"];
}
if (array_key_exists("Prefix",$param) and $param["Prefix"] !== null) {
$this->Prefix = $param["Prefix"];
}
if (array_key_exists("LogType",$param) and $param["LogType"] !== null) {
$this->LogType = $param["LogType"];
}
if (array_key_exists("Compress",$param) and $param["Compress"] !== null) {
$this->Compress = $param["Compress"];
}
if (array_key_exists("ExtractRuleInfo",$param) and $param["ExtractRuleInfo"] !== null) {
$this->ExtractRuleInfo = new ExtractRuleInfo();
$this->ExtractRuleInfo->deserialize($param["ExtractRuleInfo"]);
}
if (array_key_exists("TaskType",$param) and $param["TaskType"] !== null) {
$this->TaskType = $param["TaskType"];
}
if (array_key_exists("Metadata",$param) and $param["Metadata"] !== null) {
$this->Metadata = $param["Metadata"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/ModifyCosRechargeRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/ModifyCosRechargeRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $LogsetId 日志集ID | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DeleteLogsetRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteLogsetRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("LogsetId",$param) and $param["LogsetId"] !== null) {
$this->LogsetId = $param["LogsetId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DeleteLogsetRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteLogsetRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("TopicId",$param) and $param["TopicId"] !== null) {
$this->TopicId = $param["TopicId"];
}
if (array_key_exists("NeedContent",$param) and $param["NeedContent"] !== null) {
$this->NeedContent = $param["NeedContent"];
}
if (array_key_exists("Content",$param) and $param["Content"] !== null) {
$this->Content = new ConsumerContent();
$this->Content->deserialize($param["Content"]);
}
if (array_key_exists("Ckafka",$param) and $param["Ckafka"] !== null) {
$this->Ckafka = new Ckafka();
$this->Ckafka->deserialize($param["Ckafka"]);
}
if (array_key_exists("Compression",$param) and $param["Compression"] !== null) {
$this->Compression = $param["Compression"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/CreateConsumerRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CreateConsumerRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("WebCallbackId",$param) and $param["WebCallbackId"] !== null) {
$this->WebCallbackId = $param["WebCallbackId"];
}
if (array_key_exists("Name",$param) and $param["Name"] !== null) {
$this->Name = $param["Name"];
}
if (array_key_exists("Type",$param) and $param["Type"] !== null) {
$this->Type = $param["Type"];
}
if (array_key_exists("Webhook",$param) and $param["Webhook"] !== null) {
$this->Webhook = $param["Webhook"];
}
if (array_key_exists("Method",$param) and $param["Method"] !== null) {
$this->Method = $param["Method"];
}
if (array_key_exists("Key",$param) and $param["Key"] !== null) {
$this->Key = $param["Key"];
}
if (array_key_exists("Uin",$param) and $param["Uin"] !== null) {
$this->Uin = $param["Uin"];
}
if (array_key_exists("SubUin",$param) and $param["SubUin"] !== null) {
$this->SubUin = $param["SubUin"];
}
if (array_key_exists("CreateTime",$param) and $param["CreateTime"] !== null) {
$this->CreateTime = $param["CreateTime"];
}
if (array_key_exists("UpdateTime",$param) and $param["UpdateTime"] !== null) {
$this->UpdateTime = $param["UpdateTime"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/WebCallbackInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/WebCallbackInfo.php | Apache-2.0 |
function __construct()
{
} | @param string $FromTopicId 日志主题ID | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DescribeKafkaConsumerRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DescribeKafkaConsumerRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("FromTopicId",$param) and $param["FromTopicId"] !== null) {
$this->FromTopicId = $param["FromTopicId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DescribeKafkaConsumerRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DescribeKafkaConsumerRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/ModifyConsumerResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/ModifyConsumerResponse.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/Cls/V20201016/Models/ModifyConsumerResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/ModifyConsumerResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("AnonymousAccess",$param) and $param["AnonymousAccess"] !== null) {
$this->AnonymousAccess = new AnonymousInfo();
$this->AnonymousAccess->deserialize($param["AnonymousAccess"]);
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/TopicExtendInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/TopicExtendInfo.php | Apache-2.0 |
function __construct()
{
} | @param string $TopicId 日志主题ID | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DeleteTopicRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteTopicRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("TopicId",$param) and $param["TopicId"] !== null) {
$this->TopicId = $param["TopicId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DeleteTopicRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteTopicRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("Protocol",$param) and $param["Protocol"] !== null) {
$this->Protocol = $param["Protocol"];
}
if (array_key_exists("Mechanism",$param) and $param["Mechanism"] !== null) {
$this->Mechanism = $param["Mechanism"];
}
if (array_key_exists("UserName",$param) and $param["UserName"] !== null) {
$this->UserName = $param["UserName"];
}
if (array_key_exists("Password",$param) and $param["Password"] !== null) {
$this->Password = $param["Password"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/KafkaProtocolInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/KafkaProtocolInfo.php | Apache-2.0 |
function __construct()
{
} | @param array $Operations 操作列表,支持trackLog(JS/HTTP上传日志 )和realtimeProducer(kafka协议上传日志)
@param array $Conditions 条件列表 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/AnonymousInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/AnonymousInfo.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("TopicId",$param) and $param["TopicId"] !== null) {
$this->TopicId = $param["TopicId"];
}
if (array_key_exists("ExportId",$param) and $param["ExportId"] !== null) {
$this->ExportId = $param["ExportId"];
}
if (array_key_exists("Query",$param) and $param["Query"] !== null) {
$this->Query = $param["Query"];
}
if (array_key_exists("FileName",$param) and $param["FileName"] !== null) {
$this->FileName = $param["FileName"];
}
if (array_key_exists("FileSize",$param) and $param["FileSize"] !== null) {
$this->FileSize = $param["FileSize"];
}
if (array_key_exists("Order",$param) and $param["Order"] !== null) {
$this->Order = $param["Order"];
}
if (array_key_exists("Format",$param) and $param["Format"] !== null) {
$this->Format = $param["Format"];
}
if (array_key_exists("Count",$param) and $param["Count"] !== null) {
$this->Count = $param["Count"];
}
if (array_key_exists("Status",$param) and $param["Status"] !== null) {
$this->Status = $param["Status"];
}
if (array_key_exists("From",$param) and $param["From"] !== null) {
$this->From = $param["From"];
}
if (array_key_exists("To",$param) and $param["To"] !== null) {
$this->To = $param["To"];
}
if (array_key_exists("CosPath",$param) and $param["CosPath"] !== null) {
$this->CosPath = $param["CosPath"];
}
if (array_key_exists("CreateTime",$param) and $param["CreateTime"] !== null) {
$this->CreateTime = $param["CreateTime"];
}
if (array_key_exists("SyntaxRule",$param) and $param["SyntaxRule"] !== null) {
$this->SyntaxRule = $param["SyntaxRule"];
}
if (array_key_exists("DerivedFields",$param) and $param["DerivedFields"] !== null) {
$this->DerivedFields = $param["DerivedFields"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/ExportInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/ExportInfo.php | Apache-2.0 |
function __construct()
{
} | @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DeleteLogsetResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteLogsetResponse.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/Cls/V20201016/Models/DeleteLogsetResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteLogsetResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $LogsetName 日志集名字,不能重名
@param array $Tags 标签描述列表。最大支持10个标签键值对,并且不能有重复的键值对 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/CreateLogsetRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CreateLogsetRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $TopicId 日志主题ID
@param integer $Offset 分页的偏移量,默认值为0
@param integer $Limit 分页单页限制数目,默认值为20,最大值100 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DescribeExportsRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DescribeExportsRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("TopicId",$param) and $param["TopicId"] !== null) {
$this->TopicId = $param["TopicId"];
}
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"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DescribeExportsRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DescribeExportsRequest.php | Apache-2.0 |
function __construct()
{
} | @param ConsoleSharingConfig $SharingConfig 免密分享配置 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/CreateConsoleSharingRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CreateConsoleSharingRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("SharingConfig",$param) and $param["SharingConfig"] !== null) {
$this->SharingConfig = new ConsoleSharingConfig();
$this->SharingConfig->deserialize($param["SharingConfig"]);
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/CreateConsoleSharingRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CreateConsoleSharingRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("CallbackType",$param) and $param["CallbackType"] !== null) {
$this->CallbackType = $param["CallbackType"];
}
if (array_key_exists("Url",$param) and $param["Url"] !== null) {
$this->Url = $param["Url"];
}
if (array_key_exists("WebCallbackId",$param) and $param["WebCallbackId"] !== null) {
$this->WebCallbackId = $param["WebCallbackId"];
}
if (array_key_exists("Method",$param) and $param["Method"] !== null) {
$this->Method = $param["Method"];
}
if (array_key_exists("NoticeContentId",$param) and $param["NoticeContentId"] !== null) {
$this->NoticeContentId = $param["NoticeContentId"];
}
if (array_key_exists("RemindType",$param) and $param["RemindType"] !== null) {
$this->RemindType = $param["RemindType"];
}
if (array_key_exists("Mobiles",$param) and $param["Mobiles"] !== null) {
$this->Mobiles = $param["Mobiles"];
}
if (array_key_exists("UserIds",$param) and $param["UserIds"] !== null) {
$this->UserIds = $param["UserIds"];
}
if (array_key_exists("Headers",$param) and $param["Headers"] !== null) {
$this->Headers = $param["Headers"];
}
if (array_key_exists("Body",$param) and $param["Body"] !== null) {
$this->Body = $param["Body"];
}
if (array_key_exists("Index",$param) and $param["Index"] !== null) {
$this->Index = $param["Index"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/WebCallback.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/WebCallback.php | Apache-2.0 |
function __construct()
{
} | @param string $ResultType 指标查询结果类型
@param string $Result 指标查询结果
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/QueryRangeMetricResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/QueryRangeMetricResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("ResultType",$param) and $param["ResultType"] !== null) {
$this->ResultType = $param["ResultType"];
}
if (array_key_exists("Result",$param) and $param["Result"] !== null) {
$this->Result = $param["Result"];
}
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/Cls/V20201016/Models/QueryRangeMetricResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/QueryRangeMetricResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $LogsetId 日志集ID
@param string $LogsetName 日志集名称
@param array $Tags 日志集的绑定的标签键值对。最大支持10个标签键值对,同一个资源只能同时绑定一个标签键。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/ModifyLogsetRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/ModifyLogsetRequest.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("Type",$param) and $param["Type"] !== null) {
$this->Type = $param["Type"];
}
if (array_key_exists("Webhook",$param) and $param["Webhook"] !== null) {
$this->Webhook = $param["Webhook"];
}
if (array_key_exists("Method",$param) and $param["Method"] !== null) {
$this->Method = $param["Method"];
}
if (array_key_exists("Key",$param) and $param["Key"] !== null) {
$this->Key = $param["Key"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/CreateWebCallbackRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CreateWebCallbackRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $Key 过滤字段
@param integer $Rule 过滤规则,0:等于,1:字段存在,2:字段不存在
@param string $Value 过滤值 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/AdvanceFilterRuleInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/AdvanceFilterRuleInfo.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("Key",$param) and $param["Key"] !== null) {
$this->Key = $param["Key"];
}
if (array_key_exists("Rule",$param) and $param["Rule"] !== null) {
$this->Rule = $param["Rule"];
}
if (array_key_exists("Value",$param) and $param["Value"] !== null) {
$this->Value = $param["Value"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/AdvanceFilterRuleInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/AdvanceFilterRuleInfo.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("TopicId",$param) and $param["TopicId"] !== null) {
$this->TopicId = $param["TopicId"];
}
if (array_key_exists("LogsetId",$param) and $param["LogsetId"] !== null) {
$this->LogsetId = $param["LogsetId"];
}
if (array_key_exists("Name",$param) and $param["Name"] !== null) {
$this->Name = $param["Name"];
}
if (array_key_exists("Bucket",$param) and $param["Bucket"] !== null) {
$this->Bucket = $param["Bucket"];
}
if (array_key_exists("BucketRegion",$param) and $param["BucketRegion"] !== null) {
$this->BucketRegion = $param["BucketRegion"];
}
if (array_key_exists("Prefix",$param) and $param["Prefix"] !== null) {
$this->Prefix = $param["Prefix"];
}
if (array_key_exists("LogType",$param) and $param["LogType"] !== null) {
$this->LogType = $param["LogType"];
}
if (array_key_exists("Status",$param) and $param["Status"] !== null) {
$this->Status = $param["Status"];
}
if (array_key_exists("Enable",$param) and $param["Enable"] !== null) {
$this->Enable = $param["Enable"];
}
if (array_key_exists("CreateTime",$param) and $param["CreateTime"] !== null) {
$this->CreateTime = $param["CreateTime"];
}
if (array_key_exists("UpdateTime",$param) and $param["UpdateTime"] !== null) {
$this->UpdateTime = $param["UpdateTime"];
}
if (array_key_exists("Progress",$param) and $param["Progress"] !== null) {
$this->Progress = $param["Progress"];
}
if (array_key_exists("Compress",$param) and $param["Compress"] !== null) {
$this->Compress = $param["Compress"];
}
if (array_key_exists("ExtractRuleInfo",$param) and $param["ExtractRuleInfo"] !== null) {
$this->ExtractRuleInfo = new ExtractRuleInfo();
$this->ExtractRuleInfo->deserialize($param["ExtractRuleInfo"]);
}
if (array_key_exists("TaskType",$param) and $param["TaskType"] !== null) {
$this->TaskType = $param["TaskType"];
}
if (array_key_exists("Metadata",$param) and $param["Metadata"] !== null) {
$this->Metadata = $param["Metadata"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/CosRechargeInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CosRechargeInfo.php | Apache-2.0 |
function __construct()
{
} | @param array $Machines 机器状态信息组
@param integer $AutoUpdate 机器组是否开启自动升级功能。 0:未开启自动升级;1:开启了自动升级。
@param string $UpdateStartTime 机器组自动升级功能预设开始时间
@param string $UpdateEndTime 机器组自动升级功能预设结束时间
@param string $LatestAgentVersion 当前用户可用最新的Loglistener版本
@param boolean $ServiceLogging 是否开启服务日志
@param integer $TotalCount 总数目
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DescribeMachinesResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DescribeMachinesResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("TopicId",$param) and $param["TopicId"] !== null) {
$this->TopicId = $param["TopicId"];
}
if (array_key_exists("Effective",$param) and $param["Effective"] !== null) {
$this->Effective = $param["Effective"];
}
if (array_key_exists("NeedContent",$param) and $param["NeedContent"] !== null) {
$this->NeedContent = $param["NeedContent"];
}
if (array_key_exists("Content",$param) and $param["Content"] !== null) {
$this->Content = new ConsumerContent();
$this->Content->deserialize($param["Content"]);
}
if (array_key_exists("Ckafka",$param) and $param["Ckafka"] !== null) {
$this->Ckafka = new Ckafka();
$this->Ckafka->deserialize($param["Ckafka"]);
}
if (array_key_exists("Compression",$param) and $param["Compression"] !== null) {
$this->Compression = $param["Compression"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/ModifyConsumerRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/ModifyConsumerRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DeleteAlarmResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteAlarmResponse.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/Cls/V20201016/Models/DeleteAlarmResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteAlarmResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DeleteConsoleSharingResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteConsoleSharingResponse.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/Cls/V20201016/Models/DeleteConsoleSharingResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteConsoleSharingResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $ShipperId 投递任务ID
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/CreateShipperResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CreateShipperResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("ShipperId",$param) and $param["ShipperId"] !== null) {
$this->ShipperId = $param["ShipperId"];
}
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/Cls/V20201016/Models/CreateShipperResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CreateShipperResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("TaskId",$param) and $param["TaskId"] !== null) {
$this->TaskId = $param["TaskId"];
}
if (array_key_exists("Name",$param) and $param["Name"] !== null) {
$this->Name = $param["Name"];
}
if (array_key_exists("SrcTopicId",$param) and $param["SrcTopicId"] !== null) {
$this->SrcTopicId = $param["SrcTopicId"];
}
if (array_key_exists("SrcTopicName",$param) and $param["SrcTopicName"] !== null) {
$this->SrcTopicName = $param["SrcTopicName"];
}
if (array_key_exists("DstResource",$param) and $param["DstResource"] !== null) {
$this->DstResource = new ScheduledSqlResouceInfo();
$this->DstResource->deserialize($param["DstResource"]);
}
if (array_key_exists("CreateTime",$param) and $param["CreateTime"] !== null) {
$this->CreateTime = $param["CreateTime"];
}
if (array_key_exists("UpdateTime",$param) and $param["UpdateTime"] !== null) {
$this->UpdateTime = $param["UpdateTime"];
}
if (array_key_exists("Status",$param) and $param["Status"] !== null) {
$this->Status = $param["Status"];
}
if (array_key_exists("EnableFlag",$param) and $param["EnableFlag"] !== null) {
$this->EnableFlag = $param["EnableFlag"];
}
if (array_key_exists("ScheduledSqlContent",$param) and $param["ScheduledSqlContent"] !== null) {
$this->ScheduledSqlContent = $param["ScheduledSqlContent"];
}
if (array_key_exists("ProcessStartTime",$param) and $param["ProcessStartTime"] !== null) {
$this->ProcessStartTime = $param["ProcessStartTime"];
}
if (array_key_exists("ProcessType",$param) and $param["ProcessType"] !== null) {
$this->ProcessType = $param["ProcessType"];
}
if (array_key_exists("ProcessEndTime",$param) and $param["ProcessEndTime"] !== null) {
$this->ProcessEndTime = $param["ProcessEndTime"];
}
if (array_key_exists("ProcessPeriod",$param) and $param["ProcessPeriod"] !== null) {
$this->ProcessPeriod = $param["ProcessPeriod"];
}
if (array_key_exists("ProcessTimeWindow",$param) and $param["ProcessTimeWindow"] !== null) {
$this->ProcessTimeWindow = $param["ProcessTimeWindow"];
}
if (array_key_exists("ProcessDelay",$param) and $param["ProcessDelay"] !== null) {
$this->ProcessDelay = $param["ProcessDelay"];
}
if (array_key_exists("SrcTopicRegion",$param) and $param["SrcTopicRegion"] !== null) {
$this->SrcTopicRegion = $param["SrcTopicRegion"];
}
if (array_key_exists("SyntaxRule",$param) and $param["SyntaxRule"] !== null) {
$this->SyntaxRule = $param["SyntaxRule"];
}
if (array_key_exists("HasServicesLog",$param) and $param["HasServicesLog"] !== null) {
$this->HasServicesLog = $param["HasServicesLog"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/ScheduledSqlTaskInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/ScheduledSqlTaskInfo.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("Key",$param) and $param["Key"] !== null) {
$this->Key = $param["Key"];
}
if (array_key_exists("Value",$param) and $param["Value"] !== null) {
$this->Value = new ValueInfo();
$this->Value->deserialize($param["Value"]);
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/KeyValueInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/KeyValueInfo.php | Apache-2.0 |
function __construct()
{
} | @param DeliverConfig $DeliverConfig 通知渠道投递日志配置信息。
@param string $ErrMsg 投递失败原因。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/AlarmNoticeDeliverConfig.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/AlarmNoticeDeliverConfig.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("DeliverConfig",$param) and $param["DeliverConfig"] !== null) {
$this->DeliverConfig = new DeliverConfig();
$this->DeliverConfig->deserialize($param["DeliverConfig"]);
}
if (array_key_exists("ErrMsg",$param) and $param["ErrMsg"] !== null) {
$this->ErrMsg = $param["ErrMsg"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/AlarmNoticeDeliverConfig.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/AlarmNoticeDeliverConfig.php | Apache-2.0 |
function __construct()
{
} | @param string $AlarmNoticeId 告警模板ID
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/CreateAlarmNoticeResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CreateAlarmNoticeResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("AlarmNoticeId",$param) and $param["AlarmNoticeId"] !== null) {
$this->AlarmNoticeId = $param["AlarmNoticeId"];
}
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/Cls/V20201016/Models/CreateAlarmNoticeResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/CreateAlarmNoticeResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Cls/V20201016/Models/DeleteMachineGroupInfoResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteMachineGroupInfoResponse.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/Cls/V20201016/Models/DeleteMachineGroupInfoResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cls/V20201016/Models/DeleteMachineGroupInfoResponse.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/Clb/V20180317/ClbClient.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Clb/V20180317/ClbClient.php | Apache-2.0 |
function __construct()
{
} | @param array $InstanceIds 后端实例ID列表。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Clb/V20180317/Models/DescribeClassicalLBByInstanceIdRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Clb/V20180317/Models/DescribeClassicalLBByInstanceIdRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("InstanceIds",$param) and $param["InstanceIds"] !== null) {
$this->InstanceIds = $param["InstanceIds"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Clb/V20180317/Models/DescribeClassicalLBByInstanceIdRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Clb/V20180317/Models/DescribeClassicalLBByInstanceIdRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("BindIP",$param) and $param["BindIP"] !== null) {
$this->BindIP = $param["BindIP"];
}
if (array_key_exists("Port",$param) and $param["Port"] !== null) {
$this->Port = $param["Port"];
}
if (array_key_exists("Weight",$param) and $param["Weight"] !== null) {
$this->Weight = $param["Weight"];
}
if (array_key_exists("NewPort",$param) and $param["NewPort"] !== null) {
$this->NewPort = $param["NewPort"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Clb/V20180317/Models/TargetGroupInstance.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Clb/V20180317/Models/TargetGroupInstance.php | Apache-2.0 |
function __construct()
{
} | @param array $TargetGroupIds 目标组ID数组。
@param array $Filters 过滤条件数组,支持TargetGroupVpcId和TargetGroupName。与TargetGroupIds互斥,优先使用目标组ID。
@param integer $Offset 显示的偏移起始量。
@param integer $Limit 显示条数限制,默认为20。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Clb/V20180317/Models/DescribeTargetGroupListRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Clb/V20180317/Models/DescribeTargetGroupListRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $LoadBalancerId 负载均衡ID。
@param array $Targets 解绑目标。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Clb/V20180317/Models/BatchDeregisterTargetsRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Clb/V20180317/Models/BatchDeregisterTargetsRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $LoadBalancerId 配置绑定的CLB ID
@param string $ListenerId 配置绑定的监听器ID
@param string $Domain 配置绑定的域名
@param string $LocationId 配置绑定的规则 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Clb/V20180317/Models/BindItem.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Clb/V20180317/Models/BindItem.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("LoadBalancerId",$param) and $param["LoadBalancerId"] !== null) {
$this->LoadBalancerId = $param["LoadBalancerId"];
}
if (array_key_exists("ListenerId",$param) and $param["ListenerId"] !== null) {
$this->ListenerId = $param["ListenerId"];
}
if (array_key_exists("Domain",$param) and $param["Domain"] !== null) {
$this->Domain = $param["Domain"];
}
if (array_key_exists("LocationId",$param) and $param["LocationId"] !== null) {
$this->LocationId = $param["LocationId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Clb/V20180317/Models/BindItem.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Clb/V20180317/Models/BindItem.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("OperationType",$param) and $param["OperationType"] !== null) {
$this->OperationType = $param["OperationType"];
}
if (array_key_exists("UconfigId",$param) and $param["UconfigId"] !== null) {
$this->UconfigId = $param["UconfigId"];
}
if (array_key_exists("ConfigContent",$param) and $param["ConfigContent"] !== null) {
$this->ConfigContent = $param["ConfigContent"];
}
if (array_key_exists("ConfigName",$param) and $param["ConfigName"] !== null) {
$this->ConfigName = $param["ConfigName"];
}
if (array_key_exists("LoadBalancerIds",$param) and $param["LoadBalancerIds"] !== null) {
$this->LoadBalancerIds = $param["LoadBalancerIds"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Clb/V20180317/Models/SetCustomizedConfigForLoadBalancerRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Clb/V20180317/Models/SetCustomizedConfigForLoadBalancerRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $TargetGroupId 目标组ID。
@param array $TargetGroupInstances 待修改权重的服务器数组。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Clb/V20180317/Models/ModifyTargetGroupInstancesWeightRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Clb/V20180317/Models/ModifyTargetGroupInstancesWeightRequest.php | Apache-2.0 |
function __construct()
{
} | @param array $ClusterResourceSet 集群中资源列表。
@param integer $TotalCount 集群中资源总数。
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Clb/V20180317/Models/DescribeClusterResourcesResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Clb/V20180317/Models/DescribeClusterResourcesResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $LoadBalancerId 负载均衡实例ID
@param LBChargePrepaid $LoadBalancerChargePrepaid 续费周期 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Clb/V20180317/Models/InquiryPriceRenewLoadBalancerRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Clb/V20180317/Models/InquiryPriceRenewLoadBalancerRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("LoadBalancerId",$param) and $param["LoadBalancerId"] !== null) {
$this->LoadBalancerId = $param["LoadBalancerId"];
}
if (array_key_exists("LoadBalancerChargePrepaid",$param) and $param["LoadBalancerChargePrepaid"] !== null) {
$this->LoadBalancerChargePrepaid = new LBChargePrepaid();
$this->LoadBalancerChargePrepaid->deserialize($param["LoadBalancerChargePrepaid"]);
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Clb/V20180317/Models/InquiryPriceRenewLoadBalancerRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Clb/V20180317/Models/InquiryPriceRenewLoadBalancerRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $RenewFlag 续费类型:AUTO_RENEW 自动续费, MANUAL_RENEW 手动续费
@param integer $Period 购买时长,单位:月 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Clb/V20180317/Models/LBChargePrepaid.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Clb/V20180317/Models/LBChargePrepaid.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("RenewFlag",$param) and $param["RenewFlag"] !== null) {
$this->RenewFlag = $param["RenewFlag"];
}
if (array_key_exists("Period",$param) and $param["Period"] !== null) {
$this->Period = $param["Period"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Clb/V20180317/Models/LBChargePrepaid.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Clb/V20180317/Models/LBChargePrepaid.php | Apache-2.0 |
function __construct()
{
} | @param string $LocationId 转发规则的 ID
@param string $Domain 转发规则的域名
@param string $Url 转发规则的路径。
@param array $Targets 后端服务的信息
@param array $FunctionTargets 后端云函数的信息 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Clb/V20180317/Models/RuleTargets.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Clb/V20180317/Models/RuleTargets.php | Apache-2.0 |
function __construct()
{
} | @param array $CertIds 服务端证书的ID,或客户端证书的ID | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Clb/V20180317/Models/DescribeLoadBalancerListByCertIdRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Clb/V20180317/Models/DescribeLoadBalancerListByCertIdRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("CertIds",$param) and $param["CertIds"] !== null) {
$this->CertIds = $param["CertIds"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Clb/V20180317/Models/DescribeLoadBalancerListByCertIdRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Clb/V20180317/Models/DescribeLoadBalancerListByCertIdRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $LoadBalancerId 负载均衡实例 ID,格式如 lb-12345678。
@param string $ListenerId 监听器 ID,格式如 lbl-12345678。
@param array $Targets 要解绑的后端服务列表,数组长度最大支持20。
@param string $LocationId 转发规则的ID,格式如 loc-12345678,当从七层转发规则解绑机器时,必须提供此参数或Domain+URL两者之一。
@param string $Domain 目标规则的域名,提供LocationId参数时本参数不生效。
@param string $Url 目标规则的URL,提供LocationId参数时本参数不生效。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Clb/V20180317/Models/DeregisterTargetsRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Clb/V20180317/Models/DeregisterTargetsRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("LoadBalancerId",$param) and $param["LoadBalancerId"] !== null) {
$this->LoadBalancerId = $param["LoadBalancerId"];
}
if (array_key_exists("Ports",$param) and $param["Ports"] !== null) {
$this->Ports = $param["Ports"];
}
if (array_key_exists("Protocol",$param) and $param["Protocol"] !== null) {
$this->Protocol = $param["Protocol"];
}
if (array_key_exists("ListenerNames",$param) and $param["ListenerNames"] !== null) {
$this->ListenerNames = $param["ListenerNames"];
}
if (array_key_exists("HealthCheck",$param) and $param["HealthCheck"] !== null) {
$this->HealthCheck = new HealthCheck();
$this->HealthCheck->deserialize($param["HealthCheck"]);
}
if (array_key_exists("Certificate",$param) and $param["Certificate"] !== null) {
$this->Certificate = new CertificateInput();
$this->Certificate->deserialize($param["Certificate"]);
}
if (array_key_exists("SessionExpireTime",$param) and $param["SessionExpireTime"] !== null) {
$this->SessionExpireTime = $param["SessionExpireTime"];
}
if (array_key_exists("Scheduler",$param) and $param["Scheduler"] !== null) {
$this->Scheduler = $param["Scheduler"];
}
if (array_key_exists("SniSwitch",$param) and $param["SniSwitch"] !== null) {
$this->SniSwitch = $param["SniSwitch"];
}
if (array_key_exists("TargetType",$param) and $param["TargetType"] !== null) {
$this->TargetType = $param["TargetType"];
}
if (array_key_exists("SessionType",$param) and $param["SessionType"] !== null) {
$this->SessionType = $param["SessionType"];
}
if (array_key_exists("KeepaliveEnable",$param) and $param["KeepaliveEnable"] !== null) {
$this->KeepaliveEnable = $param["KeepaliveEnable"];
}
if (array_key_exists("EndPort",$param) and $param["EndPort"] !== null) {
$this->EndPort = $param["EndPort"];
}
if (array_key_exists("DeregisterTargetRst",$param) and $param["DeregisterTargetRst"] !== null) {
$this->DeregisterTargetRst = $param["DeregisterTargetRst"];
}
if (array_key_exists("MultiCertInfo",$param) and $param["MultiCertInfo"] !== null) {
$this->MultiCertInfo = new MultiCertInfo();
$this->MultiCertInfo->deserialize($param["MultiCertInfo"]);
}
if (array_key_exists("MaxConn",$param) and $param["MaxConn"] !== null) {
$this->MaxConn = $param["MaxConn"];
}
if (array_key_exists("MaxCps",$param) and $param["MaxCps"] !== null) {
$this->MaxCps = $param["MaxCps"];
}
if (array_key_exists("IdleConnectTimeout",$param) and $param["IdleConnectTimeout"] !== null) {
$this->IdleConnectTimeout = $param["IdleConnectTimeout"];
}
if (array_key_exists("SnatEnable",$param) and $param["SnatEnable"] !== null) {
$this->SnatEnable = $param["SnatEnable"];
}
if (array_key_exists("FullEndPorts",$param) and $param["FullEndPorts"] !== null) {
$this->FullEndPorts = $param["FullEndPorts"];
}
if (array_key_exists("H2cSwitch",$param) and $param["H2cSwitch"] !== null) {
$this->H2cSwitch = $param["H2cSwitch"];
}
if (array_key_exists("SslCloseSwitch",$param) and $param["SslCloseSwitch"] !== null) {
$this->SslCloseSwitch = $param["SslCloseSwitch"];
}
if (array_key_exists("DataCompressMode",$param) and $param["DataCompressMode"] !== null) {
$this->DataCompressMode = $param["DataCompressMode"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Clb/V20180317/Models/CreateListenerRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Clb/V20180317/Models/CreateListenerRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $LoadBalancerId 负载均衡实例ID | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Clb/V20180317/Models/InquiryPriceRefundLoadBalancerRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Clb/V20180317/Models/InquiryPriceRefundLoadBalancerRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("LoadBalancerId",$param) and $param["LoadBalancerId"] !== null) {
$this->LoadBalancerId = $param["LoadBalancerId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Clb/V20180317/Models/InquiryPriceRefundLoadBalancerRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Clb/V20180317/Models/InquiryPriceRefundLoadBalancerRequest.php | Apache-2.0 |
function __construct()
{
} | @param array $Listeners 监听器后端绑定的机器信息。
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Clb/V20180317/Models/DescribeTargetsResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Clb/V20180317/Models/DescribeTargetsResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $LoadBalancerId 负载均衡实例 ID。
@param string $ListenerId 负载均衡监听器 ID。
@param string $Domain 监听器下的某个旧域名。
@param string $NewDomain 新域名, 长度限制为:1-120。有三种使用格式:非正则表达式格式,通配符格式,正则表达式格式。非正则表达式格式只能使用字母、数字、‘-’、‘.’。通配符格式的使用 ‘*’ 只能在开头或者结尾。正则表达式以'~'开头。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Clb/V20180317/Models/ModifyDomainRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Clb/V20180317/Models/ModifyDomainRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("LoadBalancerId",$param) and $param["LoadBalancerId"] !== null) {
$this->LoadBalancerId = $param["LoadBalancerId"];
}
if (array_key_exists("ListenerId",$param) and $param["ListenerId"] !== null) {
$this->ListenerId = $param["ListenerId"];
}
if (array_key_exists("Domain",$param) and $param["Domain"] !== null) {
$this->Domain = $param["Domain"];
}
if (array_key_exists("NewDomain",$param) and $param["NewDomain"] !== null) {
$this->NewDomain = $param["NewDomain"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Clb/V20180317/Models/ModifyDomainRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Clb/V20180317/Models/ModifyDomainRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $LoadBalancerId 负载均衡唯一性ID,例如:lb-12345678。
@param array $SnatIps 添加的SnatIp信息,可指定IP申请,或者指定子网自动申请。单个CLB实例可申请的默认上限为10个。
@param integer $Number 添加的SnatIp的个数,可与SnatIps一起使用,但若指定IP时,则不能指定创建的SnatIp个数。默认值为1,数量上限与用户配置有关,默认上限为10。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Clb/V20180317/Models/CreateLoadBalancerSnatIpsRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Clb/V20180317/Models/CreateLoadBalancerSnatIpsRequest.php | Apache-2.0 |
function __construct()
{
} | @param integer $TotalCount 满足过滤条件的负载均衡实例总数。此数值与入参中的Limit无关。
@param array $LoadBalancerSet 返回的负载均衡实例数组。
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Clb/V20180317/Models/DescribeLoadBalancersResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Clb/V20180317/Models/DescribeLoadBalancersResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $TopicId 日志主题的 ID。
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Clb/V20180317/Models/CreateTopicResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Clb/V20180317/Models/CreateTopicResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("TopicId",$param) and $param["TopicId"] !== null) {
$this->TopicId = $param["TopicId"];
}
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/Clb/V20180317/Models/CreateTopicResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Clb/V20180317/Models/CreateTopicResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $SSLMode 认证类型,UNIDIRECTIONAL:单向认证,MUTUAL:双向认证
@param string $SSLVerifyClient 双向认证时,是否开启客户端认证,ON:开启,OPTIONAL:自适应,默认ON。
@param string $CertId 服务端证书的 ID,如果不填写此项则必须上传证书,包括 CertContent,CertKey,CertName。
@param string $CertCaId 客户端证书的 ID,当监听器采用双向认证,即 SSLMode=MUTUAL 时,如果不填写此项则必须上传客户端证书,包括 CertCaContent,CertCaName。
@param string $CertName 上传服务端证书的名称,如果没有 CertId,则此项必传。
@param string $CertKey 上传服务端证书的 key,如果没有 CertId,则此项必传。
@param string $CertContent 上传服务端证书的内容,如果没有 CertId,则此项必传。
@param string $CertCaName 上传客户端 CA 证书的名称,如果 SSLMode=mutual,如果没有 CertCaId,则此项必传。
@param string $CertCaContent 上传客户端证书的内容,如果 SSLMode=mutual,如果没有 CertCaId,则此项必传。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Clb/V20180317/Models/CertificateInput.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Clb/V20180317/Models/CertificateInput.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("SSLMode",$param) and $param["SSLMode"] !== null) {
$this->SSLMode = $param["SSLMode"];
}
if (array_key_exists("SSLVerifyClient",$param) and $param["SSLVerifyClient"] !== null) {
$this->SSLVerifyClient = $param["SSLVerifyClient"];
}
if (array_key_exists("CertId",$param) and $param["CertId"] !== null) {
$this->CertId = $param["CertId"];
}
if (array_key_exists("CertCaId",$param) and $param["CertCaId"] !== null) {
$this->CertCaId = $param["CertCaId"];
}
if (array_key_exists("CertName",$param) and $param["CertName"] !== null) {
$this->CertName = $param["CertName"];
}
if (array_key_exists("CertKey",$param) and $param["CertKey"] !== null) {
$this->CertKey = $param["CertKey"];
}
if (array_key_exists("CertContent",$param) and $param["CertContent"] !== null) {
$this->CertContent = $param["CertContent"];
}
if (array_key_exists("CertCaName",$param) and $param["CertCaName"] !== null) {
$this->CertCaName = $param["CertCaName"];
}
if (array_key_exists("CertCaContent",$param) and $param["CertCaContent"] !== null) {
$this->CertCaContent = $param["CertCaContent"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Clb/V20180317/Models/CertificateInput.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Clb/V20180317/Models/CertificateInput.php | Apache-2.0 |
function __construct()
{
} | @param array $HealthList 后端健康状态列表。
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Clb/V20180317/Models/DescribeClassicalLBHealthStatusResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Clb/V20180317/Models/DescribeClassicalLBHealthStatusResponse.php | Apache-2.0 |
function __construct()
{
} | @param Price $Price 该参数表示对应的价格。
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Clb/V20180317/Models/InquiryPriceRefundLoadBalancerResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Clb/V20180317/Models/InquiryPriceRefundLoadBalancerResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("Price",$param) and $param["Price"] !== null) {
$this->Price = new Price();
$this->Price->deserialize($param["Price"]);
}
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/Clb/V20180317/Models/InquiryPriceRefundLoadBalancerResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Clb/V20180317/Models/InquiryPriceRefundLoadBalancerResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("DealName",$param) and $param["DealName"] !== null) {
$this->DealName = $param["DealName"];
}
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/Clb/V20180317/Models/ModifyLoadBalancerAttributesResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Clb/V20180317/Models/ModifyLoadBalancerAttributesResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $LoadBalancerId 负载均衡实例ID
@param InternetAccessible $InternetAccessible 修改后的网络带宽信息 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Clb/V20180317/Models/InquiryPriceModifyLoadBalancerRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Clb/V20180317/Models/InquiryPriceModifyLoadBalancerRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("LoadBalancerId",$param) and $param["LoadBalancerId"] !== null) {
$this->LoadBalancerId = $param["LoadBalancerId"];
}
if (array_key_exists("InternetAccessible",$param) and $param["InternetAccessible"] !== null) {
$this->InternetAccessible = new InternetAccessible();
$this->InternetAccessible->deserialize($param["InternetAccessible"]);
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Clb/V20180317/Models/InquiryPriceModifyLoadBalancerRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Clb/V20180317/Models/InquiryPriceModifyLoadBalancerRequest.php | Apache-2.0 |
function __construct()
{
} | @param array $Backends 需要查询的内网ip列表 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Clb/V20180317/Models/DescribeLBListenersRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Clb/V20180317/Models/DescribeLBListenersRequest.php | Apache-2.0 |
function __construct()
{
} | @param array $Listeners 监听器列表。
@param integer $TotalCount 总的监听器个数(根据端口、协议、监听器ID过滤后)。
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Clb/V20180317/Models/DescribeListenersResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Clb/V20180317/Models/DescribeListenersResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $LoadBalancerId 负载均衡的唯一ID
@param string $LoadBalancerName 负载均衡实例名称
@param TargetRegionInfo $TargetRegionInfo 设置负载均衡跨地域绑定1.0的后端服务信息
@param InternetAccessible $InternetChargeInfo 网络计费相关参数
@param boolean $LoadBalancerPassToTarget Target是否放通来自CLB的流量。开启放通(true):只验证CLB上的安全组;不开启放通(false):需同时验证CLB和后端实例上的安全组。
@param boolean $SnatPro 是否开启跨地域绑定2.0功能
@param boolean $DeleteProtect 是否开启删除保护
@param boolean $ModifyClassicDomain 将负载均衡二级域名由mycloud.com改为tencentclb.com,子域名也会变换。修改后mycloud.com域名将失效。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Clb/V20180317/Models/ModifyLoadBalancerAttributesRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Clb/V20180317/Models/ModifyLoadBalancerAttributesRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("LoadBalancerId",$param) and $param["LoadBalancerId"] !== null) {
$this->LoadBalancerId = $param["LoadBalancerId"];
}
if (array_key_exists("LoadBalancerName",$param) and $param["LoadBalancerName"] !== null) {
$this->LoadBalancerName = $param["LoadBalancerName"];
}
if (array_key_exists("TargetRegionInfo",$param) and $param["TargetRegionInfo"] !== null) {
$this->TargetRegionInfo = new TargetRegionInfo();
$this->TargetRegionInfo->deserialize($param["TargetRegionInfo"]);
}
if (array_key_exists("InternetChargeInfo",$param) and $param["InternetChargeInfo"] !== null) {
$this->InternetChargeInfo = new InternetAccessible();
$this->InternetChargeInfo->deserialize($param["InternetChargeInfo"]);
}
if (array_key_exists("LoadBalancerPassToTarget",$param) and $param["LoadBalancerPassToTarget"] !== null) {
$this->LoadBalancerPassToTarget = $param["LoadBalancerPassToTarget"];
}
if (array_key_exists("SnatPro",$param) and $param["SnatPro"] !== null) {
$this->SnatPro = $param["SnatPro"];
}
if (array_key_exists("DeleteProtect",$param) and $param["DeleteProtect"] !== null) {
$this->DeleteProtect = $param["DeleteProtect"];
}
if (array_key_exists("ModifyClassicDomain",$param) and $param["ModifyClassicDomain"] !== null) {
$this->ModifyClassicDomain = $param["ModifyClassicDomain"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Clb/V20180317/Models/ModifyLoadBalancerAttributesRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Clb/V20180317/Models/ModifyLoadBalancerAttributesRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $SourceLocationId 源转发规则ID
@param string $TargetLocationId 重定向目标转发规则的ID
@param integer $RewriteCode 重定向状态码,可取值301,302,307
@param boolean $TakeUrl 重定向是否携带匹配的url,配置RewriteCode时必填
@param string $SourceDomain 源转发的域名,必须是SourceLocationId对应的域名,配置RewriteCode时必填 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Clb/V20180317/Models/RewriteLocationMap.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Clb/V20180317/Models/RewriteLocationMap.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("SourceLocationId",$param) and $param["SourceLocationId"] !== null) {
$this->SourceLocationId = $param["SourceLocationId"];
}
if (array_key_exists("TargetLocationId",$param) and $param["TargetLocationId"] !== null) {
$this->TargetLocationId = $param["TargetLocationId"];
}
if (array_key_exists("RewriteCode",$param) and $param["RewriteCode"] !== null) {
$this->RewriteCode = $param["RewriteCode"];
}
if (array_key_exists("TakeUrl",$param) and $param["TakeUrl"] !== null) {
$this->TakeUrl = $param["TakeUrl"];
}
if (array_key_exists("SourceDomain",$param) and $param["SourceDomain"] !== null) {
$this->SourceDomain = $param["SourceDomain"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Clb/V20180317/Models/RewriteLocationMap.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Clb/V20180317/Models/RewriteLocationMap.php | Apache-2.0 |
function __construct()
{
} | @param string $LoadBalancerId 负载均衡实例 ID。
@param string $ListenerId 负载均衡监听器 ID。
@param array $FunctionTargets 待解绑的云函数列表。
@param string $LocationId 目标转发规则的 ID,当将云函数从七层转发规则上解绑时,必须输入此参数或 Domain+Url 参数。
@param string $Domain 目标转发规则的域名,若已经输入 LocationId 参数,则本参数不生效。
@param string $Url 目标转发规则的 URL,若已经输入 LocationId 参数,则本参数不生效。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Clb/V20180317/Models/DeregisterFunctionTargetsRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Clb/V20180317/Models/DeregisterFunctionTargetsRequest.php | Apache-2.0 |
function __construct()
{
} | @param boolean $ZhiTong 是否开通VIP直通
@param string $TgwGroupName TgwGroup名称 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Clb/V20180317/Models/ExtraInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Clb/V20180317/Models/ExtraInfo.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("ZhiTong",$param) and $param["ZhiTong"] !== null) {
$this->ZhiTong = $param["ZhiTong"];
}
if (array_key_exists("TgwGroupName",$param) and $param["TgwGroupName"] !== null) {
$this->TgwGroupName = $param["TgwGroupName"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Clb/V20180317/Models/ExtraInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Clb/V20180317/Models/ExtraInfo.php | Apache-2.0 |
function __construct()
{
} | @param array $LoadBalancerIds 传统型负载均衡ID数组
@param ExclusiveCluster $ExclusiveCluster 独占集群信息 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Clb/V20180317/Models/MigrateClassicalLoadBalancersRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Clb/V20180317/Models/MigrateClassicalLoadBalancersRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("LoadBalancerIds",$param) and $param["LoadBalancerIds"] !== null) {
$this->LoadBalancerIds = $param["LoadBalancerIds"];
}
if (array_key_exists("ExclusiveCluster",$param) and $param["ExclusiveCluster"] !== null) {
$this->ExclusiveCluster = new ExclusiveCluster();
$this->ExclusiveCluster->deserialize($param["ExclusiveCluster"]);
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Clb/V20180317/Models/MigrateClassicalLoadBalancersRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Clb/V20180317/Models/MigrateClassicalLoadBalancersRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Clb/V20180317/Models/ModifyListenerResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Clb/V20180317/Models/ModifyListenerResponse.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/Clb/V20180317/Models/ModifyListenerResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Clb/V20180317/Models/ModifyListenerResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("InstancePrice",$param) and $param["InstancePrice"] !== null) {
$this->InstancePrice = new ItemPrice();
$this->InstancePrice->deserialize($param["InstancePrice"]);
}
if (array_key_exists("BandwidthPrice",$param) and $param["BandwidthPrice"] !== null) {
$this->BandwidthPrice = new ItemPrice();
$this->BandwidthPrice->deserialize($param["BandwidthPrice"]);
}
if (array_key_exists("LcuPrice",$param) and $param["LcuPrice"] !== null) {
$this->LcuPrice = new ItemPrice();
$this->LcuPrice->deserialize($param["LcuPrice"]);
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Clb/V20180317/Models/Price.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Clb/V20180317/Models/Price.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("LoadBalancerIds",$param) and $param["LoadBalancerIds"] !== null) {
$this->LoadBalancerIds = $param["LoadBalancerIds"];
}
if (array_key_exists("Type",$param) and $param["Type"] !== null) {
$this->Type = $param["Type"];
}
if (array_key_exists("ClientIPField",$param) and $param["ClientIPField"] !== null) {
$this->ClientIPField = $param["ClientIPField"];
}
if (array_key_exists("BlockIPList",$param) and $param["BlockIPList"] !== null) {
$this->BlockIPList = $param["BlockIPList"];
}
if (array_key_exists("ExpireTime",$param) and $param["ExpireTime"] !== null) {
$this->ExpireTime = $param["ExpireTime"];
}
if (array_key_exists("AddStrategy",$param) and $param["AddStrategy"] !== null) {
$this->AddStrategy = $param["AddStrategy"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Clb/V20180317/Models/ModifyBlockIPListRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Clb/V20180317/Models/ModifyBlockIPListRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Clb/V20180317/Models/DeregisterTargetsFromClassicalLBResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Clb/V20180317/Models/DeregisterTargetsFromClassicalLBResponse.php | Apache-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.