Class: NetworkCopyFault

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

Overview

urn:vim25NetworkCopyFault

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of NetworkCopyFault.



30157
30158
30159
30160
30161
# File 'lib/vmware/soap/vim25.rb', line 30157

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



30154
30155
30156
# File 'lib/vmware/soap/vim25.rb', line 30154

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



30153
30154
30155
# File 'lib/vmware/soap/vim25.rb', line 30153

def dynamicType
  @dynamicType
end

#fileObject

Returns the value of attribute file.



30155
30156
30157
# File 'lib/vmware/soap/vim25.rb', line 30155

def file
  @file
end