Class: OneviewSDK::LogicalSwitch::CredentialsSSH

Inherits:
Struct
  • Object
show all
Defined in:
lib/oneview-sdk/resource/logical_switch.rb

Credentials collapse

Instance Attribute Details

#passwordObject

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



56
57
58
# File 'lib/oneview-sdk/resource/logical_switch.rb', line 56

def password
  @password
end

#userObject

Returns the value of attribute user

Returns:

  • (Object)

    the current value of user



56
57
58
# File 'lib/oneview-sdk/resource/logical_switch.rb', line 56

def user
  @user
end