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
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("CreationToken",$param) and $param["CreationToken"] !== null) { $this->CreationToken = $param["CreationToken"]; } if (array_key_exists("FileSystemId",$param) and $param["FileSystemId"] !== null) { $this->FileSystemId = $param["FileSystemId"]; } if (array_key_exists("FsName",$param) and $param["FsName"] !== null) { $this->FsName = $param["FsName"]; } 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/Cfs/V20190719/Models/UpdateCfsFileSystemNameResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/UpdateCfsFileSystemNameResponse.php
Apache-2.0
function __construct() { }
@param string $CreationTime 文件系统创建时间 @param string $CreationToken 用户自定义文件系统名称 @param string $FileSystemId 文件系统 ID @param string $LifeCycleState 文件系统状态,可能出现状态包括:“creating” 创建中, “create_failed” 创建失败, “available” 可用, “unserviced” 不可用, “upgrading” 升级中, “deleting” 删除中。 @param integer $SizeByte 文件系统已使用容量大小,单位为 Byte @param integer $ZoneId 可用区 ID @param string $FsName 用户自定义文件系统名称 @param boolean $Encrypted 文件系统是否加密 @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/CreateCfsFileSystemResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/CreateCfsFileSystemResponse.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("CreationTime",$param) and $param["CreationTime"] !== null) { $this->CreationTime = $param["CreationTime"]; } if (array_key_exists("CreationToken",$param) and $param["CreationToken"] !== null) { $this->CreationToken = $param["CreationToken"]; } if (array_key_exists("FileSystemId",$param) and $param["FileSystemId"] !== null) { $this->FileSystemId = $param["FileSystemId"]; } if (array_key_exists("LifeCycleState",$param) and $param["LifeCycleState"] !== null) { $this->LifeCycleState = $param["LifeCycleState"]; } if (array_key_exists("SizeByte",$param) and $param["SizeByte"] !== null) { $this->SizeByte = $param["SizeByte"]; } if (array_key_exists("ZoneId",$param) and $param["ZoneId"] !== null) { $this->ZoneId = $param["ZoneId"]; } if (array_key_exists("FsName",$param) and $param["FsName"] !== null) { $this->FsName = $param["FsName"]; } if (array_key_exists("Encrypted",$param) and $param["Encrypted"] !== null) { $this->Encrypted = $param["Encrypted"]; } 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/Cfs/V20190719/Models/CreateCfsFileSystemResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/CreateCfsFileSystemResponse.php
Apache-2.0
function __construct() { }
@param array $Protocols 协议与售卖详情 @param string $Type 存储类型。返回值中 SD 为通用标准型存储, HP为通用性能型存储, TB为Turbo标准型, TP 为Turbo性能型。 @param boolean $Prepayment 是否支持预付费。返回值中 true 为支持、false 为不支持
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/AvailableType.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/AvailableType.php
Apache-2.0
function __construct() { }
@param integer $TieringSizeInBytes 低频存储容量 @param integer $SecondaryTieringSizeInBytes 冷存储容量
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/TieringDetailInfo.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/TieringDetailInfo.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("TieringSizeInBytes",$param) and $param["TieringSizeInBytes"] !== null) { $this->TieringSizeInBytes = $param["TieringSizeInBytes"]; } if (array_key_exists("SecondaryTieringSizeInBytes",$param) and $param["SecondaryTieringSizeInBytes"] !== null) { $this->SecondaryTieringSizeInBytes = $param["SecondaryTieringSizeInBytes"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/TieringDetailInfo.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/TieringDetailInfo.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/DescribeCfsServiceStatusRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/DescribeCfsServiceStatusRequest.php
Apache-2.0
function __construct() { }
@param string $SnapshotId 文件系统快照ID @param string $StartTime 起始时间 @param string $EndTime 结束时间
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/DescribeSnapshotOperationLogsRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/DescribeSnapshotOperationLogsRequest.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("SnapshotId",$param) and $param["SnapshotId"] !== null) { $this->SnapshotId = $param["SnapshotId"]; } 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"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/DescribeSnapshotOperationLogsRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/DescribeSnapshotOperationLogsRequest.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("RuleId",$param) and $param["RuleId"] !== null) { $this->RuleId = $param["RuleId"]; } if (array_key_exists("AuthClientIp",$param) and $param["AuthClientIp"] !== null) { $this->AuthClientIp = $param["AuthClientIp"]; } if (array_key_exists("RWPermission",$param) and $param["RWPermission"] !== null) { $this->RWPermission = $param["RWPermission"]; } if (array_key_exists("UserPermission",$param) and $param["UserPermission"] !== null) { $this->UserPermission = $param["UserPermission"]; } if (array_key_exists("Priority",$param) and $param["Priority"] !== null) { $this->Priority = $param["Priority"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/PGroupRuleInfo.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/PGroupRuleInfo.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("Action",$param) and $param["Action"] !== null) { $this->Action = $param["Action"]; } if (array_key_exists("ActionTime",$param) and $param["ActionTime"] !== null) { $this->ActionTime = $param["ActionTime"]; } if (array_key_exists("ActionName",$param) and $param["ActionName"] !== null) { $this->ActionName = $param["ActionName"]; } if (array_key_exists("Operator",$param) and $param["Operator"] !== null) { $this->Operator = $param["Operator"]; } if (array_key_exists("Result",$param) and $param["Result"] !== null) { $this->Result = $param["Result"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/SnapshotOperateLog.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/SnapshotOperateLog.php
Apache-2.0
function __construct() { }
@param string $FileSystemId 文件系统 ID @param string $UserType 指定配额类型,包括Uid、Gid,Dir,分别代表用户配额,用户组配额,目录配额 @param string $UserId UID/GID信息 @param integer $CapacityHardLimit 容量硬限制,单位GiB。设置范围10-10000000。 @param integer $FileHardLimit 文件硬限制,单位个。设置范围1000-100000000 @param string $DirectoryPath 需设置目录配额的目录绝对路径,不同目录不可存在包含关系
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/SetUserQuotaRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/SetUserQuotaRequest.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("FileSystemId",$param) and $param["FileSystemId"] !== null) { $this->FileSystemId = $param["FileSystemId"]; } if (array_key_exists("UserType",$param) and $param["UserType"] !== null) { $this->UserType = $param["UserType"]; } if (array_key_exists("UserId",$param) and $param["UserId"] !== null) { $this->UserId = $param["UserId"]; } if (array_key_exists("CapacityHardLimit",$param) and $param["CapacityHardLimit"] !== null) { $this->CapacityHardLimit = $param["CapacityHardLimit"]; } if (array_key_exists("FileHardLimit",$param) and $param["FileHardLimit"] !== null) { $this->FileHardLimit = $param["FileHardLimit"]; } if (array_key_exists("DirectoryPath",$param) and $param["DirectoryPath"] !== null) { $this->DirectoryPath = $param["DirectoryPath"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/SetUserQuotaRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/SetUserQuotaRequest.php
Apache-2.0
function __construct() { }
@param integer $TotalCount 总个数 @param array $Snapshots 快照信息描述 @param integer $TotalSize 快照列表快照汇总 @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/DescribeCfsSnapshotsResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/DescribeCfsSnapshotsResponse.php
Apache-2.0
function __construct() { }
@param string $PGroupId 权限组 ID @param integer $AppId 用户 ID @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/DeleteCfsPGroupResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/DeleteCfsPGroupResponse.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("PGroupId",$param) and $param["PGroupId"] !== null) { $this->PGroupId = $param["PGroupId"]; } if (array_key_exists("AppId",$param) and $param["AppId"] !== null) { $this->AppId = $param["AppId"]; } 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/Cfs/V20190719/Models/DeleteCfsPGroupResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/DeleteCfsPGroupResponse.php
Apache-2.0
function __construct() { }
@param string $PGroupId 权限组ID @param string $Name 权限组名称
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/PGroup.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/PGroup.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("PGroupId",$param) and $param["PGroupId"] !== null) { $this->PGroupId = $param["PGroupId"]; } if (array_key_exists("Name",$param) and $param["Name"] !== null) { $this->Name = $param["Name"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/PGroup.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/PGroup.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("UserType",$param) and $param["UserType"] !== null) { $this->UserType = $param["UserType"]; } if (array_key_exists("UserId",$param) and $param["UserId"] !== null) { $this->UserId = $param["UserId"]; } if (array_key_exists("CapacityHardLimit",$param) and $param["CapacityHardLimit"] !== null) { $this->CapacityHardLimit = $param["CapacityHardLimit"]; } if (array_key_exists("FileHardLimit",$param) and $param["FileHardLimit"] !== null) { $this->FileHardLimit = $param["FileHardLimit"]; } if (array_key_exists("FileSystemId",$param) and $param["FileSystemId"] !== null) { $this->FileSystemId = $param["FileSystemId"]; } if (array_key_exists("CapacityUsed",$param) and $param["CapacityUsed"] !== null) { $this->CapacityUsed = $param["CapacityUsed"]; } if (array_key_exists("FileUsed",$param) and $param["FileUsed"] !== null) { $this->FileUsed = $param["FileUsed"]; } if (array_key_exists("DirectoryPath",$param) and $param["DirectoryPath"] !== null) { $this->DirectoryPath = $param["DirectoryPath"]; } if (array_key_exists("Status",$param) and $param["Status"] !== null) { $this->Status = $param["Status"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/UserQuota.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/UserQuota.php
Apache-2.0
function __construct() { }
@param string $TaskId 迁移任务ID
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/DeleteMigrationTaskRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/DeleteMigrationTaskRequest.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"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/DeleteMigrationTaskRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/DeleteMigrationTaskRequest.php
Apache-2.0
function __construct() { }
@param string $FileSystemId 文件系统 ID @param string $VpcId 私有网络(VPC) ID @param string $SubnetId 子网 ID @param integer $Offset Offset 分页码 @param integer $Limit Limit 页面大小 @param string $CreationToken 用户自定义名称
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/DescribeCfsFileSystemsRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/DescribeCfsFileSystemsRequest.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("FileSystemId",$param) and $param["FileSystemId"] !== null) { $this->FileSystemId = $param["FileSystemId"]; } if (array_key_exists("VpcId",$param) and $param["VpcId"] !== null) { $this->VpcId = $param["VpcId"]; } if (array_key_exists("SubnetId",$param) and $param["SubnetId"] !== null) { $this->SubnetId = $param["SubnetId"]; } 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("CreationToken",$param) and $param["CreationToken"] !== null) { $this->CreationToken = $param["CreationToken"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/DescribeCfsFileSystemsRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/DescribeCfsFileSystemsRequest.php
Apache-2.0
function __construct() { }
@param string $PGroupId 权限组 ID @param string $Name 权限组名字 @param string $DescInfo 权限组描述信息 @param integer $BindCfsNum 已经与该权限组绑定的文件系统个数 @param string $CDate 权限组创建时间 @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/CreateCfsPGroupResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/CreateCfsPGroupResponse.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("PGroupId",$param) and $param["PGroupId"] !== null) { $this->PGroupId = $param["PGroupId"]; } if (array_key_exists("Name",$param) and $param["Name"] !== null) { $this->Name = $param["Name"]; } if (array_key_exists("DescInfo",$param) and $param["DescInfo"] !== null) { $this->DescInfo = $param["DescInfo"]; } if (array_key_exists("BindCfsNum",$param) and $param["BindCfsNum"] !== null) { $this->BindCfsNum = $param["BindCfsNum"]; } if (array_key_exists("CDate",$param) and $param["CDate"] !== null) { $this->CDate = $param["CDate"]; } 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/Cfs/V20190719/Models/CreateCfsPGroupResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/CreateCfsPGroupResponse.php
Apache-2.0
function __construct() { }
@param string $CertDesc 证书描述
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/CreateAccessCertRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/CreateAccessCertRequest.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("CertDesc",$param) and $param["CertDesc"] !== null) { $this->CertDesc = $param["CertDesc"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/CreateAccessCertRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/CreateAccessCertRequest.php
Apache-2.0
function __construct() { }
@param integer $TotalCount 快照策略总个数 @param array $AutoSnapshotPolicies 快照策略信息 @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/DescribeAutoSnapshotPoliciesResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/DescribeAutoSnapshotPoliciesResponse.php
Apache-2.0
function __construct() { }
@param string $AutoSnapshotPolicyId 快照策略ID @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/BindAutoSnapshotPolicyResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/BindAutoSnapshotPolicyResponse.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("AutoSnapshotPolicyId",$param) and $param["AutoSnapshotPolicyId"] !== null) { $this->AutoSnapshotPolicyId = $param["AutoSnapshotPolicyId"]; } 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/Cfs/V20190719/Models/BindAutoSnapshotPolicyResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/BindAutoSnapshotPolicyResponse.php
Apache-2.0
function __construct() { }
@param integer $FsLimit 文件系统容量限制大小,输入范围0-1073741824, 单位为GB;其中输入值为0时,表示不限制文件系统容量。 @param string $FileSystemId 文件系统ID,目前仅支持标准型文件系统。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/UpdateCfsFileSystemSizeLimitRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/UpdateCfsFileSystemSizeLimitRequest.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("FsLimit",$param) and $param["FsLimit"] !== null) { $this->FsLimit = $param["FsLimit"]; } if (array_key_exists("FileSystemId",$param) and $param["FileSystemId"] !== null) { $this->FileSystemId = $param["FileSystemId"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/UpdateCfsFileSystemSizeLimitRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/UpdateCfsFileSystemSizeLimitRequest.php
Apache-2.0
function __construct() { }
@param string $FileSystemId 文件系统id @param string $SnapshotName 快照名称 @param array $ResourceTags 快照标签
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/CreateCfsSnapshotRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/CreateCfsSnapshotRequest.php
Apache-2.0
function __construct() { }
@param string $Zone 可用区名称 @param integer $ZoneId 可用区ID @param string $ZoneCnName 可用区中文名称 @param array $Types Type数组 @param string $ZoneName 可用区中英文名称
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/AvailableZone.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/AvailableZone.php
Apache-2.0
function __construct() { }
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/DeleteMountTargetResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/DeleteMountTargetResponse.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/Cfs/V20190719/Models/DeleteMountTargetResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/DeleteMountTargetResponse.php
Apache-2.0
function __construct() { }
@param array $ClientList 客户端列表 @param integer $TotalCount 文件系统总数 @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/DescribeCfsFileSystemClientsResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/DescribeCfsFileSystemClientsResponse.php
Apache-2.0
function __construct() { }
@param string $Region 区域名称,如“ap-beijing” @param string $RegionName 区域名称,如“bj” @param string $RegionStatus 区域可用情况,当区域内至少有一个可用区处于可售状态时,取值为AVAILABLE,否则为UNAVAILABLE @param array $Zones 可用区数组 @param string $RegionCnName 区域中文名称,如“广州”
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/AvailableRegion.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/AvailableRegion.php
Apache-2.0
function __construct() { }
@param string $TaskId 迁移任务Id @param integer $Status 迁移状态。0: 已完成;1: 进行中;2: 已终止 @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/StopMigrationTaskResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/StopMigrationTaskResponse.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("Status",$param) and $param["Status"] !== null) { $this->Status = $param["Status"]; } 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/Cfs/V20190719/Models/StopMigrationTaskResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/StopMigrationTaskResponse.php
Apache-2.0
function __construct() { }
@param string $AutoSnapshotPolicyId 快照策略ID @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/CreateAutoSnapshotPolicyResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/CreateAutoSnapshotPolicyResponse.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("AutoSnapshotPolicyId",$param) and $param["AutoSnapshotPolicyId"] !== null) { $this->AutoSnapshotPolicyId = $param["AutoSnapshotPolicyId"]; } 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/Cfs/V20190719/Models/CreateAutoSnapshotPolicyResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/CreateAutoSnapshotPolicyResponse.php
Apache-2.0
function __construct() { }
@param array $RuleList 权限组规则列表 @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/DescribeCfsRulesResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/DescribeCfsRulesResponse.php
Apache-2.0
function __construct() { }
@param string $SnapshotId 快照ID @param array $SnapshotOperates 操作日志 @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/DescribeSnapshotOperationLogsResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/DescribeSnapshotOperationLogsResponse.php
Apache-2.0
function __construct() { }
@param string $AutoSnapshotPolicyId 快照策略ID @param integer $Offset 分页码 @param integer $Limit 页面长 @param array $Filters 过滤条件 @param string $Order 升序,降序 @param string $OrderField 排序字段
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/DescribeAutoSnapshotPoliciesRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/DescribeAutoSnapshotPoliciesRequest.php
Apache-2.0
function __construct() { }
@param string $PGroupId 权限组ID @param string $Name 权限组名称 @param string $DescInfo 描述信息 @param string $CDate 创建时间 @param integer $BindCfsNum 关联文件系统个数
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/PGroupInfo.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/PGroupInfo.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("PGroupId",$param) and $param["PGroupId"] !== null) { $this->PGroupId = $param["PGroupId"]; } if (array_key_exists("Name",$param) and $param["Name"] !== null) { $this->Name = $param["Name"]; } if (array_key_exists("DescInfo",$param) and $param["DescInfo"] !== null) { $this->DescInfo = $param["DescInfo"]; } if (array_key_exists("CDate",$param) and $param["CDate"] !== null) { $this->CDate = $param["CDate"]; } if (array_key_exists("BindCfsNum",$param) and $param["BindCfsNum"] !== null) { $this->BindCfsNum = $param["BindCfsNum"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/PGroupInfo.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/PGroupInfo.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/DescribeCfsSnapshotOverviewRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/DescribeCfsSnapshotOverviewRequest.php
Apache-2.0
function __construct() { }
@param string $FileSystemId 文件系统 ID @param integer $BandwidthLimit 文件系统带宽,仅吞吐型可填。单位MiB/s,最小为1GiB/s,最大200GiB/s。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/UpdateFileSystemBandwidthLimitRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/UpdateFileSystemBandwidthLimitRequest.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("FileSystemId",$param) and $param["FileSystemId"] !== null) { $this->FileSystemId = $param["FileSystemId"]; } if (array_key_exists("BandwidthLimit",$param) and $param["BandwidthLimit"] !== null) { $this->BandwidthLimit = $param["BandwidthLimit"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/UpdateFileSystemBandwidthLimitRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/UpdateFileSystemBandwidthLimitRequest.php
Apache-2.0
function __construct() { }
@param string $FileSystemId 文件系统 ID @param string $UserType 指定配额类型,包括Uid、Gid、Dir @param string $UserId UID/GID信息 @param string $DirectoryPath 设置目录配额的目录的绝对路径
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/DeleteUserQuotaRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/DeleteUserQuotaRequest.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("FileSystemId",$param) and $param["FileSystemId"] !== null) { $this->FileSystemId = $param["FileSystemId"]; } if (array_key_exists("UserType",$param) and $param["UserType"] !== null) { $this->UserType = $param["UserType"]; } if (array_key_exists("UserId",$param) and $param["UserId"] !== null) { $this->UserId = $param["UserId"]; } if (array_key_exists("DirectoryPath",$param) and $param["DirectoryPath"] !== null) { $this->DirectoryPath = $param["DirectoryPath"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/DeleteUserQuotaRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/DeleteUserQuotaRequest.php
Apache-2.0
function __construct() { }
@param string $FileSystemId 文件系统 ID @param string $FsName 用户自定义文件系统名称
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/UpdateCfsFileSystemNameRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/UpdateCfsFileSystemNameRequest.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("FileSystemId",$param) and $param["FileSystemId"] !== null) { $this->FileSystemId = $param["FileSystemId"]; } if (array_key_exists("FsName",$param) and $param["FsName"] !== null) { $this->FsName = $param["FsName"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/UpdateCfsFileSystemNameRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/UpdateCfsFileSystemNameRequest.php
Apache-2.0
function __construct() { }
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/UpdateFileSystemBandwidthLimitResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/UpdateFileSystemBandwidthLimitResponse.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/Cfs/V20190719/Models/UpdateFileSystemBandwidthLimitResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/UpdateFileSystemBandwidthLimitResponse.php
Apache-2.0
function __construct() { }
@param string $FileSystemId 文件系统 ID @param string $MountTargetId 挂载点 ID @param string $IpAddress 挂载点 IP @param string $FSID 挂载根目录 @param string $LifeCycleState 挂载点状态 @param string $NetworkInterface 网络类型 @param string $VpcId 私有网络 ID @param string $VpcName 私有网络名称 @param string $SubnetId 子网 Id @param string $SubnetName 子网名称 @param string $CcnID CFS Turbo使用的云联网ID @param string $CidrBlock 云联网中CFS Turbo使用的网段
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/MountInfo.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/MountInfo.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("FileSystemId",$param) and $param["FileSystemId"] !== null) { $this->FileSystemId = $param["FileSystemId"]; } if (array_key_exists("MountTargetId",$param) and $param["MountTargetId"] !== null) { $this->MountTargetId = $param["MountTargetId"]; } if (array_key_exists("IpAddress",$param) and $param["IpAddress"] !== null) { $this->IpAddress = $param["IpAddress"]; } if (array_key_exists("FSID",$param) and $param["FSID"] !== null) { $this->FSID = $param["FSID"]; } if (array_key_exists("LifeCycleState",$param) and $param["LifeCycleState"] !== null) { $this->LifeCycleState = $param["LifeCycleState"]; } if (array_key_exists("NetworkInterface",$param) and $param["NetworkInterface"] !== null) { $this->NetworkInterface = $param["NetworkInterface"]; } if (array_key_exists("VpcId",$param) and $param["VpcId"] !== null) { $this->VpcId = $param["VpcId"]; } if (array_key_exists("VpcName",$param) and $param["VpcName"] !== null) { $this->VpcName = $param["VpcName"]; } if (array_key_exists("SubnetId",$param) and $param["SubnetId"] !== null) { $this->SubnetId = $param["SubnetId"]; } if (array_key_exists("SubnetName",$param) and $param["SubnetName"] !== null) { $this->SubnetName = $param["SubnetName"]; } if (array_key_exists("CcnID",$param) and $param["CcnID"] !== null) { $this->CcnID = $param["CcnID"]; } if (array_key_exists("CidrBlock",$param) and $param["CidrBlock"] !== null) { $this->CidrBlock = $param["CidrBlock"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/MountInfo.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/MountInfo.php
Apache-2.0
function __construct() { }
@param string $AutoSnapshotPolicyId 快照策略ID @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/UnbindAutoSnapshotPolicyResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/UnbindAutoSnapshotPolicyResponse.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("AutoSnapshotPolicyId",$param) and $param["AutoSnapshotPolicyId"] !== null) { $this->AutoSnapshotPolicyId = $param["AutoSnapshotPolicyId"]; } 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/Cfs/V20190719/Models/UnbindAutoSnapshotPolicyResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/UnbindAutoSnapshotPolicyResponse.php
Apache-2.0
function __construct() { }
@param string $Hour 快照重复时间点,0-23 @param string $PolicyName 策略名称 @param string $DayOfWeek 快照重复日期,星期一到星期日。 1代表星期一、7代表星期天 @param integer $AliveDays 快照保留时长,单位天 @param string $DayOfMonth 快照按月重复,每月1-31号,选择一天,每月将在这一天自动创建快照。 @param integer $IntervalDays 间隔天数
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/CreateAutoSnapshotPolicyRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/CreateAutoSnapshotPolicyRequest.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("Hour",$param) and $param["Hour"] !== null) { $this->Hour = $param["Hour"]; } if (array_key_exists("PolicyName",$param) and $param["PolicyName"] !== null) { $this->PolicyName = $param["PolicyName"]; } if (array_key_exists("DayOfWeek",$param) and $param["DayOfWeek"] !== null) { $this->DayOfWeek = $param["DayOfWeek"]; } if (array_key_exists("AliveDays",$param) and $param["AliveDays"] !== null) { $this->AliveDays = $param["AliveDays"]; } if (array_key_exists("DayOfMonth",$param) and $param["DayOfMonth"] !== null) { $this->DayOfMonth = $param["DayOfMonth"]; } if (array_key_exists("IntervalDays",$param) and $param["IntervalDays"] !== null) { $this->IntervalDays = $param["IntervalDays"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/CreateAutoSnapshotPolicyRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/CreateAutoSnapshotPolicyRequest.php
Apache-2.0
function __construct() { }
@param string $AutoSnapshotPolicyId 快照策略ID @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/DeleteAutoSnapshotPolicyResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/DeleteAutoSnapshotPolicyResponse.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("AutoSnapshotPolicyId",$param) and $param["AutoSnapshotPolicyId"] !== null) { $this->AutoSnapshotPolicyId = $param["AutoSnapshotPolicyId"]; } 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/Cfs/V20190719/Models/DeleteAutoSnapshotPolicyResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/DeleteAutoSnapshotPolicyResponse.php
Apache-2.0
function __construct() { }
@param string $Status 自动扩容策略开启,关闭 @param integer $ScaleThreshold 集群用量占比,到达这个值后开始扩容,范围[10-90] @param integer $TargetThreshold 扩容后使用量跟集群总量比例,范围[1-90]
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/AutoScaleUpRule.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/AutoScaleUpRule.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("Status",$param) and $param["Status"] !== null) { $this->Status = $param["Status"]; } if (array_key_exists("ScaleThreshold",$param) and $param["ScaleThreshold"] !== null) { $this->ScaleThreshold = $param["ScaleThreshold"]; } if (array_key_exists("TargetThreshold",$param) and $param["TargetThreshold"] !== null) { $this->TargetThreshold = $param["TargetThreshold"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/AutoScaleUpRule.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/AutoScaleUpRule.php
Apache-2.0
function __construct() { }
@param string $TaskName 迁移任务名称 @param string $TaskId 迁移任务id @param integer $MigrationType 迁移方式标志位,默认为0。0: 桶迁移;1: 清单迁移 @param integer $MigrationMode 迁移模式,默认为0。0: 全量迁移 @param string $BucketName 数据源桶名称 @param string $BucketRegion 数据源桶地域 @param string $BucketAddress 数据源桶地址 @param string $ListAddress 清单地址 @param string $FsName 文件系统实例名称 @param string $FileSystemId 文件系统实例Id @param string $FsPath 文件系统路径 @param integer $CoverType 同名文件迁移时覆盖策略,默认为0。0: 最后修改时间优先;1: 全覆盖;2: 不覆盖 @param integer $CreateTime 创建时间 @param integer $EndTime 完成/终止时间 @param integer $Status 迁移状态。0: 已完成;1: 进行中;2: 已终止 @param integer $FileTotalCount 文件数量 @param integer $FileMigratedCount 已迁移文件数量 @param integer $FileFailedCount 迁移失败文件数量 @param integer $FileTotalSize 文件容量,单位Byte @param integer $FileMigratedSize 已迁移文件容量,单位Byte @param integer $FileFailedSize 迁移失败文件容量,单位Byte @param string $FileTotalList 全部清单 @param string $FileCompletedList 已完成文件清单 @param string $FileFailedList 失败文件清单 @param string $BucketPath 源桶路径 @param integer $Direction 迁移方向。0: 对象存储迁移至文件系统,1: 文件系统迁移至对象存储。默认 0
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/MigrationTaskInfo.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/MigrationTaskInfo.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("TaskName",$param) and $param["TaskName"] !== null) { $this->TaskName = $param["TaskName"]; } if (array_key_exists("TaskId",$param) and $param["TaskId"] !== null) { $this->TaskId = $param["TaskId"]; } if (array_key_exists("MigrationType",$param) and $param["MigrationType"] !== null) { $this->MigrationType = $param["MigrationType"]; } if (array_key_exists("MigrationMode",$param) and $param["MigrationMode"] !== null) { $this->MigrationMode = $param["MigrationMode"]; } if (array_key_exists("BucketName",$param) and $param["BucketName"] !== null) { $this->BucketName = $param["BucketName"]; } if (array_key_exists("BucketRegion",$param) and $param["BucketRegion"] !== null) { $this->BucketRegion = $param["BucketRegion"]; } if (array_key_exists("BucketAddress",$param) and $param["BucketAddress"] !== null) { $this->BucketAddress = $param["BucketAddress"]; } if (array_key_exists("ListAddress",$param) and $param["ListAddress"] !== null) { $this->ListAddress = $param["ListAddress"]; } if (array_key_exists("FsName",$param) and $param["FsName"] !== null) { $this->FsName = $param["FsName"]; } if (array_key_exists("FileSystemId",$param) and $param["FileSystemId"] !== null) { $this->FileSystemId = $param["FileSystemId"]; } if (array_key_exists("FsPath",$param) and $param["FsPath"] !== null) { $this->FsPath = $param["FsPath"]; } if (array_key_exists("CoverType",$param) and $param["CoverType"] !== null) { $this->CoverType = $param["CoverType"]; } if (array_key_exists("CreateTime",$param) and $param["CreateTime"] !== null) { $this->CreateTime = $param["CreateTime"]; } if (array_key_exists("EndTime",$param) and $param["EndTime"] !== null) { $this->EndTime = $param["EndTime"]; } if (array_key_exists("Status",$param) and $param["Status"] !== null) { $this->Status = $param["Status"]; } if (array_key_exists("FileTotalCount",$param) and $param["FileTotalCount"] !== null) { $this->FileTotalCount = $param["FileTotalCount"]; } if (array_key_exists("FileMigratedCount",$param) and $param["FileMigratedCount"] !== null) { $this->FileMigratedCount = $param["FileMigratedCount"]; } if (array_key_exists("FileFailedCount",$param) and $param["FileFailedCount"] !== null) { $this->FileFailedCount = $param["FileFailedCount"]; } if (array_key_exists("FileTotalSize",$param) and $param["FileTotalSize"] !== null) { $this->FileTotalSize = $param["FileTotalSize"]; } if (array_key_exists("FileMigratedSize",$param) and $param["FileMigratedSize"] !== null) { $this->FileMigratedSize = $param["FileMigratedSize"]; } if (array_key_exists("FileFailedSize",$param) and $param["FileFailedSize"] !== null) { $this->FileFailedSize = $param["FileFailedSize"]; } if (array_key_exists("FileTotalList",$param) and $param["FileTotalList"] !== null) { $this->FileTotalList = $param["FileTotalList"]; } if (array_key_exists("FileCompletedList",$param) and $param["FileCompletedList"] !== null) { $this->FileCompletedList = $param["FileCompletedList"]; } if (array_key_exists("FileFailedList",$param) and $param["FileFailedList"] !== null) { $this->FileFailedList = $param["FileFailedList"]; } if (array_key_exists("BucketPath",$param) and $param["BucketPath"] !== null) { $this->BucketPath = $param["BucketPath"]; } if (array_key_exists("Direction",$param) and $param["Direction"] !== null) { $this->Direction = $param["Direction"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/MigrationTaskInfo.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/MigrationTaskInfo.php
Apache-2.0
function __construct() { }
@param string $FileSystemId 文件系统 ID
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/DescribeMountTargetsRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/DescribeMountTargetsRequest.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("FileSystemId",$param) and $param["FileSystemId"] !== null) { $this->FileSystemId = $param["FileSystemId"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/DescribeMountTargetsRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/DescribeMountTargetsRequest.php
Apache-2.0
function __construct() { }
@param array $RegionZones 各可用区的资源售卖情况以及支持的存储类型、存储协议等信息 @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/DescribeAvailableZoneInfoResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/DescribeAvailableZoneInfoResponse.php
Apache-2.0
function __construct() { }
@param string $RuleId 规则 ID @param string $PGroupId 权限组 ID @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/DeleteCfsRuleResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/DeleteCfsRuleResponse.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("RuleId",$param) and $param["RuleId"] !== null) { $this->RuleId = $param["RuleId"]; } if (array_key_exists("PGroupId",$param) and $param["PGroupId"] !== null) { $this->PGroupId = $param["PGroupId"]; } 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/Cfs/V20190719/Models/DeleteCfsRuleResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/DeleteCfsRuleResponse.php
Apache-2.0
function __construct() { }
@param string $PGroupId 权限组ID @param string $Name 权限组名称 @param string $DescInfo 描述信息 @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/UpdateCfsPGroupResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/UpdateCfsPGroupResponse.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("PGroupId",$param) and $param["PGroupId"] !== null) { $this->PGroupId = $param["PGroupId"]; } if (array_key_exists("Name",$param) and $param["Name"] !== null) { $this->Name = $param["Name"]; } if (array_key_exists("DescInfo",$param) and $param["DescInfo"] !== null) { $this->DescInfo = $param["DescInfo"]; } 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/Cfs/V20190719/Models/UpdateCfsPGroupResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/UpdateCfsPGroupResponse.php
Apache-2.0
function __construct() { }
@param string $PGroupId 权限组 ID
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/DeleteCfsPGroupRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/DeleteCfsPGroupRequest.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("PGroupId",$param) and $param["PGroupId"] !== null) { $this->PGroupId = $param["PGroupId"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/DeleteCfsPGroupRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/DeleteCfsPGroupRequest.php
Apache-2.0
function __construct() { }
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/UpdateCfsFileSystemSizeLimitResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/UpdateCfsFileSystemSizeLimitResponse.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/Cfs/V20190719/Models/UpdateCfsFileSystemSizeLimitResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/UpdateCfsFileSystemSizeLimitResponse.php
Apache-2.0
function __construct() { }
@param string $FileSystemId 文件系统id @param integer $ScaleUpThreshold 扩容阈值,范围[10-90] @param integer $TargetThreshold 扩容后目标阈值,范围[10-90],该值要小于ScaleUpThreshold @param integer $Status 规则状态0:关闭,1 开启
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/ModifyFileSystemAutoScaleUpRuleRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/ModifyFileSystemAutoScaleUpRuleRequest.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("FileSystemId",$param) and $param["FileSystemId"] !== null) { $this->FileSystemId = $param["FileSystemId"]; } if (array_key_exists("ScaleUpThreshold",$param) and $param["ScaleUpThreshold"] !== null) { $this->ScaleUpThreshold = $param["ScaleUpThreshold"]; } if (array_key_exists("TargetThreshold",$param) and $param["TargetThreshold"] !== null) { $this->TargetThreshold = $param["TargetThreshold"]; } if (array_key_exists("Status",$param) and $param["Status"] !== null) { $this->Status = $param["Status"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/ModifyFileSystemAutoScaleUpRuleRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/ModifyFileSystemAutoScaleUpRuleRequest.php
Apache-2.0
function __construct() { }
@param string $TaskId 迁移任务名称
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/StopMigrationTaskRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/StopMigrationTaskRequest.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"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/StopMigrationTaskRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/StopMigrationTaskRequest.php
Apache-2.0
function __construct() { }
@param string $TaskId 迁移任务Id @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/CreateMigrationTaskResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/CreateMigrationTaskResponse.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("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/Cfs/V20190719/Models/CreateMigrationTaskResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/CreateMigrationTaskResponse.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("PGroupId",$param) and $param["PGroupId"] !== null) { $this->PGroupId = $param["PGroupId"]; } if (array_key_exists("AuthClientIp",$param) and $param["AuthClientIp"] !== null) { $this->AuthClientIp = $param["AuthClientIp"]; } if (array_key_exists("Priority",$param) and $param["Priority"] !== null) { $this->Priority = $param["Priority"]; } if (array_key_exists("RWPermission",$param) and $param["RWPermission"] !== null) { $this->RWPermission = $param["RWPermission"]; } if (array_key_exists("UserPermission",$param) and $param["UserPermission"] !== null) { $this->UserPermission = $param["UserPermission"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/CreateCfsRuleRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/CreateCfsRuleRequest.php
Apache-2.0
function __construct() { }
@param string $FileSystemIds 需要解绑的文件系统ID列表,用"," 分割 @param string $AutoSnapshotPolicyId 解绑的快照ID
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/UnbindAutoSnapshotPolicyRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/UnbindAutoSnapshotPolicyRequest.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("FileSystemIds",$param) and $param["FileSystemIds"] !== null) { $this->FileSystemIds = $param["FileSystemIds"]; } if (array_key_exists("AutoSnapshotPolicyId",$param) and $param["AutoSnapshotPolicyId"] !== null) { $this->AutoSnapshotPolicyId = $param["AutoSnapshotPolicyId"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/UnbindAutoSnapshotPolicyRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/UnbindAutoSnapshotPolicyRequest.php
Apache-2.0
function __construct() { }
@param string $Zone 可用区名称,例如ap-beijing-1,请参考 [概览](https://cloud.tencent.com/document/product/582/13225) 文档中的地域与可用区列表 @param string $NetInterface 网络类型,可选值为 VPC,CCN;其中 VPC 为私有网络, CCN 为云联网。通用标准型/性能型请选择VPC,Turbo标准型/性能型请选择CCN。 @param string $PGroupId 权限组 ID @param string $Protocol 文件系统协议类型, 值为 NFS、CIFS、TURBO ; 若留空则默认为 NFS协议,turbo系列必须选择turbo,不支持NFS、CIFS @param string $StorageType 文件系统存储类型,默认值为 SD ;其中 SD 为通用标准型存储, HP为通用性能型存储, TB为Turbo标准型, TP 为Turbo性能型。 @param string $VpcId 私有网络(VPC) ID,若网络类型选择的是VPC,该字段为必填。 @param string $SubnetId 子网 ID,若网络类型选择的是VPC,该字段为必填。 @param string $MountIP 指定IP地址,仅VPC网络支持;若不填写、将在该子网下随机分配 IP,Turbo系列当前不支持指定 @param string $FsName 用户自定义文件系统名称 @param array $ResourceTags 文件系统标签 @param string $ClientToken 用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。用于保证请求幂等性的字符串失效时间为2小时。 @param string $CcnId 云联网ID, 若网络类型选择的是CCN,该字段为必填 @param string $CidrBlock 云联网中CFS使用的网段, 若网络类型选择的是Ccn,该字段为必填,且不能和Ccn中已经绑定的网段冲突 @param integer $Capacity 文件系统容量,turbo系列必填,单位为GiB。 turbo标准型单位GB,起售20TiB,即20480 GiB;扩容步长20TiB,即20480 GiB。turbo性能型起售10TiB,即10240 GiB;扩容步长10TiB,10240 GiB。 @param string $SnapshotId 文件系统快照ID @param string $AutoSnapshotPolicyId 定期快照策略ID @param boolean $EnableAutoScaleUp 是否开启默认扩容,仅Turbo类型文件存储支持
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/CreateCfsFileSystemRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/CreateCfsFileSystemRequest.php
Apache-2.0
function __construct() { }
@param string $FileSystemId 文件系统 ID。 @param integer $Offset Offset 分页码 @param integer $Limit Limit 页面大小
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/DescribeCfsFileSystemClientsRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/DescribeCfsFileSystemClientsRequest.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("FileSystemId",$param) and $param["FileSystemId"] !== null) { $this->FileSystemId = $param["FileSystemId"]; } 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/Cfs/V20190719/Models/DescribeCfsFileSystemClientsRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/DescribeCfsFileSystemClientsRequest.php
Apache-2.0
function __construct() { }
@param array $StatisticsList 统计信息 @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/DescribeCfsSnapshotOverviewResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/DescribeCfsSnapshotOverviewResponse.php
Apache-2.0
function __construct() { }
@param string $PGroupId 权限组 ID @param string $RuleId 规则 ID
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/DeleteCfsRuleRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/DeleteCfsRuleRequest.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("PGroupId",$param) and $param["PGroupId"] !== null) { $this->PGroupId = $param["PGroupId"]; } if (array_key_exists("RuleId",$param) and $param["RuleId"] !== null) { $this->RuleId = $param["RuleId"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/DeleteCfsRuleRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/DeleteCfsRuleRequest.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/DescribeAvailableZoneInfoRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/DescribeAvailableZoneInfoRequest.php
Apache-2.0
function __construct() { }
@param string $SnapshotId 文件系统ID @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/DeleteCfsSnapshotResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/DeleteCfsSnapshotResponse.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("SnapshotId",$param) and $param["SnapshotId"] !== null) { $this->SnapshotId = $param["SnapshotId"]; } 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/Cfs/V20190719/Models/DeleteCfsSnapshotResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/DeleteCfsSnapshotResponse.php
Apache-2.0
function __construct() { }
@param integer $TotalCount UserQuota条目总数 @param array $UserQuotaInfo UserQuota条目 @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/DescribeUserQuotaResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/DescribeUserQuotaResponse.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("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/Cfs/V20190719/Models/BucketInfo.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/BucketInfo.php
Apache-2.0
function __construct() { }
@param string $CertId 凭证唯一标识 @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Cfs/V20190719/Models/CreateAccessCertResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Cfs/V20190719/Models/CreateAccessCertResponse.php
Apache-2.0