Class: InvalidLicense
- Inherits:
-
VimFault
- Object
- MethodFault
- VimFault
- InvalidLicense
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25InvalidLicense
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
licenseContent - SOAP::SOAPString
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#licenseContent ⇒ Object
Returns the value of attribute licenseContent.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], licenseContent = nil) ⇒ InvalidLicense
constructor
A new instance of InvalidLicense.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], licenseContent = nil) ⇒ InvalidLicense
Returns a new instance of InvalidLicense.
30798 30799 30800 30801 30802 |
# File 'lib/vmware/soap/vim25.rb', line 30798 def initialize(dynamicType = nil, dynamicProperty = [], licenseContent = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @licenseContent = licenseContent end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
30795 30796 30797 |
# File 'lib/vmware/soap/vim25.rb', line 30795 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
30794 30795 30796 |
# File 'lib/vmware/soap/vim25.rb', line 30794 def dynamicType @dynamicType end |
#licenseContent ⇒ Object
Returns the value of attribute licenseContent.
30796 30797 30798 |
# File 'lib/vmware/soap/vim25.rb', line 30796 def licenseContent @licenseContent end |