Class: LicenseServerUnavailable
- Inherits:
-
VimFault
- Object
- MethodFault
- VimFault
- LicenseServerUnavailable
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25LicenseServerUnavailable
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
licenseServer - SOAP::SOAPString
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#licenseServer ⇒ Object
Returns the value of attribute licenseServer.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], licenseServer = nil) ⇒ LicenseServerUnavailable
constructor
A new instance of LicenseServerUnavailable.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], licenseServer = nil) ⇒ LicenseServerUnavailable
Returns a new instance of LicenseServerUnavailable.
30939 30940 30941 30942 30943 |
# File 'lib/vmware/soap/vim25.rb', line 30939 def initialize(dynamicType = nil, dynamicProperty = [], licenseServer = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @licenseServer = licenseServer end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
30936 30937 30938 |
# File 'lib/vmware/soap/vim25.rb', line 30936 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
30935 30936 30937 |
# File 'lib/vmware/soap/vim25.rb', line 30935 def dynamicType @dynamicType end |
#licenseServer ⇒ Object
Returns the value of attribute licenseServer.
30937 30938 30939 |
# File 'lib/vmware/soap/vim25.rb', line 30937 def licenseServer @licenseServer end |