Class: HostSnmpDestination

Inherits:
DynamicData show all
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

Instance Method Summary collapse

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

#communityObject

Returns the value of attribute community.


21417
21418
21419
# File 'lib/vmware/soap/vim25.rb', line 21417

def community
  @community
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.


21414
21415
21416
# File 'lib/vmware/soap/vim25.rb', line 21414

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.


21413
21414
21415
# File 'lib/vmware/soap/vim25.rb', line 21413

def dynamicType
  @dynamicType
end

#hostNameObject

Returns the value of attribute hostName.


21415
21416
21417
# File 'lib/vmware/soap/vim25.rb', line 21415

def hostName
  @hostName
end

#portObject

Returns the value of attribute port.


21416
21417
21418
# File 'lib/vmware/soap/vim25.rb', line 21416

def port
  @port
end