![]() |
C++/CLI Sample
Demonstrates how to create a C++/CLI library using the VideoXpert SDK
|
The Configuration class represents a device configuration. More...
#include <Configuration.h>
Classes | |
| class | Cluster |
| The Cluster class represents cluster configuration attributes. This representation shall be identical within a cluster, regardless of the node it was retrieved from. More... | |
| class | Node |
| The Node class represents an individual host machine (a "node") within a cluster. More... | |
| class | Storage |
| The Configuration class represents a VxStorage-specific configuration. More... | |
| class | Time |
| The Time class represents a time configuration. More... | |
Public Types | |
| enum | ConfigStatus { ConfigStatus::Unknown, ConfigStatus::Configured, ConfigStatus::Configuring, ConfigStatus::Failed, ConfigStatus::Unconfigured } |
| Values that represent the current cluster configuration status. More... | |
Package Functions | |
| Configuration () | |
The Configuration class represents a device configuration.
Definition at line 13 of file Configuration.h.
|
strong |
Values that represent the current cluster configuration status.
| Enumerator | |
|---|---|
| Unknown |
An error or unknown value was returned. |
| Configured |
The cluster is configured. |
| Configuring |
The cluster is being configured. |
| Failed |
Cluster configuration failed. |
| Unconfigured |
The cluster is unconfigured. |
Definition at line 19 of file Configuration.h.
|
inlinepackage |
Definition at line 312 of file Configuration.h.