Parent

OpenShift::ApplicationContainerProxy

Attributes

id[RW]

Public Class Methods

blacklisted?(name) click to toggle source
# File lib/openshift/application_container_proxy.rb, line 37
def self.blacklisted?(name)
  @proxy_provider.blacklisted_in_impl?(name)
end
blacklisted_in_impl?(name) click to toggle source
# File lib/openshift/application_container_proxy.rb, line 41
def self.blacklisted_in_impl?(name)
  false
end
execute_parallel_jobs(handle) click to toggle source
# File lib/openshift/application_container_proxy.rb, line 57
def self.execute_parallel_jobs(handle)
  @proxy_provider.execute_parallel_jobs_impl(handle)
end
find_available(node_profile=nil, district_uuid=nil, non_ha_server_identities=nil) click to toggle source
# File lib/openshift/application_container_proxy.rb, line 21
def self.find_available(node_profile=nil, district_uuid=nil, non_ha_server_identities=nil)
  @proxy_provider.find_available_impl(node_profile, district_uuid, non_ha_server_identities)
end
find_one(node_profile=nil) click to toggle source
# File lib/openshift/application_container_proxy.rb, line 25
def self.find_one(node_profile=nil)
  @proxy_provider.find_one_impl(node_profile)
end
get_all_active_gears() click to toggle source
# File lib/openshift/application_container_proxy.rb, line 49
def self.get_all_active_gears
  @proxy_provider.get_all_active_gears_impl
end
get_all_gears(opts = {}) click to toggle source
# File lib/openshift/application_container_proxy.rb, line 45
def self.get_all_gears(opts = {})
  @proxy_provider.get_all_gears_impl(opts)
end
get_all_gears_sshkeys() click to toggle source
# File lib/openshift/application_container_proxy.rb, line 53
def self.get_all_gears_sshkeys
  @proxy_provider.get_all_gears_sshkeys_impl
end
get_blacklisted() click to toggle source
# File lib/openshift/application_container_proxy.rb, line 29
def self.get_blacklisted
  @proxy_provider.get_blacklisted_in_impl
end
get_blacklisted_in_impl() click to toggle source
# File lib/openshift/application_container_proxy.rb, line 33
def self.get_blacklisted_in_impl
  []
end
instance(id) click to toggle source
# File lib/openshift/application_container_proxy.rb, line 17
def self.instance(id)
  @proxy_provider.new(id)
end
provider=(provider_class) click to toggle source
# File lib/openshift/application_container_proxy.rb, line 13
def self.provider=(provider_class)
  @proxy_provider = provider_class
end
valid_gear_sizes(user) click to toggle source
# File lib/openshift/application_container_proxy.rb, line 5
def self.valid_gear_sizes(user)
  @proxy_provider.valid_gear_sizes_impl(user)
end
valid_gear_sizes_impl(user) click to toggle source
# File lib/openshift/application_container_proxy.rb, line 9
def self.valid_gear_sizes_impl(user)    
  return ["small"]
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.