Class: OneviewSDK::LogicalSwitch::CredentialsSNMPV1

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



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

def community_string
  @community_string
end

#portObject

Returns the value of attribute port

Returns:

  • (Object)

    the current value of port



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

def port
  @port
end

#versionString

Returns SNMPv1

Returns:

  • (String)

    Returns SNMPv1



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

def version
  @version
end