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