You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TelstraTPN.gemspec
+8-8
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
# -*- encoding: utf-8 -*-
2
-
#
2
+
3
3
=begin
4
4
#Telstra Programmable Network API
5
5
6
6
#Telstra Programmable Network is a self-provisioning platform that allows its users to create on-demand connectivity services between multiple end-points and add various network functions to those services. Programmable Network enables to connectivity to a global ecosystem of networking services as well as public and private cloud services. Once you are connected to the platform on one or more POPs (points of presence), you can start creating those services based on the use case that you want to accomplish. The Programmable Network API is available to all customers who have registered to use the Programmable Network. To register, please contact your account representative.
s.summary="Telstra Programmable Network API Ruby Gem"
26
26
s.description="Telstra Programmable Network is a self-provisioning platform that allows its users to create on-demand connectivity services between multiple end-points and add various network functions to those services. Programmable Network enables to connectivity to a global ecosystem of networking services as well as public and private cloud services. Once you are connected to the platform on one or more POPs (points of presence), you can start creating those services based on the use case that you want to accomplish. The Programmable Network API is available to all customers who have registered to use the Programmable Network. To register, please contact your account representative."
**total_interfaces** | **Integer** | Number of virtual interfaces active when the VNF was backed up | [optional]
12
+
**backup_started_at** | **String** | Time at which backup was started YYYY-MM-DD HH:MM:SS.S | [optional]
13
+
**backup_completed_at** | **String** | Time at which backup was completed YYYY-MM-DD HH:MM:SS.S | [optional]
14
+
**backup_restored_at** | **String** | Time at which backup was most recently restored YYYY-MM-DD HH:MM:SS.S | [optional]
15
+
**backup_restored_by** | **String** | UUID of the user who most recently restored the backup | [optional]
16
+
**replace_backup_uuid** | **String** | UUID of the backup that the current backup replaced | [optional]
17
+
**status** | **String** | Description of the current state of the backup | [optional]
18
+
**status_code** | **String** | \"Unique code representing the current state of the backup: CRG=Creating, CRE=Created, DLG=Deleting, DEL=Deleted, REG=Restoring, ACT=Active/Restored\" | [optional]
0 commit comments