-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
get prefix -> inventory to reduce chance of conflict with other helpers
- Loading branch information
Showing
6 changed files
with
76 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,34 @@ | ||
def get_compliance_frameworks(vendor): | ||
def inventory_compliance_frameworks(vendor): | ||
pass | ||
|
||
|
||
def get_datacenters(vendor): | ||
def inventory_datacenters(vendor): | ||
pass | ||
|
||
|
||
def get_zones(vendor): | ||
def inventory_zones(vendor): | ||
pass | ||
|
||
|
||
def get_servers(vendor): | ||
def inventory_servers(vendor): | ||
pass | ||
|
||
|
||
def get_server_prices(vendor): | ||
def inventory_server_prices(vendor): | ||
pass | ||
|
||
|
||
def get_server_prices_spot(vendor): | ||
def inventory_server_prices_spot(vendor): | ||
pass | ||
|
||
|
||
def get_storage_prices(vendor): | ||
def inventory_storage_prices(vendor): | ||
pass | ||
|
||
|
||
def get_traffic_prices(vendor): | ||
def inventory_traffic_prices(vendor): | ||
pass | ||
|
||
|
||
def get_ipv4_prices(vendor): | ||
def inventory_ipv4_prices(vendor): | ||
pass |