Class: MismatchedNetworkPolicies

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

Overview

urn:vim25MismatchedNetworkPolicies

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) ⇒ MismatchedNetworkPolicies

Returns a new instance of MismatchedNetworkPolicies.



31204
31205
31206
31207
31208
31209
31210
# File 'lib/vmware/soap/vim25.rb', line 31204

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.



31201
31202
31203
# File 'lib/vmware/soap/vim25.rb', line 31201

def backing
  @backing
end

#connectedObject

Returns the value of attribute connected.



31202
31203
31204
# File 'lib/vmware/soap/vim25.rb', line 31202

def connected
  @connected
end

#deviceObject

Returns the value of attribute device.



31200
31201
31202
# File 'lib/vmware/soap/vim25.rb', line 31200

def device
  @device
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



31199
31200
31201
# File 'lib/vmware/soap/vim25.rb', line 31199

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



31198
31199
31200
# File 'lib/vmware/soap/vim25.rb', line 31198

def dynamicType
  @dynamicType
end