Class: TencentCloud::Cvm::V20170312::LoginSettings

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

Overview

描述了实例登录相关配置与信息。

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(password = nil, keyids = nil, keepimagelogin = nil) ⇒ LoginSettings

Returns a new instance of LoginSettings.



6138
6139
6140
6141
6142
# File 'lib/v20170312/models.rb', line 6138

def initialize(password=nil, keyids=nil, keepimagelogin=nil)
  @Password = password
  @KeyIds = keyids
  @KeepImageLogin = keepimagelogin
end

Instance Attribute Details

#KeepImageLoginObject

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

Parameters:



6136
6137
6138
# File 'lib/v20170312/models.rb', line 6136

def KeepImageLogin
  @KeepImageLogin
end

#KeyIdsObject

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

Parameters:



6136
6137
6138
# File 'lib/v20170312/models.rb', line 6136

def KeyIds
  @KeyIds
end

#PasswordObject

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

Parameters:



6136
6137
6138
# File 'lib/v20170312/models.rb', line 6136

def Password
  @Password
end

Instance Method Details

#deserialize(params) ⇒ Object



6144
6145
6146
6147
6148
# File 'lib/v20170312/models.rb', line 6144

def deserialize(params)
  @Password = params['Password']
  @KeyIds = params['KeyIds']
  @KeepImageLogin = params['KeepImageLogin']
end