Class: HostAccountSpec

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

Overview

urn:vim25HostAccountSpec

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
id - SOAP::SOAPString
password - SOAP::SOAPString
description - SOAP::SOAPString

Direct Known Subclasses

HostPosixAccountSpec

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], id = nil, password = nil, description = nil) ⇒ HostAccountSpec

Returns a new instance of HostAccountSpec.



19882
19883
19884
19885
19886
19887
19888
# File 'lib/vmware/soap/vim25.rb', line 19882

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

Instance Attribute Details

#descriptionObject

Returns the value of attribute description.



19880
19881
19882
# File 'lib/vmware/soap/vim25.rb', line 19880

def description
  @description
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



19877
19878
19879
# File 'lib/vmware/soap/vim25.rb', line 19877

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



19876
19877
19878
# File 'lib/vmware/soap/vim25.rb', line 19876

def dynamicType
  @dynamicType
end

#idObject

Returns the value of attribute id.



19878
19879
19880
# File 'lib/vmware/soap/vim25.rb', line 19878

def id
  @id
end

#passwordObject

Returns the value of attribute password.



19879
19880
19881
# File 'lib/vmware/soap/vim25.rb', line 19879

def password
  @password
end