Class: RemoveEntityPermissionRequestType

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

Overview

urn:vim25RemoveEntityPermissionRequestType

m__this - ManagedObjectReference
entity - ManagedObjectReference
user - SOAP::SOAPString
isGroup - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, entity = nil, user = nil, isGroup = nil) ⇒ RemoveEntityPermissionRequestType

Returns a new instance of RemoveEntityPermissionRequestType.



33531
33532
33533
33534
33535
33536
# File 'lib/vmware/soap/vim25.rb', line 33531

def initialize(v__this = nil, entity = nil, user = nil, isGroup = nil)
  @v__this = v__this
  @entity = entity
  @user = user
  @isGroup = isGroup
end

Instance Attribute Details

#entityObject

Returns the value of attribute entity.



33519
33520
33521
# File 'lib/vmware/soap/vim25.rb', line 33519

def entity
  @entity
end

#isGroupObject

Returns the value of attribute isGroup.



33521
33522
33523
# File 'lib/vmware/soap/vim25.rb', line 33521

def isGroup
  @isGroup
end

#userObject

Returns the value of attribute user.



33520
33521
33522
# File 'lib/vmware/soap/vim25.rb', line 33520

def user
  @user
end

Instance Method Details

#m__thisObject



33523
33524
33525
# File 'lib/vmware/soap/vim25.rb', line 33523

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



33527
33528
33529
# File 'lib/vmware/soap/vim25.rb', line 33527

def m__this=(value)
  @v__this = value
end