Sha256: 6ed849ee5e1ceb1c0acc725e942d2769e13ebd5e0a2bb29160d66172f575b9c1

Contents?: true

Size: 1.15 KB

Versions: 25

Compression:

Stored size: 1.15 KB

Contents

# AutosdeOpenapiClient::ServiceCreate

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **capability_value_list** | **Array<String>** | capability_value_list | [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] |
| **resources** | **Array<String>** | resources | [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_value_list: null,
  component_state: null,
  description: null,
  name: null,
  profile: null,
  project: null,
  provisioning_strategy: null,
  resources: null,
  uuid: null,
  version: null
)
```

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
autosde_openapi_client-3.2.14 docs/ServiceCreate.md
autosde_openapi_client-3.2.13 docs/ServiceCreate.md
autosde_openapi_client-3.2.12 docs/ServiceCreate.md
autosde_openapi_client-3.2.11 docs/ServiceCreate.md
autosde_openapi_client-3.2.10 docs/ServiceCreate.md
autosde_openapi_client-3.2.9 docs/ServiceCreate.md
autosde_openapi_client-3.2.8 docs/ServiceCreate.md
autosde_openapi_client-3.2.7 docs/ServiceCreate.md
autosde_openapi_client-3.2.6 docs/ServiceCreate.md
autosde_openapi_client-3.2.5 docs/ServiceCreate.md
autosde_openapi_client-3.2.4 docs/ServiceCreate.md
autosde_openapi_client-3.2.3 docs/ServiceCreate.md
autosde_openapi_client-3.2.2 docs/ServiceCreate.md
autosde_openapi_client-3.2.1 docs/ServiceCreate.md
autosde_openapi_client-3.2.0 docs/ServiceCreate.md
autosde_openapi_client-3.1.2 docs/ServiceCreate.md
autosde_openapi_client-3.1.1 docs/ServiceCreate.md
autosde_openapi_client-3.0.3 docs/ServiceCreate.md
autosde_openapi_client-3.1.0 docs/ServiceCreate.md
autosde_openapi_client-3.0.2 docs/ServiceCreate.md