Class: HostSnmpDestination
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostSnmpDestination
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostSnmpDestination
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
hostName - SOAP::SOAPString
port - SOAP::SOAPInt
community - SOAP::SOAPString
Instance Attribute Summary collapse
-
#community ⇒ Object
Returns the value of attribute community.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#hostName ⇒ Object
Returns the value of attribute hostName.
-
#port ⇒ Object
Returns the value of attribute port.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], hostName = nil, port = nil, community = nil) ⇒ HostSnmpDestination
constructor
A new instance of HostSnmpDestination.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], hostName = nil, port = nil, community = nil) ⇒ HostSnmpDestination
Returns a new instance of HostSnmpDestination.
21419 21420 21421 21422 21423 21424 21425 |
# File 'lib/vmware/soap/vim25.rb', line 21419 def initialize(dynamicType = nil, dynamicProperty = [], hostName = nil, port = nil, community = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @hostName = hostName @port = port @community = community end |
Instance Attribute Details
#community ⇒ Object
Returns the value of attribute community.
21417 21418 21419 |
# File 'lib/vmware/soap/vim25.rb', line 21417 def community @community end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
21414 21415 21416 |
# File 'lib/vmware/soap/vim25.rb', line 21414 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
21413 21414 21415 |
# File 'lib/vmware/soap/vim25.rb', line 21413 def dynamicType @dynamicType end |
#hostName ⇒ Object
Returns the value of attribute hostName.
21415 21416 21417 |
# File 'lib/vmware/soap/vim25.rb', line 21415 def hostName @hostName end |
#port ⇒ Object
Returns the value of attribute port.
21416 21417 21418 |
# File 'lib/vmware/soap/vim25.rb', line 21416 def port @port end |