Class: AdminNotDisabled

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

Overview

urn:vim25AdminNotDisabled

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of AdminNotDisabled.



30232
30233
30234
30235
# File 'lib/vmware/soap/vim25.rb', line 30232

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



30230
30231
30232
# File 'lib/vmware/soap/vim25.rb', line 30230

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



30229
30230
30231
# File 'lib/vmware/soap/vim25.rb', line 30229

def dynamicType
  @dynamicType
end