Class: PosixUserSearchResult
- Inherits:
-
UserSearchResult
- Object
- DynamicData
- UserSearchResult
- PosixUserSearchResult
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25PosixUserSearchResult
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
principal - SOAP::SOAPString
fullName - SOAP::SOAPString
group - SOAP::SOAPBoolean
id - SOAP::SOAPInt
shellAccess - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#fullName ⇒ Object
Returns the value of attribute fullName.
-
#group ⇒ Object
Returns the value of attribute group.
-
#id ⇒ Object
Returns the value of attribute id.
-
#principal ⇒ Object
Returns the value of attribute principal.
-
#shellAccess ⇒ Object
Returns the value of attribute shellAccess.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], principal = nil, fullName = nil, group = nil, id = nil, shellAccess = nil) ⇒ PosixUserSearchResult
constructor
A new instance of PosixUserSearchResult.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], principal = nil, fullName = nil, group = nil, id = nil, shellAccess = nil) ⇒ PosixUserSearchResult
Returns a new instance of PosixUserSearchResult.
2629 2630 2631 2632 2633 2634 2635 2636 2637 |
# File 'lib/vmware/soap/vim25.rb', line 2629 def initialize(dynamicType = nil, dynamicProperty = [], principal = nil, fullName = nil, group = nil, id = nil, shellAccess = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @principal = principal @fullName = fullName @group = group @id = id @shellAccess = shellAccess end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
2622 2623 2624 |
# File 'lib/vmware/soap/vim25.rb', line 2622 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
2621 2622 2623 |
# File 'lib/vmware/soap/vim25.rb', line 2621 def dynamicType @dynamicType end |
#fullName ⇒ Object
Returns the value of attribute fullName.
2624 2625 2626 |
# File 'lib/vmware/soap/vim25.rb', line 2624 def fullName @fullName end |
#group ⇒ Object
Returns the value of attribute group.
2625 2626 2627 |
# File 'lib/vmware/soap/vim25.rb', line 2625 def group @group end |
#id ⇒ Object
Returns the value of attribute id.
2626 2627 2628 |
# File 'lib/vmware/soap/vim25.rb', line 2626 def id @id end |
#principal ⇒ Object
Returns the value of attribute principal.
2623 2624 2625 |
# File 'lib/vmware/soap/vim25.rb', line 2623 def principal @principal end |
#shellAccess ⇒ Object
Returns the value of attribute shellAccess.
2627 2628 2629 |
# File 'lib/vmware/soap/vim25.rb', line 2627 def shellAccess @shellAccess end |