tapis-pods 0.3.1

The Pods Service is a web service and distributed computing platform providing pods-as-a-service (PaaS). The service implements a message broker and processor model that requests pods, alongside a health module to poll for pod data, including logs, status, and health. The primary use of this service is to have quick to deploy long-lived services based on Docker images that are exposed via HTTP or TCP endpoints listed by the API. **The Pods service provides functionality for two types of pod solutions:** * **Templated Pods** for run-as-is popular images. Neo4J is one example, the template manages TCP ports, user creation, and permissions. * **Custom Pods** for arbitrary docker images with less functionality. In this case we will expose port 5000 and do nothing else. The live-docs act as the most up-to-date API reference. Visit the [documentation for more information](https://tapis.readthedocs.io/en/latest/technical/pods.html).
Documentation
# SnapshotResponseModel

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**snapshot_id** | **String** | Name of this snapshot. | 
**source_volume_id** | **String** | The volume_id to use as source of snapshot. | 
**source_volume_path** | **String** | Path in source volume_id to make snapshot of | 
**destination_path** | Option<**String**> | Path to copy to. Snapshots of singular files require destination_path. | [optional][default to ]
**description** | Option<**String**> | Description of this snapshot. | [optional][default to ]
**size_limit** | Option<**i32**> | Size in MB to limit snapshot to. We'll start warning if you've gone past the limit. | [optional][default to 1024]
**cron** | Option<**String**> | cron bits | [optional][default to ]
**retention_policy** | Option<**String**> | retention_policy bits | [optional][default to ]
**size** | Option<**i32**> | Size of snapshot currently in MB | [optional][default to 0]
**status** | Option<**String**> | Current status of snapshot. | [optional][default to REQUESTED]
**creation_ts** | Option<**String**> |  | [optional]
**update_ts** | Option<**String**> |  | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)