Class: OneviewSDK::LogicalSwitch::CredentialsSNMPV3

Inherits:
Struct
  • Object
show all
Defined in:
lib/oneview-sdk/resource/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



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

def auth_password
  @auth_password
end

#auth_protocolObject

Returns the value of attribute auth_protocol

Returns:

  • (Object)

    the current value of auth_protocol



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

def auth_protocol
  @auth_protocol
end

#portObject

Returns the value of attribute port

Returns:

  • (Object)

    the current value of port



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

def port
  @port
end

#privacy_passwordObject

Returns the value of attribute privacy_password

Returns:

  • (Object)

    the current value of privacy_password



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

def privacy_password
  @privacy_password
end

#privacy_protocolObject

Returns the value of attribute privacy_protocol

Returns:

  • (Object)

    the current value of privacy_protocol



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

def privacy_protocol
  @privacy_protocol
end

#userObject

Returns the value of attribute user

Returns:

  • (Object)

    the current value of user



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

def user
  @user
end

#versionString

Returns SNMPv3

Returns:

  • (String)

    Returns SNMPv3



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

def version
  @version
end