Class: UnsupportedGuest
- Inherits:
-
InvalidVmConfig
- Object
- MethodFault
- VimFault
- VmConfigFault
- InvalidVmConfig
- UnsupportedGuest
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25UnsupportedGuest
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
property - SOAP::SOAPString
unsupportedGuestOS - SOAP::SOAPString
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#property ⇒ Object
Returns the value of attribute property.
-
#unsupportedGuestOS ⇒ Object
Returns the value of attribute unsupportedGuestOS.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], property = nil, unsupportedGuestOS = nil) ⇒ UnsupportedGuest
constructor
A new instance of UnsupportedGuest.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], property = nil, unsupportedGuestOS = nil) ⇒ UnsupportedGuest
Returns a new instance of UnsupportedGuest.
32618 32619 32620 32621 32622 32623 |
# File 'lib/vmware/soap/vim25.rb', line 32618 def initialize(dynamicType = nil, dynamicProperty = [], property = nil, unsupportedGuestOS = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @property = property @unsupportedGuestOS = unsupportedGuestOS end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
32614 32615 32616 |
# File 'lib/vmware/soap/vim25.rb', line 32614 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
32613 32614 32615 |
# File 'lib/vmware/soap/vim25.rb', line 32613 def dynamicType @dynamicType end |
#property ⇒ Object
Returns the value of attribute property.
32615 32616 32617 |
# File 'lib/vmware/soap/vim25.rb', line 32615 def property @property end |
#unsupportedGuestOS ⇒ Object
Returns the value of attribute unsupportedGuestOS.
32616 32617 32618 |
# File 'lib/vmware/soap/vim25.rb', line 32616 def unsupportedGuestOS @unsupportedGuestOS end |