Class: DisableAdminNotSupported

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

Overview

urn:vim25DisableAdminNotSupported

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = []) ⇒ DisableAdminNotSupported

Returns a new instance of DisableAdminNotSupported.

[View source]

30245
30246
30247
30248
# File 'lib/vmware/soap/vim25.rb', line 30245

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.


30243
30244
30245
# File 'lib/vmware/soap/vim25.rb', line 30243

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.


30242
30243
30244
# File 'lib/vmware/soap/vim25.rb', line 30242

def dynamicType
  @dynamicType
end