Class: DiagnosticManagerBundleInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- DiagnosticManagerBundleInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25DiagnosticManagerBundleInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
system - ManagedObjectReference
url - SOAP::SOAPString
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#system ⇒ Object
Returns the value of attribute system.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], system = nil, url = nil) ⇒ DiagnosticManagerBundleInfo
constructor
A new instance of DiagnosticManagerBundleInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], system = nil, url = nil) ⇒ DiagnosticManagerBundleInfo
Returns a new instance of DiagnosticManagerBundleInfo.
1162 1163 1164 1165 1166 1167 |
# File 'lib/vmware/soap/vim25.rb', line 1162 def initialize(dynamicType = nil, dynamicProperty = [], system = nil, url = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @system = system @url = url end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
1158 1159 1160 |
# File 'lib/vmware/soap/vim25.rb', line 1158 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
1157 1158 1159 |
# File 'lib/vmware/soap/vim25.rb', line 1157 def dynamicType @dynamicType end |
#system ⇒ Object
Returns the value of attribute system.
1159 1160 1161 |
# File 'lib/vmware/soap/vim25.rb', line 1159 def system @system end |
#url ⇒ Object
Returns the value of attribute url.
1160 1161 1162 |
# File 'lib/vmware/soap/vim25.rb', line 1160 def url @url end |