Uses of Class
com.softlayer.api.service.metric.tracking.Object
-
Uses of Object in com.softlayer.api.service.metric.tracking
Methods in com.softlayer.api.service.metric.tracking that return Object Modifier and Type Method Description Object
Object.Service. getObject()
getObject retrieves the SoftLayer_Metric_Tracking_Object object whose ID number corresponds to the ID number of the init parameter passed to the SoftLayer_Metric_Tracking_Object service.Methods in com.softlayer.api.service.metric.tracking that return types with arguments of type Object Modifier and Type Method Description Future<Object>
Object.ServiceAsync. getObject()
Async version ofObject.Service.getObject()
Method parameters in com.softlayer.api.service.metric.tracking with type arguments of type Object Modifier and Type Method Description Future<?>
Object.ServiceAsync. getObject(ResponseHandler<Object> callback)
-
Uses of Object in com.softlayer.api.service.metric.tracking.object
Subclasses of Object in com.softlayer.api.service.metric.tracking.object Modifier and Type Class Description class
Abstract
SoftLayer_Metric_Tracking_Object_Abstract models a generic tracking object type.class
HardwareServer
SoftLayer_Metric_Tracking_Object_HardwareServer models tracking objects specific to physical hardware and the data that are recorded by those servers.class
VirtualDedicatedRack
SoftLayer_Metric_Tracking_Object_VirtualDedicatedRack models tracking objects specific to virtual dedicated racks. -
Uses of Object in com.softlayer.api.service.metric.tracking.object.virtual.storage
Subclasses of Object in com.softlayer.api.service.metric.tracking.object.virtual.storage Modifier and Type Class Description class
Repository
-
Uses of Object in com.softlayer.api.service.network
Fields in com.softlayer.api.service.network declared as Object Modifier and Type Field Description protected Object
Component. metricTrackingObject
The metric tracking object for this network component.protected Object
Storage. metricTrackingObject
A network storage volume's metric tracking object.Methods in com.softlayer.api.service.network that return Object Modifier and Type Method Description Object
Component. getMetricTrackingObject()
Object
Component.Service. getMetricTrackingObject()
The metric tracking object for this network component.Object
Storage. getMetricTrackingObject()
Object
Storage.Service. getMetricTrackingObject()
A network storage volume's metric tracking object.Methods in com.softlayer.api.service.network that return types with arguments of type Object Modifier and Type Method Description Future<Object>
Component.ServiceAsync. getMetricTrackingObject()
Async version ofComponent.Service.getMetricTrackingObject()
Future<Object>
Storage.ServiceAsync. getMetricTrackingObject()
Async version ofStorage.Service.getMetricTrackingObject()
Methods in com.softlayer.api.service.network with parameters of type Object Modifier and Type Method Description void
Component. setMetricTrackingObject(Object metricTrackingObject)
void
Storage. setMetricTrackingObject(Object metricTrackingObject)
Method parameters in com.softlayer.api.service.network with type arguments of type Object Modifier and Type Method Description Future<?>
Component.ServiceAsync. getMetricTrackingObject(ResponseHandler<Object> callback)
Async callback version ofComponent.Service.getMetricTrackingObject()
Future<?>
Storage.ServiceAsync. getMetricTrackingObject(ResponseHandler<Object> callback)
Async callback version ofStorage.Service.getMetricTrackingObject()
-
Uses of Object in com.softlayer.api.service.network.bandwidth
Fields in com.softlayer.api.service.network.bandwidth declared as Object Modifier and Type Field Description protected Object
Usage. trackingObject
The tracking object this bandwidth usage record describes.Methods in com.softlayer.api.service.network.bandwidth that return Object Modifier and Type Method Description Object
Usage. getTrackingObject()
Methods in com.softlayer.api.service.network.bandwidth with parameters of type Object Modifier and Type Method Description void
Usage. setTrackingObject(Object trackingObject)
-
Uses of Object in com.softlayer.api.service.network.storage.hub.cleversafe
Fields in com.softlayer.api.service.network.storage.hub.cleversafe declared as Object Modifier and Type Field Description protected Object
Account. metricTrackingObject
Provides an interface to various metrics relating to the usage of an IBM Cloud Object Storage account.Methods in com.softlayer.api.service.network.storage.hub.cleversafe that return Object Modifier and Type Method Description Object
Account. getMetricTrackingObject()
Object
Account.Service. getMetricTrackingObject()
Provides an interface to various metrics relating to the usage of an IBM Cloud Object Storage account.Methods in com.softlayer.api.service.network.storage.hub.cleversafe that return types with arguments of type Object Modifier and Type Method Description Future<Object>
Account.ServiceAsync. getMetricTrackingObject()
Async version ofAccount.Service.getMetricTrackingObject()
Methods in com.softlayer.api.service.network.storage.hub.cleversafe with parameters of type Object Modifier and Type Method Description void
Account. setMetricTrackingObject(Object metricTrackingObject)
Method parameters in com.softlayer.api.service.network.storage.hub.cleversafe with type arguments of type Object Modifier and Type Method Description Future<?>
Account.ServiceAsync. getMetricTrackingObject(ResponseHandler<Object> callback)
Async callback version ofAccount.Service.getMetricTrackingObject()
-
Uses of Object in com.softlayer.api.service.network.vlan
Fields in com.softlayer.api.service.network.vlan declared as Object Modifier and Type Field Description protected Object
Firewall. metricTrackingObject
A firewall's metric tracking object.Methods in com.softlayer.api.service.network.vlan that return Object Modifier and Type Method Description Object
Firewall. getMetricTrackingObject()
Object
Firewall.Service. getMetricTrackingObject()
A firewall's metric tracking object.Methods in com.softlayer.api.service.network.vlan that return types with arguments of type Object Modifier and Type Method Description Future<Object>
Firewall.ServiceAsync. getMetricTrackingObject()
Async version ofFirewall.Service.getMetricTrackingObject()
Methods in com.softlayer.api.service.network.vlan with parameters of type Object Modifier and Type Method Description void
Firewall. setMetricTrackingObject(Object metricTrackingObject)
Method parameters in com.softlayer.api.service.network.vlan with type arguments of type Object Modifier and Type Method Description Future<?>
Firewall.ServiceAsync. getMetricTrackingObject(ResponseHandler<Object> callback)
Async callback version ofFirewall.Service.getMetricTrackingObject()
-
Uses of Object in com.softlayer.api.service.user
Fields in com.softlayer.api.service.user declared as Object Modifier and Type Field Description protected Object
Employee. metricTrackingObject
Methods in com.softlayer.api.service.user that return Object Modifier and Type Method Description Object
Employee. getMetricTrackingObject()
Methods in com.softlayer.api.service.user with parameters of type Object Modifier and Type Method Description void
Employee. setMetricTrackingObject(Object metricTrackingObject)
-
Uses of Object in com.softlayer.api.service.virtual
Fields in com.softlayer.api.service.virtual declared as Object Modifier and Type Field Description protected Object
Guest. metricTrackingObject
A guest's metric tracking object.protected Object
Host. metricTrackingObject
The metric tracking object for this virtual host.Methods in com.softlayer.api.service.virtual that return Object Modifier and Type Method Description Object
Guest. getMetricTrackingObject()
Object
Guest.Service. getMetricTrackingObject()
A guest's metric tracking object.Object
Host. getMetricTrackingObject()
Object
Host.Service. getMetricTrackingObject()
The metric tracking object for this virtual host.Methods in com.softlayer.api.service.virtual that return types with arguments of type Object Modifier and Type Method Description List<Object>
Host.Service. getLiveGuestRecentMetricData(String uuid, Long time, Long limit, Long interval)
Query a virtualization platform directly to retrieve recent metric data for a guest.Future<List<Object>>
Host.ServiceAsync. getLiveGuestRecentMetricData(String uuid, Long time, Long limit, Long interval)
Future<Object>
Guest.ServiceAsync. getMetricTrackingObject()
Async version ofGuest.Service.getMetricTrackingObject()
Future<Object>
Host.ServiceAsync. getMetricTrackingObject()
Async version ofHost.Service.getMetricTrackingObject()
List<Object>
Guest.Service. getRecentMetricData(Long time)
Recent metric data for a guestFuture<List<Object>>
Guest.ServiceAsync. getRecentMetricData(Long time)
Async version ofGuest.Service.getRecentMetricData(java.lang.Long)
Methods in com.softlayer.api.service.virtual with parameters of type Object Modifier and Type Method Description void
Guest. setMetricTrackingObject(Object metricTrackingObject)
void
Host. setMetricTrackingObject(Object metricTrackingObject)
Method parameters in com.softlayer.api.service.virtual with type arguments of type Object Modifier and Type Method Description Future<?>
Host.ServiceAsync. getLiveGuestRecentMetricData(String uuid, Long time, Long limit, Long interval, ResponseHandler<List<Object>> callback)
Future<?>
Guest.ServiceAsync. getMetricTrackingObject(ResponseHandler<Object> callback)
Async callback version ofGuest.Service.getMetricTrackingObject()
Future<?>
Host.ServiceAsync. getMetricTrackingObject(ResponseHandler<Object> callback)
Async callback version ofHost.Service.getMetricTrackingObject()
Future<?>
Guest.ServiceAsync. getRecentMetricData(Long time, ResponseHandler<List<Object>> callback)