Class: TencentCloud::Cdn::V20180606::HwPrivateAccess
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdn::V20180606::HwPrivateAccess
- Defined in:
- lib/v20180606/models.rb
Overview
华为云对象存储回源鉴权
Instance Attribute Summary collapse
-
#AccessKey ⇒ Object
on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Bucket ⇒ Object
on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#SecretKey ⇒ Object
on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Switch ⇒ Object
on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(switch = nil, accesskey = nil, secretkey = nil, bucket = nil) ⇒ HwPrivateAccess
constructor
A new instance of HwPrivateAccess.
Constructor Details
#initialize(switch = nil, accesskey = nil, secretkey = nil, bucket = nil) ⇒ HwPrivateAccess
Returns a new instance of HwPrivateAccess.
8163 8164 8165 8166 8167 8168 |
# File 'lib/v20180606/models.rb', line 8163 def initialize(switch=nil, accesskey=nil, secretkey=nil, bucket=nil) @Switch = switch @AccessKey = accesskey @SecretKey = secretkey @Bucket = bucket end |
Instance Attribute Details
#AccessKey ⇒ Object
on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
8161 8162 8163 |
# File 'lib/v20180606/models.rb', line 8161 def AccessKey @AccessKey end |
#Bucket ⇒ Object
on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
8161 8162 8163 |
# File 'lib/v20180606/models.rb', line 8161 def Bucket @Bucket end |
#SecretKey ⇒ Object
on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
8161 8162 8163 |
# File 'lib/v20180606/models.rb', line 8161 def SecretKey @SecretKey end |
#Switch ⇒ Object
on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
8161 8162 8163 |
# File 'lib/v20180606/models.rb', line 8161 def Switch @Switch end |
Instance Method Details
#deserialize(params) ⇒ Object
8170 8171 8172 8173 8174 8175 |
# File 'lib/v20180606/models.rb', line 8170 def deserialize(params) @Switch = params['Switch'] @AccessKey = params['AccessKey'] @SecretKey = params['SecretKey'] @Bucket = params['Bucket'] end |