Sha256: efd39efe90acb26b75417b9072a974d9bf90dee7768b92b45307d37df4bc3d52

Contents?: true

Size: 1001 Bytes

Versions: 4

Compression:

Stored size: 1001 Bytes

Contents

# AutosdeOpenapiClient::VolumeCreate

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **compliant** | **Boolean** | compliant | [optional][default to false] |
| **component_state** | **String** | component_state | [optional] |
| **count** | **Integer** | count | [optional][default to 1] |
| **name** | **String** | name | [optional] |
| **service** | **String** | !!uuid of service | [optional] |
| **size** | **Integer** | size | [optional] |
| **status** | **String** | status | [optional] |
| **unmapped_since** | **Time** | unmapped_since | [optional] |
| **uuid** | **String** | uuid | [optional] |
| **volume_name** | **String** | volume_name | [optional] |

## Example

```ruby
require 'autosde_openapi_client'

instance = AutosdeOpenapiClient::VolumeCreate.new(
  compliant: null,
  component_state: null,
  count: null,
  name: null,
  service: null,
  size: null,
  status: null,
  unmapped_since: null,
  uuid: null,
  volume_name: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
autosde_openapi_client-2.0.4 docs/VolumeCreate.md
autosde_openapi_client-2.0.3 docs/VolumeCreate.md
autosde_openapi_client-2.0.2 docs/VolumeCreate.md
autosde_openapi_client-2.0.1 docs/VolumeCreate.md