Class: HostPatchManagerLocator

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

Overview

urn:vim25HostPatchManagerLocator

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
url - SOAP::SOAPString
proxy - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], url = nil, proxy = nil) ⇒ HostPatchManagerLocator

Returns a new instance of HostPatchManagerLocator.



20718
20719
20720
20721
20722
20723
# File 'lib/vmware/soap/vim25.rb', line 20718

def initialize(dynamicType = nil, dynamicProperty = [], url = nil, proxy = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @url = url
  @proxy = proxy
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



20714
20715
20716
# File 'lib/vmware/soap/vim25.rb', line 20714

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



20713
20714
20715
# File 'lib/vmware/soap/vim25.rb', line 20713

def dynamicType
  @dynamicType
end

#proxyObject

Returns the value of attribute proxy.



20716
20717
20718
# File 'lib/vmware/soap/vim25.rb', line 20716

def proxy
  @proxy
end

#urlObject

Returns the value of attribute url.



20715
20716
20717
# File 'lib/vmware/soap/vim25.rb', line 20715

def url
  @url
end