Class: OneviewSDK::API200::LogicalSwitch::CredentialsSNMPV1
- Inherits:
-
Struct
- Object
- Struct
- OneviewSDK::API200::LogicalSwitch::CredentialsSNMPV1
- Defined in:
- lib/oneview-sdk/resource/api200/logical_switch.rb
Credentials collapse
-
#community_string ⇒ Object
Returns the value of attribute community_string.
-
#port ⇒ Object
Returns the value of attribute port.
-
#version ⇒ String
Returns SNMPv1.
Instance Attribute Details
#community_string ⇒ Object
Returns the value of attribute community_string
61 62 63 |
# File 'lib/oneview-sdk/resource/api200/logical_switch.rb', line 61 def community_string @community_string end |
#port ⇒ Object
Returns the value of attribute port
61 62 63 |
# File 'lib/oneview-sdk/resource/api200/logical_switch.rb', line 61 def port @port end |
#version ⇒ String
Returns SNMPv1
63 64 65 |
# File 'lib/oneview-sdk/resource/api200/logical_switch.rb', line 63 def version @version end |