Class: HostPosixAccountSpec
- Inherits:
-
HostAccountSpec
- Object
- DynamicData
- HostAccountSpec
- HostPosixAccountSpec
- 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
-
#description ⇒ Object
Returns the value of attribute description.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#id ⇒ Object
Returns the value of attribute id.
-
#password ⇒ Object
Returns the value of attribute password.
-
#posixId ⇒ Object
Returns the value of attribute posixId.
-
#shellAccess ⇒ Object
Returns the value of attribute shellAccess.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], id = nil, password = nil, description = nil, posixId = nil, shellAccess = nil) ⇒ HostPosixAccountSpec
constructor
A new instance of HostPosixAccountSpec.
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
#description ⇒ Object
Returns the value of attribute description.
19904 19905 19906 |
# File 'lib/vmware/soap/vim25.rb', line 19904 def description @description end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
19901 19902 19903 |
# File 'lib/vmware/soap/vim25.rb', line 19901 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
19900 19901 19902 |
# File 'lib/vmware/soap/vim25.rb', line 19900 def dynamicType @dynamicType end |
#id ⇒ Object
Returns the value of attribute id.
19902 19903 19904 |
# File 'lib/vmware/soap/vim25.rb', line 19902 def id @id end |
#password ⇒ Object
Returns the value of attribute password.
19903 19904 19905 |
# File 'lib/vmware/soap/vim25.rb', line 19903 def password @password end |
#posixId ⇒ Object
Returns the value of attribute posixId.
19905 19906 19907 |
# File 'lib/vmware/soap/vim25.rb', line 19905 def posixId @posixId end |
#shellAccess ⇒ Object
Returns the value of attribute shellAccess.
19906 19907 19908 |
# File 'lib/vmware/soap/vim25.rb', line 19906 def shellAccess @shellAccess end |