Class: RetrieveEntityPermissionsRequestType

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

Overview

urn:vim25RetrieveEntityPermissionsRequestType

m__this - ManagedObjectReference
entity - ManagedObjectReference
inherited - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, entity = nil, inherited = nil) ⇒ RetrieveEntityPermissionsRequestType

Returns a new instance of RetrieveEntityPermissionsRequestType.



33444
33445
33446
33447
33448
# File 'lib/vmware/soap/vim25.rb', line 33444

def initialize(v__this = nil, entity = nil, inherited = nil)
  @v__this = v__this
  @entity = entity
  @inherited = inherited
end

Instance Attribute Details

#entityObject

Returns the value of attribute entity.



33433
33434
33435
# File 'lib/vmware/soap/vim25.rb', line 33433

def entity
  @entity
end

#inheritedObject

Returns the value of attribute inherited.



33434
33435
33436
# File 'lib/vmware/soap/vim25.rb', line 33434

def inherited
  @inherited
end

Instance Method Details

#m__thisObject



33436
33437
33438
# File 'lib/vmware/soap/vim25.rb', line 33436

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



33440
33441
33442
# File 'lib/vmware/soap/vim25.rb', line 33440

def m__this=(value)
  @v__this = value
end