Class: RemoveAuthorizationRoleRequestType
- Inherits:
-
Object
- Object
- RemoveAuthorizationRoleRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25RemoveAuthorizationRoleRequestType
m__this - ManagedObjectReference
roleId - SOAP::SOAPInt
failIfUsed - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#failIfUsed ⇒ Object
Returns the value of attribute failIfUsed.
-
#roleId ⇒ Object
Returns the value of attribute roleId.
Instance Method Summary collapse
-
#initialize(v__this = nil, roleId = nil, failIfUsed = nil) ⇒ RemoveAuthorizationRoleRequestType
constructor
A new instance of RemoveAuthorizationRoleRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
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
#failIfUsed ⇒ Object
Returns the value of attribute failIfUsed.
33342 33343 33344 |
# File 'lib/vmware/soap/vim25.rb', line 33342 def failIfUsed @failIfUsed end |
#roleId ⇒ Object
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__this ⇒ Object
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 |