Class: DiagnosticManagerBundleInfo

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

Overview

urn:vim25DiagnosticManagerBundleInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
system - ManagedObjectReference
url - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



1158
1159
1160
# File 'lib/vmware/soap/vim25.rb', line 1158

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



1157
1158
1159
# File 'lib/vmware/soap/vim25.rb', line 1157

def dynamicType
  @dynamicType
end

#systemObject

Returns the value of attribute system.



1159
1160
1161
# File 'lib/vmware/soap/vim25.rb', line 1159

def system
  @system
end

#urlObject

Returns the value of attribute url.



1160
1161
1162
# File 'lib/vmware/soap/vim25.rb', line 1160

def url
  @url
end