Class: HostPatchManagerLocator
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostPatchManagerLocator
- 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
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#proxy ⇒ Object
Returns the value of attribute proxy.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], url = nil, proxy = nil) ⇒ HostPatchManagerLocator
constructor
A new instance of HostPatchManagerLocator.
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
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
20714 20715 20716 |
# File 'lib/vmware/soap/vim25.rb', line 20714 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
20713 20714 20715 |
# File 'lib/vmware/soap/vim25.rb', line 20713 def dynamicType @dynamicType end |
#proxy ⇒ Object
Returns the value of attribute proxy.
20716 20717 20718 |
# File 'lib/vmware/soap/vim25.rb', line 20716 def proxy @proxy end |
#url ⇒ Object
Returns the value of attribute url.
20715 20716 20717 |
# File 'lib/vmware/soap/vim25.rb', line 20715 def url @url end |