Class: FileFault

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

Overview

urn:vim25FileFault

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
file - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], file = nil) ⇒ FileFault

Returns a new instance of FileFault.



29988
29989
29990
29991
29992
# File 'lib/vmware/soap/vim25.rb', line 29988

def initialize(dynamicType = nil, dynamicProperty = [], file = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @file = file
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



29985
29986
29987
# File 'lib/vmware/soap/vim25.rb', line 29985

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



29984
29985
29986
# File 'lib/vmware/soap/vim25.rb', line 29984

def dynamicType
  @dynamicType
end

#fileObject

Returns the value of attribute file.



29986
29987
29988
# File 'lib/vmware/soap/vim25.rb', line 29986

def file
  @file
end