Module: Fog::Parsers::Compute::ProfitBricks
- Defined in:
- lib/fog/parsers/compute.rb,
lib/fog/parsers/compute/profit_bricks/base.rb,
lib/fog/parsers/compute/profit_bricks/get_nic.rb,
lib/fog/parsers/compute/profit_bricks/get_image.rb,
lib/fog/parsers/compute/profit_bricks/create_nic.rb,
lib/fog/parsers/compute/profit_bricks/delete_nic.rb,
lib/fog/parsers/compute/profit_bricks/get_server.rb,
lib/fog/parsers/compute/profit_bricks/update_nic.rb,
lib/fog/parsers/compute/profit_bricks/get_all_nic.rb,
lib/fog/parsers/compute/profit_bricks/get_storage.rb,
lib/fog/parsers/compute/profit_bricks/reset_server.rb,
lib/fog/parsers/compute/profit_bricks/create_server.rb,
lib/fog/parsers/compute/profit_bricks/delete_server.rb,
lib/fog/parsers/compute/profit_bricks/update_server.rb,
lib/fog/parsers/compute/profit_bricks/create_storage.rb,
lib/fog/parsers/compute/profit_bricks/delete_storage.rb,
lib/fog/parsers/compute/profit_bricks/get_all_images.rb,
lib/fog/parsers/compute/profit_bricks/update_storage.rb,
lib/fog/parsers/compute/profit_bricks/get_all_servers.rb,
lib/fog/parsers/compute/profit_bricks/get_data_center.rb,
lib/fog/parsers/compute/profit_bricks/get_all_storages.rb,
lib/fog/parsers/compute/profit_bricks/clear_data_center.rb,
lib/fog/parsers/compute/profit_bricks/create_data_center.rb,
lib/fog/parsers/compute/profit_bricks/delete_data_center.rb,
lib/fog/parsers/compute/profit_bricks/update_data_center.rb,
lib/fog/parsers/compute/profit_bricks/set_internet_access.rb,
lib/fog/parsers/compute/profit_bricks/get_all_data_centers.rb,
lib/fog/parsers/compute/profit_bricks/get_data_center_state.rb,
lib/fog/parsers/compute/profit_bricks/connect_storage_to_server.rb,
lib/fog/parsers/compute/profit_bricks/disconnect_storage_from_server.rb
Defined Under Namespace
Classes: Base, ClearDataCenter, ConnectStorageToServer, CreateDataCenter, CreateNic, CreateServer, CreateStorage, DeleteDataCenter, DeleteNic, DeleteServer, DeleteStorage, DisconnectStorageFromServer, GetAllDataCenters, GetAllImages, GetAllNic, GetAllServers, GetAllStorages, GetDataCenter, GetDataCenterState, GetImage, GetNic, GetServer, GetStorage, ResetServer, SetInternetAccess, UpdateDataCenter, UpdateNic, UpdateServer, UpdateStorage