# EilamTest::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 'eilam_test' instance = EilamTest::ServiceCreate.new( capability_values: null, component_state: null, description: null, name: null, profile: null, project: null, provisioning_strategy: null, uuid: null, version: null ) ```