Sha256: 9238716cd01d3adbc0a273da3e21db91b79a72e07d5f48dc1f1af776e23813e2

Contents?: true

Size: 1.08 KB

Versions: 97

Compression:

Stored size: 1.08 KB

Contents

# AutosdeOpenapiClient::ServiceCreate

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **capability_values** | [**ServiceAbstractCapabilityValue**](ServiceAbstractCapabilityValue.md) |  | [optional] |
| **component_state** | **String** | component_state | [optional] |
| **description** | **String** | description | [optional][default to ''] |
| **name** | **String** | name | [optional] |
| **profile** | [**Profile**](Profile.md) |  | [optional] |
| **project** | [**AutoSDEProject**](AutoSDEProject.md) |  | [optional] |
| **provisioning_strategy** | [**ProvisioningStrategy**](ProvisioningStrategy.md) |  | [optional] |
| **uuid** | **String** | uuid | [optional] |
| **version** | **Integer** | The version of the service | [optional][default to 1] |

## Example

```ruby
require 'autosde_openapi_client'

instance = AutosdeOpenapiClient::ServiceCreate.new(
  capability_values: null,
  component_state: null,
  description: null,
  name: null,
  profile: null,
  project: null,
  provisioning_strategy: null,
  uuid: null,
  version: null
)
```

Version data entries

97 entries across 97 versions & 2 rubygems

Version Path
autosde_openapi_client-2.2.0 docs/ServiceCreate.md
autosde_openapi_client-2.1.4 docs/ServiceCreate.md
autosde_openapi_client-2.1.3 docs/ServiceCreate.md
autosde_openapi_client-2.1.2 docs/ServiceCreate.md
autosde_openapi_client-2.1.1 docs/ServiceCreate.md
autosde_openapi_client-2.1.0 docs/ServiceCreate.md
autosde_openapi_client-2.0.7 docs/ServiceCreate.md
autosde_openapi_client-2.0.6 docs/ServiceCreate.md
autosde_openapi_client-2.0.5 docs/ServiceCreate.md
autosde_openapi_client-2.0.4 docs/ServiceCreate.md
autosde_openapi_client-2.0.3 docs/ServiceCreate.md
autosde_openapi_client-2.0.2 docs/ServiceCreate.md
autosde_openapi_client-2.0.1 docs/ServiceCreate.md
autosde_openapi_client-2.0.0 docs/ServiceCreate.md
autosde_openapi_client-1.2.15 docs/ServiceCreate.md
autosde_openapi_client-1.2.14 docs/ServiceCreate.md
autosde_openapi_client-1.2.13 docs/ServiceCreate.md
autosde_openapi_client-1.2.12 docs/ServiceCreate.md
autosde_openapi_client-1.2.11 docs/ServiceCreate.md
autosde_openapi_client-1.2.10 docs/ServiceCreate.md