Class: Virtuozzo::SOAP::Types::ServerGroup::Get_list

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

Overview

Defined Under Namespace

Classes: Options

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(count = nil, type = nil, status = [], options = nil) ⇒ Get_list

Returns a new instance of Get_list.



2182
2183
2184
2185
2186
2187
# File 'lib/virtuozzo/soap/types/server_group.rb', line 2182

def initialize(count = nil, type = nil, status = [], options = nil)
  @count = count
  @type = type
  @status = status
  @options = options
end

Instance Attribute Details

#countObject

Returns the value of attribute count.



2177
2178
2179
# File 'lib/virtuozzo/soap/types/server_group.rb', line 2177

def count
  @count
end

#optionsObject

Returns the value of attribute options.



2180
2181
2182
# File 'lib/virtuozzo/soap/types/server_group.rb', line 2180

def options
  @options
end

#statusObject

Returns the value of attribute status.



2179
2180
2181
# File 'lib/virtuozzo/soap/types/server_group.rb', line 2179

def status
  @status
end

#typeObject

Returns the value of attribute type.



2178
2179
2180
# File 'lib/virtuozzo/soap/types/server_group.rb', line 2178

def type
  @type
end