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