Class: AdminDisabled

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

Overview

urn:vim25AdminDisabled

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of AdminDisabled.



30219
30220
30221
30222
# File 'lib/vmware/soap/vim25.rb', line 30219

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



30217
30218
30219
# File 'lib/vmware/soap/vim25.rb', line 30217

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



30216
30217
30218
# File 'lib/vmware/soap/vim25.rb', line 30216

def dynamicType
  @dynamicType
end