Class: OneviewSDK::API200::LogicalSwitch::CredentialsSNMPV3

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

Credentials collapse

Instance Attribute Details

#auth_passwordObject

Returns the value of attribute auth_password

Returns:

  • (Object)

    the current value of auth_password



66
67
68
# File 'lib/oneview-sdk/resource/api200/logical_switch.rb', line 66

def auth_password
  @auth_password
end

#auth_protocolObject

Returns the value of attribute auth_protocol

Returns:

  • (Object)

    the current value of auth_protocol



66
67
68
# File 'lib/oneview-sdk/resource/api200/logical_switch.rb', line 66

def auth_protocol
  @auth_protocol
end

#portObject

Returns the value of attribute port

Returns:

  • (Object)

    the current value of port



66
67
68
# File 'lib/oneview-sdk/resource/api200/logical_switch.rb', line 66

def port
  @port
end

#privacy_passwordObject

Returns the value of attribute privacy_password

Returns:

  • (Object)

    the current value of privacy_password



66
67
68
# File 'lib/oneview-sdk/resource/api200/logical_switch.rb', line 66

def privacy_password
  @privacy_password
end

#privacy_protocolObject

Returns the value of attribute privacy_protocol

Returns:

  • (Object)

    the current value of privacy_protocol



66
67
68
# File 'lib/oneview-sdk/resource/api200/logical_switch.rb', line 66

def privacy_protocol
  @privacy_protocol
end

#userObject

Returns the value of attribute user

Returns:

  • (Object)

    the current value of user



66
67
68
# File 'lib/oneview-sdk/resource/api200/logical_switch.rb', line 66

def user
  @user
end

#versionString

Returns SNMPv3

Returns:

  • (String)

    Returns SNMPv3



68
69
70
# File 'lib/oneview-sdk/resource/api200/logical_switch.rb', line 68

def version
  @version
end