Class: AuthorizationPrivilege
- Inherits:
-
DynamicData
- Object
- DynamicData
- AuthorizationPrivilege
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25AuthorizationPrivilege
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
privId - SOAP::SOAPString
onParent - SOAP::SOAPBoolean
name - SOAP::SOAPString
privGroupName - SOAP::SOAPString
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#name ⇒ Object
Returns the value of attribute name.
-
#onParent ⇒ Object
Returns the value of attribute onParent.
-
#privGroupName ⇒ Object
Returns the value of attribute privGroupName.
-
#privId ⇒ Object
Returns the value of attribute privId.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], privId = nil, onParent = nil, name = nil, privGroupName = nil) ⇒ AuthorizationPrivilege
constructor
A new instance of AuthorizationPrivilege.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], privId = nil, onParent = nil, name = nil, privGroupName = nil) ⇒ AuthorizationPrivilege
Returns a new instance of AuthorizationPrivilege.
439 440 441 442 443 444 445 446 |
# File 'lib/vmware/soap/vim25.rb', line 439 def initialize(dynamicType = nil, dynamicProperty = [], privId = nil, onParent = nil, name = nil, privGroupName = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @privId = privId @onParent = onParent @name = name @privGroupName = privGroupName end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
433 434 435 |
# File 'lib/vmware/soap/vim25.rb', line 433 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
432 433 434 |
# File 'lib/vmware/soap/vim25.rb', line 432 def dynamicType @dynamicType end |
#name ⇒ Object
Returns the value of attribute name.
436 437 438 |
# File 'lib/vmware/soap/vim25.rb', line 436 def name @name end |
#onParent ⇒ Object
Returns the value of attribute onParent.
435 436 437 |
# File 'lib/vmware/soap/vim25.rb', line 435 def onParent @onParent end |
#privGroupName ⇒ Object
Returns the value of attribute privGroupName.
437 438 439 |
# File 'lib/vmware/soap/vim25.rb', line 437 def privGroupName @privGroupName end |
#privId ⇒ Object
Returns the value of attribute privId.
434 435 436 |
# File 'lib/vmware/soap/vim25.rb', line 434 def privId @privId end |