Class: MismatchedNetworkPolicies
- Inherits:
-
MigrationFault
- Object
- MethodFault
- VimFault
- MigrationFault
- MismatchedNetworkPolicies
- 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
-
#backing ⇒ Object
Returns the value of attribute backing.
-
#connected ⇒ Object
Returns the value of attribute connected.
-
#device ⇒ Object
Returns the value of attribute device.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], device = nil, backing = nil, connected = nil) ⇒ MismatchedNetworkPolicies
constructor
A new instance of MismatchedNetworkPolicies.
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
#backing ⇒ Object
Returns the value of attribute backing.
31201 31202 31203 |
# File 'lib/vmware/soap/vim25.rb', line 31201 def backing @backing end |
#connected ⇒ Object
Returns the value of attribute connected.
31202 31203 31204 |
# File 'lib/vmware/soap/vim25.rb', line 31202 def connected @connected end |
#device ⇒ Object
Returns the value of attribute device.
31200 31201 31202 |
# File 'lib/vmware/soap/vim25.rb', line 31200 def device @device end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
31199 31200 31201 |
# File 'lib/vmware/soap/vim25.rb', line 31199 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
31198 31199 31200 |
# File 'lib/vmware/soap/vim25.rb', line 31198 def dynamicType @dynamicType end |