Class: HostServiceInfo

Inherits:
DynamicData show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25HostServiceInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
service - HostService

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



21396
21397
21398
# File 'lib/vmware/soap/vim25.rb', line 21396

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



21395
21396
21397
# File 'lib/vmware/soap/vim25.rb', line 21395

def dynamicType
  @dynamicType
end

#serviceObject

Returns the value of attribute service.



21397
21398
21399
# File 'lib/vmware/soap/vim25.rb', line 21397

def service
  @service
end