Class: UncustomizableGuest
- Inherits:
-
CustomizationFault
- Object
- MethodFault
- VimFault
- CustomizationFault
- UncustomizableGuest
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25UncustomizableGuest
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
uncustomizableGuestOS - SOAP::SOAPString
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#uncustomizableGuestOS ⇒ Object
Returns the value of attribute uncustomizableGuestOS.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], uncustomizableGuestOS = nil) ⇒ UncustomizableGuest
constructor
A new instance of UncustomizableGuest.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], uncustomizableGuestOS = nil) ⇒ UncustomizableGuest
Returns a new instance of UncustomizableGuest.
29895 29896 29897 29898 29899 |
# File 'lib/vmware/soap/vim25.rb', line 29895 def initialize(dynamicType = nil, dynamicProperty = [], uncustomizableGuestOS = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @uncustomizableGuestOS = uncustomizableGuestOS end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
29892 29893 29894 |
# File 'lib/vmware/soap/vim25.rb', line 29892 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
29891 29892 29893 |
# File 'lib/vmware/soap/vim25.rb', line 29891 def dynamicType @dynamicType end |
#uncustomizableGuestOS ⇒ Object
Returns the value of attribute uncustomizableGuestOS.
29893 29894 29895 |
# File 'lib/vmware/soap/vim25.rb', line 29893 def uncustomizableGuestOS @uncustomizableGuestOS end |