Class: AuthMinimumAdminPermission

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

Overview

urn:vim25AuthMinimumAdminPermission

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of AuthMinimumAdminPermission.



29712
29713
29714
29715
# File 'lib/vmware/soap/vim25.rb', line 29712

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



29710
29711
29712
# File 'lib/vmware/soap/vim25.rb', line 29710

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



29709
29710
29711
# File 'lib/vmware/soap/vim25.rb', line 29709

def dynamicType
  @dynamicType
end