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: datatypes/billing.go
-10Lines changed: 0 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1522,16 +1522,6 @@ type Billing_Item_Network_LoadBalancer struct {
1522
1522
Billing_Item
1523
1523
}
1524
1524
1525
-
// The global load balancer service has been deprecated and is no longer available.
1526
-
//
1527
-
// The SoftLayer_Billing_Item_Network_LoadBalancer_Global data type contains general information relating to a single SoftLayer billing item whose item category code is 'global_load_balancer'
// A SoftLayer_Billing_Item_Network_LoadBalancer_VirtualIpAddress represents the [[SoftLayer_Billing_Item|billing item]] related to a single [[SoftLayer_Network_LoadBalancer_VirtualIpAddress|load balancer]] instance.
// The global load balancer service has been deprecated and is no longer available.
3950
-
//
3951
-
// This is the datatype that needs to be populated and sent to SoftLayer_Product_Order::placeOrder. This datatype has everything required to place a global load balancer order with SoftLayer.
// This is the datatype that needs to be populated and sent to SoftLayer_Product_Order::placeOrder. This datatype has everything required to place a network message delivery order with SoftLayer.
Copy file name to clipboardExpand all lines: datatypes/network.go
+8-104Lines changed: 8 additions & 104 deletions
Original file line number
Diff line number
Diff line change
@@ -567,19 +567,22 @@ type Network_Backbone struct {
567
567
// The unit portion of the bandwidth capacity of a SoftLayer backbone. For instance, if a backbone is rated at "10 G" capacity then the capacityUnits property of the backbone is "G".
// A backbone's name. This is usually the name of the backbone's network provider followed by a number in case SoftLayer uses more than one backbone from a provider. Backbone provider numbers start with the number one and increment from there.
// The health status of a host. The status can be either 'UP', 'DOWN', or null which could mean that the health check type is set to 'none' or an update to the ip, port, or health check type was recently done and the host is waiting for the new status.
// The global load balancer service has been deprecated and is no longer available.
2827
-
//
2828
-
// The SoftLayer_Network_LoadBalancer_Global_Type data type represents a single load balance method that can be assigned to a global load balancer account. The load balance method determines how hosts in a load balancing pool are chosen by the global load balancers.
2829
-
typeNetwork_LoadBalancer_Global_Typestruct {
2830
-
Entity
2831
-
2832
-
// The unique identifier of a load balance method.
// The SoftLayer_Network_LoadBalancer_Service data type contains all the information relating to a specific service (destination) on a particular load balancer.
2840
2744
//
2841
2745
// Information retained on the object itself is the the source and destination of the service, routing type, weight, and whether or not the service is currently enabled.
// Takes the original lockdown request ID, and an optional disable date. If no date is passed with the API call, the account will be disabled immediately. Otherwise, the account will be disabled on the date given. All hardware will be reclaimed and all accounts permanently disabled.
0 commit comments