C++/CLI Sample
Demonstrates how to create a C++/CLI library using the VideoXpert SDK
CPPCli::Configuration Class Reference

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 ()
 

Detailed Description

The Configuration class represents a device configuration.

Definition at line 13 of file Configuration.h.

Member Enumeration Documentation

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.

19  {
21  Unknown,
23  Configured,
25  Configuring,
27  Failed,
29  Unconfigured
30  };

Constructor & Destructor Documentation

CPPCli::Configuration::Configuration ( )
inlinepackage

Definition at line 312 of file Configuration.h.

312 { };

The documentation for this class was generated from the following file: