Class: NoGuestHeartbeat
- Inherits:
-
MigrationFault
- Object
- MethodFault
- VimFault
- MigrationFault
- NoGuestHeartbeat
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25NoGuestHeartbeat
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 = []) ⇒ NoGuestHeartbeat
constructor
A new instance of NoGuestHeartbeat.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ NoGuestHeartbeat
Returns a new instance of NoGuestHeartbeat.
31255 31256 31257 31258 |
# File 'lib/vmware/soap/vim25.rb', line 31255 def initialize(dynamicType = nil, dynamicProperty = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
31253 31254 31255 |
# File 'lib/vmware/soap/vim25.rb', line 31253 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
31252 31253 31254 |
# File 'lib/vmware/soap/vim25.rb', line 31252 def dynamicType @dynamicType end |