dataflow
v1b3
|
#include <streaming_appliance_snapshot_config.h>
Public Member Functions | |
StreamingApplianceSnapshotConfig (const Json::Value &storage) | |
StreamingApplianceSnapshotConfig (Json::Value *storage) | |
virtual | ~StreamingApplianceSnapshotConfig () |
const StringPiece | GetTypeName () const |
bool | has_import_state_endpoint () const |
void | clear_import_state_endpoint () |
const StringPiece | get_import_state_endpoint () const |
void | set_import_state_endpoint (const StringPiece &value) |
bool | has_snapshot_id () const |
void | clear_snapshot_id () |
const StringPiece | get_snapshot_id () const |
void | set_snapshot_id (const StringPiece &value) |
Static Public Member Functions | |
static StreamingApplianceSnapshotConfig * | New () |
Streaming appliance snapshot configuration.
|
explicit |
Standard constructor for an immutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'importStateEndpoint
' attribute.
|
inline |
Clears the 'snapshotId
' attribute.
|
inline |
Get the value of the 'importStateEndpoint
' attribute.
|
inline |
Get the value of the 'snapshotId
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'importStateEndpoint
' attribute was set.
importStateEndpoint
' attribute was set.
|
inline |
Determine if the 'snapshotId
' attribute was set.
snapshotId
' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'importStateEndpoint
' attribute.
Indicates which endpoint is used to import appliance state.
[in] | value | The new value. |
|
inline |
Change the 'snapshotId
' attribute.
If set, indicates the snapshot id for the snapshot being performed.
[in] | value | The new value. |