Class: CannotAccessNetwork

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

Overview

urn:vim25CannotAccessNetwork

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
device - SOAP::SOAPString
backing - SOAP::SOAPString
connected - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], device = nil, backing = nil, connected = nil) ⇒ CannotAccessNetwork

Returns a new instance of CannotAccessNetwork.



32224
32225
32226
32227
32228
32229
32230
# File 'lib/vmware/soap/vim25.rb', line 32224

def initialize(dynamicType = nil, dynamicProperty = [], device = nil, backing = nil, connected = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @device = device
  @backing = backing
  @connected = connected
end

Instance Attribute Details

#backingObject

Returns the value of attribute backing.



32221
32222
32223
# File 'lib/vmware/soap/vim25.rb', line 32221

def backing
  @backing
end

#connectedObject

Returns the value of attribute connected.



32222
32223
32224
# File 'lib/vmware/soap/vim25.rb', line 32222

def connected
  @connected
end

#deviceObject

Returns the value of attribute device.



32220
32221
32222
# File 'lib/vmware/soap/vim25.rb', line 32220

def device
  @device
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



32219
32220
32221
# File 'lib/vmware/soap/vim25.rb', line 32219

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



32218
32219
32220
# File 'lib/vmware/soap/vim25.rb', line 32218

def dynamicType
  @dynamicType
end