SYNOPSIS
#include <beagle.h>
Public Attributes
int resourceNumber
char * resourceName
char * implName
char * implDescription
long flags
Detailed Description
Information about a specific instance.
Member Data Documentation
long BeagleInstanceDetails::flags
Bit-flags that characterize the activate capabilities of the resource and implementation for this instancechar* BeagleInstanceDetails::implDescription
Description of implementation with details such as how auto-scaling is performedchar* BeagleInstanceDetails::implName
Name of implementation on which this instance is running as a NULL-terminated character stringchar* BeagleInstanceDetails::resourceName
Name of resource on which this instance is running as a NULL-terminated character stringint BeagleInstanceDetails::resourceNumber
Resource upon which instance is running
Author
Generated automatically by Doxygen for BEAGLE from the source code.