Class: PosixUserSearchResult

Inherits:
UserSearchResult show all
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

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



2622
2623
2624
# File 'lib/vmware/soap/vim25.rb', line 2622

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



2621
2622
2623
# File 'lib/vmware/soap/vim25.rb', line 2621

def dynamicType
  @dynamicType
end

#fullNameObject

Returns the value of attribute fullName.



2624
2625
2626
# File 'lib/vmware/soap/vim25.rb', line 2624

def fullName
  @fullName
end

#groupObject

Returns the value of attribute group.



2625
2626
2627
# File 'lib/vmware/soap/vim25.rb', line 2625

def group
  @group
end

#idObject

Returns the value of attribute id.



2626
2627
2628
# File 'lib/vmware/soap/vim25.rb', line 2626

def id
  @id
end

#principalObject

Returns the value of attribute principal.



2623
2624
2625
# File 'lib/vmware/soap/vim25.rb', line 2623

def principal
  @principal
end

#shellAccessObject

Returns the value of attribute shellAccess.



2627
2628
2629
# File 'lib/vmware/soap/vim25.rb', line 2627

def shellAccess
  @shellAccess
end