Class: RemoveAuthorizationRoleRequestType

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

Overview

urn:vim25RemoveAuthorizationRoleRequestType

m__this - ManagedObjectReference
roleId - SOAP::SOAPInt
failIfUsed - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, roleId = nil, failIfUsed = nil) ⇒ RemoveAuthorizationRoleRequestType

Returns a new instance of RemoveAuthorizationRoleRequestType.



33352
33353
33354
33355
33356
# File 'lib/vmware/soap/vim25.rb', line 33352

def initialize(v__this = nil, roleId = nil, failIfUsed = nil)
  @v__this = v__this
  @roleId = roleId
  @failIfUsed = failIfUsed
end

Instance Attribute Details

#failIfUsedObject

Returns the value of attribute failIfUsed.



33342
33343
33344
# File 'lib/vmware/soap/vim25.rb', line 33342

def failIfUsed
  @failIfUsed
end

#roleIdObject

Returns the value of attribute roleId.



33341
33342
33343
# File 'lib/vmware/soap/vim25.rb', line 33341

def roleId
  @roleId
end

Instance Method Details

#m__thisObject



33344
33345
33346
# File 'lib/vmware/soap/vim25.rb', line 33344

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



33348
33349
33350
# File 'lib/vmware/soap/vim25.rb', line 33348

def m__this=(value)
  @v__this = value
end