Class: TencentCloud::Cdn::V20180606::OthersPrivateAccess
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdn::V20180606::OthersPrivateAccess
- Defined in:
- lib/v20180606/models.rb
Overview
其他厂商对象存储回源鉴权
Instance Attribute Summary collapse
-
#AccessKey ⇒ Object
on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Bucket ⇒ Object
on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Region ⇒ Object
on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#SecretKey ⇒ Object
on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Switch ⇒ Object
on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(switch = nil, accesskey = nil, secretkey = nil, region = nil, bucket = nil) ⇒ OthersPrivateAccess
constructor
A new instance of OthersPrivateAccess.
Constructor Details
#initialize(switch = nil, accesskey = nil, secretkey = nil, region = nil, bucket = nil) ⇒ OthersPrivateAccess
Returns a new instance of OthersPrivateAccess.
10317 10318 10319 10320 10321 10322 10323 |
# File 'lib/v20180606/models.rb', line 10317 def initialize(switch=nil, accesskey=nil, secretkey=nil, region=nil, bucket=nil) @Switch = switch @AccessKey = accesskey @SecretKey = secretkey @Region = region @Bucket = bucket end |
Instance Attribute Details
#AccessKey ⇒ Object
on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
10315 10316 10317 |
# File 'lib/v20180606/models.rb', line 10315 def AccessKey @AccessKey end |
#Bucket ⇒ Object
on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
10315 10316 10317 |
# File 'lib/v20180606/models.rb', line 10315 def Bucket @Bucket end |
#Region ⇒ Object
on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
10315 10316 10317 |
# File 'lib/v20180606/models.rb', line 10315 def Region @Region end |
#SecretKey ⇒ Object
on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
10315 10316 10317 |
# File 'lib/v20180606/models.rb', line 10315 def SecretKey @SecretKey end |
#Switch ⇒ Object
on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
10315 10316 10317 |
# File 'lib/v20180606/models.rb', line 10315 def Switch @Switch end |
Instance Method Details
#deserialize(params) ⇒ Object
10325 10326 10327 10328 10329 10330 10331 |
# File 'lib/v20180606/models.rb', line 10325 def deserialize(params) @Switch = params['Switch'] @AccessKey = params['AccessKey'] @SecretKey = params['SecretKey'] @Region = params['Region'] @Bucket = params['Bucket'] end |