Class: HostServiceInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostServiceInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostServiceInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
service - HostService
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#service ⇒ Object
Returns the value of attribute service.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], service = []) ⇒ HostServiceInfo
constructor
A new instance of HostServiceInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], service = []) ⇒ HostServiceInfo
Returns a new instance of HostServiceInfo.
21399 21400 21401 21402 21403 |
# File 'lib/vmware/soap/vim25.rb', line 21399 def initialize(dynamicType = nil, dynamicProperty = [], service = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @service = service end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
21396 21397 21398 |
# File 'lib/vmware/soap/vim25.rb', line 21396 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
21395 21396 21397 |
# File 'lib/vmware/soap/vim25.rb', line 21395 def dynamicType @dynamicType end |
#service ⇒ Object
Returns the value of attribute service.
21397 21398 21399 |
# File 'lib/vmware/soap/vim25.rb', line 21397 def service @service end |