Class: HostPosixAccountSpec

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

Overview

urn:vim25HostPosixAccountSpec

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
id - SOAP::SOAPString
password - SOAP::SOAPString
description - SOAP::SOAPString
posixId - SOAP::SOAPInt
shellAccess - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], id = nil, password = nil, description = nil, posixId = nil, shellAccess = nil) ⇒ HostPosixAccountSpec

Returns a new instance of HostPosixAccountSpec.



19908
19909
19910
19911
19912
19913
19914
19915
19916
# File 'lib/vmware/soap/vim25.rb', line 19908

def initialize(dynamicType = nil, dynamicProperty = [], id = nil, password = nil, description = nil, posixId = nil, shellAccess = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @id = id
  @password = password
  @description = description
  @posixId = posixId
  @shellAccess = shellAccess
end

Instance Attribute Details

#descriptionObject

Returns the value of attribute description.



19904
19905
19906
# File 'lib/vmware/soap/vim25.rb', line 19904

def description
  @description
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



19901
19902
19903
# File 'lib/vmware/soap/vim25.rb', line 19901

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



19900
19901
19902
# File 'lib/vmware/soap/vim25.rb', line 19900

def dynamicType
  @dynamicType
end

#idObject

Returns the value of attribute id.



19902
19903
19904
# File 'lib/vmware/soap/vim25.rb', line 19902

def id
  @id
end

#passwordObject

Returns the value of attribute password.



19903
19904
19905
# File 'lib/vmware/soap/vim25.rb', line 19903

def password
  @password
end

#posixIdObject

Returns the value of attribute posixId.



19905
19906
19907
# File 'lib/vmware/soap/vim25.rb', line 19905

def posixId
  @posixId
end

#shellAccessObject

Returns the value of attribute shellAccess.



19906
19907
19908
# File 'lib/vmware/soap/vim25.rb', line 19906

def shellAccess
  @shellAccess
end