Class: TencentCloud::Cdn::V20180606::HwPrivateAccess

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

Overview

华为云对象存储回源鉴权

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#AccessKeyObject

on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Switch:

    华为云对象存储回源鉴权配置开关,取值有:

  • AccessKey:

    访问 ID

  • SecretKey:

    密钥

  • Bucket:

    bucketname



8161
8162
8163
# File 'lib/v20180606/models.rb', line 8161

def AccessKey
  @AccessKey
end

#BucketObject

on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Switch:

    华为云对象存储回源鉴权配置开关,取值有:

  • AccessKey:

    访问 ID

  • SecretKey:

    密钥

  • Bucket:

    bucketname



8161
8162
8163
# File 'lib/v20180606/models.rb', line 8161

def Bucket
  @Bucket
end

#SecretKeyObject

on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Switch:

    华为云对象存储回源鉴权配置开关,取值有:

  • AccessKey:

    访问 ID

  • SecretKey:

    密钥

  • Bucket:

    bucketname



8161
8162
8163
# File 'lib/v20180606/models.rb', line 8161

def SecretKey
  @SecretKey
end

#SwitchObject

on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Switch:

    华为云对象存储回源鉴权配置开关,取值有:

  • AccessKey:

    访问 ID

  • SecretKey:

    密钥

  • Bucket:

    bucketname



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