Class: OneviewSDK::API200::LogicalSwitch::CredentialsSNMPV1

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

Credentials collapse

Instance Attribute Details

#community_stringObject

Returns the value of attribute community_string

Returns:

  • (Object)

    the current value of community_string



59
60
61
# File 'lib/oneview-sdk/resource/api200/logical_switch.rb', line 59

def community_string
  @community_string
end

#portObject

Returns the value of attribute port

Returns:

  • (Object)

    the current value of port



59
60
61
# File 'lib/oneview-sdk/resource/api200/logical_switch.rb', line 59

def port
  @port
end

#versionString

Returns SNMPv1

Returns:

  • (String)

    Returns SNMPv1



61
62
63
# File 'lib/oneview-sdk/resource/api200/logical_switch.rb', line 61

def version
  @version
end