Class: Virtuozzo::SOAP::Types::Servicem::ServiceType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Servicem::ServiceType
- Defined in:
- lib/virtuozzo/soap/types/servicem.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/servicemserviceType
name - SOAP::SOAPString
display_name - SOAP::SOAPBase64
level - SOAP::SOAPByte
state - SOAP::SOAPBoolean
readonly - (any)
xinetd - (any)
description - SOAP::SOAPBase64
status - SOAP::SOAPString
startup_type - SOAP::SOAPString
logon_as - SOAP::SOAPString
dependent - SOAP::SOAPString
depended_on - SOAP::SOAPString
Direct Known Subclasses
Virtuozzo::SOAP::Types::Servicem::Service_actionType::Service, Virtuozzo::SOAP::Types::Servicem::Stop::Service
Instance Attribute Summary collapse
-
#depended_on ⇒ Object
Returns the value of attribute depended_on.
-
#dependent ⇒ Object
Returns the value of attribute dependent.
-
#description ⇒ Object
Returns the value of attribute description.
-
#display_name ⇒ Object
Returns the value of attribute display_name.
-
#level ⇒ Object
Returns the value of attribute level.
-
#logon_as ⇒ Object
Returns the value of attribute logon_as.
-
#name ⇒ Object
Returns the value of attribute name.
-
#readonly ⇒ Object
Returns the value of attribute readonly.
-
#startup_type ⇒ Object
Returns the value of attribute startup_type.
-
#state ⇒ Object
Returns the value of attribute state.
-
#status ⇒ Object
Returns the value of attribute status.
-
#xinetd ⇒ Object
Returns the value of attribute xinetd.
Instance Method Summary collapse
-
#initialize(name = nil, display_name = nil, level = [], state = nil, readonly = nil, xinetd = nil, description = nil, status = nil, startup_type = nil, logon_as = nil, dependent = [], depended_on = []) ⇒ ServiceType
constructor
A new instance of ServiceType.
Constructor Details
#initialize(name = nil, display_name = nil, level = [], state = nil, readonly = nil, xinetd = nil, description = nil, status = nil, startup_type = nil, logon_as = nil, dependent = [], depended_on = []) ⇒ ServiceType
Returns a new instance of ServiceType.
35 36 37 38 39 40 41 42 43 44 45 46 47 48 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 35 def initialize(name = nil, display_name = nil, level = [], state = nil, readonly = nil, xinetd = nil, description = nil, status = nil, startup_type = nil, logon_as = nil, dependent = [], depended_on = []) @name = name @display_name = display_name @level = level @state = state @readonly = readonly @xinetd = xinetd @description = description @status = status @startup_type = startup_type @logon_as = logon_as @dependent = dependent @depended_on = depended_on end |
Instance Attribute Details
#depended_on ⇒ Object
Returns the value of attribute depended_on.
33 34 35 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 33 def depended_on @depended_on end |
#dependent ⇒ Object
Returns the value of attribute dependent.
32 33 34 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 32 def dependent @dependent end |
#description ⇒ Object
Returns the value of attribute description.
28 29 30 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 28 def description @description end |
#display_name ⇒ Object
Returns the value of attribute display_name.
23 24 25 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 23 def display_name @display_name end |
#level ⇒ Object
Returns the value of attribute level.
24 25 26 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 24 def level @level end |
#logon_as ⇒ Object
Returns the value of attribute logon_as.
31 32 33 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 31 def logon_as @logon_as end |
#name ⇒ Object
Returns the value of attribute name.
22 23 24 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 22 def name @name end |
#readonly ⇒ Object
Returns the value of attribute readonly.
26 27 28 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 26 def readonly @readonly end |
#startup_type ⇒ Object
Returns the value of attribute startup_type.
30 31 32 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 30 def startup_type @startup_type end |
#state ⇒ Object
Returns the value of attribute state.
25 26 27 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 25 def state @state end |
#status ⇒ Object
Returns the value of attribute status.
29 30 31 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 29 def status @status end |
#xinetd ⇒ Object
Returns the value of attribute xinetd.
27 28 29 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 27 def xinetd @xinetd end |