Class: NoGateway
- Inherits:
-
HostConfigFault
- Object
- MethodFault
- VimFault
- HostConfigFault
- NoGateway
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25NoGateway
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ NoGateway
constructor
A new instance of NoGateway.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ NoGateway
Returns a new instance of NoGateway.
30258 30259 30260 30261 |
# File 'lib/vmware/soap/vim25.rb', line 30258 def initialize(dynamicType = nil, dynamicProperty = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
30256 30257 30258 |
# File 'lib/vmware/soap/vim25.rb', line 30256 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
30255 30256 30257 |
# File 'lib/vmware/soap/vim25.rb', line 30255 def dynamicType @dynamicType end |