Class: Softlayer::Container::Account::Graph::Outputs

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/container/account/graph/outputs.rb

Defined Under Namespace

Classes: Representer

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

all, all_request_for, create, find, #init_headers, parse, process_message, #request, request, service_name, #service_name, #to_hash, #to_softlayer

Methods included from Model::Operations

extended, #filter, included, #limit, #mask, #request_headers

Instance Attribute Details

#closed_ticketsObject

Returns the value of attribute closed_tickets.



6
7
8
# File 'lib/softlayer/container/account/graph/outputs.rb', line 6

def closed_tickets
  @closed_tickets
end

#completed_backup_countObject

Returns the value of attribute completed_backup_count.



7
8
9
# File 'lib/softlayer/container/account/graph/outputs.rb', line 7

def completed_backup_count
  @completed_backup_count
end

#conflict_backup_countObject

Returns the value of attribute conflict_backup_count.



8
9
10
# File 'lib/softlayer/container/account/graph/outputs.rb', line 8

def conflict_backup_count
  @conflict_backup_count
end

#end_dateObject

Returns the value of attribute end_date.



9
10
11
# File 'lib/softlayer/container/account/graph/outputs.rb', line 9

def end_date
  @end_date
end

#failed_backup_countObject

Returns the value of attribute failed_backup_count.



10
11
12
# File 'lib/softlayer/container/account/graph/outputs.rb', line 10

def failed_backup_count
  @failed_backup_count
end

#graph_errorObject

Returns the value of attribute graph_error.



11
12
13
# File 'lib/softlayer/container/account/graph/outputs.rb', line 11

def graph_error
  @graph_error
end

#graph_imageObject

Returns the value of attribute graph_image.



12
13
14
# File 'lib/softlayer/container/account/graph/outputs.rb', line 12

def graph_image
  @graph_image
end

#hardware_uptimeObject

Returns the value of attribute hardware_uptime.



13
14
15
# File 'lib/softlayer/container/account/graph/outputs.rb', line 13

def hardware_uptime
  @hardware_uptime
end

#inbound_usageObject

Returns the value of attribute inbound_usage.



14
15
16
# File 'lib/softlayer/container/account/graph/outputs.rb', line 14

def inbound_usage
  @inbound_usage
end

#open_ticketsObject

Returns the value of attribute open_tickets.



15
16
17
# File 'lib/softlayer/container/account/graph/outputs.rb', line 15

def open_tickets
  @open_tickets
end

#outbound_usageObject

Returns the value of attribute outbound_usage.



16
17
18
# File 'lib/softlayer/container/account/graph/outputs.rb', line 16

def outbound_usage
  @outbound_usage
end

#pending_customer_response_ticket_countObject

Returns the value of attribute pending_customer_response_ticket_count.



17
18
19
# File 'lib/softlayer/container/account/graph/outputs.rb', line 17

def pending_customer_response_ticket_count
  @pending_customer_response_ticket_count
end

#start_dateObject

Returns the value of attribute start_date.



18
19
20
# File 'lib/softlayer/container/account/graph/outputs.rb', line 18

def start_date
  @start_date
end

#url_uptimeObject

Returns the value of attribute url_uptime.



19
20
21
# File 'lib/softlayer/container/account/graph/outputs.rb', line 19

def url_uptime
  @url_uptime
end

#waiting_employee_response_ticket_countObject

Returns the value of attribute waiting_employee_response_ticket_count.



20
21
22
# File 'lib/softlayer/container/account/graph/outputs.rb', line 20

def waiting_employee_response_ticket_count
  @waiting_employee_response_ticket_count
end