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



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

def community_string
  @community_string
end

#portObject

Returns the value of attribute port

Returns:

  • (Object)

    the current value of port



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

def port
  @port
end

#versionString

Returns SNMPv1

Returns:

  • (String)

    Returns SNMPv1



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

def version
  @version
end