Class: TencentCloud::Cbs::V20170312::CopyAutoSnapshotPolicyCrossAccountResponse

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20170312/models.rb

Overview

CopyAutoSnapshotPolicyCrossAccount返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(autosnapshotpolicyids = nil, targetaccountuin = nil, requestid = nil) ⇒ CopyAutoSnapshotPolicyCrossAccountResponse

Returns a new instance of CopyAutoSnapshotPolicyCrossAccountResponse.



553
554
555
556
557
# File 'lib/v20170312/models.rb', line 553

def initialize(autosnapshotpolicyids=nil, targetaccountuin=nil, requestid=nil)
  @AutoSnapshotPolicyIds = autosnapshotpolicyids
  @TargetAccountUin = targetaccountuin
  @RequestId = requestid
end

Instance Attribute Details

#AutoSnapshotPolicyIdsObject

注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • AutoSnapshotPolicyIds:

    已备份的定期快照策略ID列表

  • TargetAccountUin:

    目标账户uin

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



551
552
553
# File 'lib/v20170312/models.rb', line 551

def AutoSnapshotPolicyIds
  @AutoSnapshotPolicyIds
end

#RequestIdObject

注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • AutoSnapshotPolicyIds:

    已备份的定期快照策略ID列表

  • TargetAccountUin:

    目标账户uin

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



551
552
553
# File 'lib/v20170312/models.rb', line 551

def RequestId
  @RequestId
end

#TargetAccountUinObject

注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • AutoSnapshotPolicyIds:

    已备份的定期快照策略ID列表

  • TargetAccountUin:

    目标账户uin

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



551
552
553
# File 'lib/v20170312/models.rb', line 551

def TargetAccountUin
  @TargetAccountUin
end

Instance Method Details

#deserialize(params) ⇒ Object



559
560
561
562
563
# File 'lib/v20170312/models.rb', line 559

def deserialize(params)
  @AutoSnapshotPolicyIds = params['AutoSnapshotPolicyIds']
  @TargetAccountUin = params['TargetAccountUin']
  @RequestId = params['RequestId']
end