Class: HostStorageElementInfo

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

Overview

urn:vim25HostStorageElementInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
name - SOAP::SOAPString
status - ElementDescription
operationalInfo - HostStorageOperationalInfo

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], name = nil, status = nil, operationalInfo = []) ⇒ HostStorageElementInfo

Returns a new instance of HostStorageElementInfo.



19323
19324
19325
19326
19327
19328
19329
# File 'lib/vmware/soap/vim25.rb', line 19323

def initialize(dynamicType = nil, dynamicProperty = [], name = nil, status = nil, operationalInfo = [])
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @name = name
  @status = status
  @operationalInfo = operationalInfo
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



19318
19319
19320
# File 'lib/vmware/soap/vim25.rb', line 19318

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



19317
19318
19319
# File 'lib/vmware/soap/vim25.rb', line 19317

def dynamicType
  @dynamicType
end

#nameObject

Returns the value of attribute name.



19319
19320
19321
# File 'lib/vmware/soap/vim25.rb', line 19319

def name
  @name
end

#operationalInfoObject

Returns the value of attribute operationalInfo.



19321
19322
19323
# File 'lib/vmware/soap/vim25.rb', line 19321

def operationalInfo
  @operationalInfo
end

#statusObject

Returns the value of attribute status.



19320
19321
19322
# File 'lib/vmware/soap/vim25.rb', line 19320

def status
  @status
end