Class: Virtuozzo::SOAP::Types::ServerGroup::EnvType

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/server_group.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(parent_eid = nil, eid = nil, status = nil, alert = nil, config = nil, virtual_config = nil) ⇒ EnvType

Returns a new instance of EnvType.



233
234
235
236
237
238
239
240
# File 'lib/virtuozzo/soap/types/server_group.rb', line 233

def initialize(parent_eid = nil, eid = nil, status = nil, alert = nil, config = nil, virtual_config = nil)
  @parent_eid = parent_eid
  @eid = eid
  @status = status
  @alert = alert
  @config = config
  @virtual_config = virtual_config
end

Instance Attribute Details

#alertObject

Returns the value of attribute alert.



229
230
231
# File 'lib/virtuozzo/soap/types/server_group.rb', line 229

def alert
  @alert
end

#configObject

Returns the value of attribute config.



230
231
232
# File 'lib/virtuozzo/soap/types/server_group.rb', line 230

def config
  @config
end

#eidObject

Returns the value of attribute eid.



227
228
229
# File 'lib/virtuozzo/soap/types/server_group.rb', line 227

def eid
  @eid
end

#parent_eidObject

Returns the value of attribute parent_eid.



226
227
228
# File 'lib/virtuozzo/soap/types/server_group.rb', line 226

def parent_eid
  @parent_eid
end

#statusObject

Returns the value of attribute status.



228
229
230
# File 'lib/virtuozzo/soap/types/server_group.rb', line 228

def status
  @status
end

#virtual_configObject

Returns the value of attribute virtual_config.



231
232
233
# File 'lib/virtuozzo/soap/types/server_group.rb', line 231

def virtual_config
  @virtual_config
end