Sha256: fb2fe0ec533d3e838449fcaad40a4486e76abfd43751cc2e7a4c078e5fb38c22
Contents?: true
Size: 1.15 KB
Versions: 56
Compression:
Stored size: 1.15 KB
Contents
# EilamTest::Service ## 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] | | **resource_service** | **Boolean** | resource_service | [optional][default to false] | | **uuid** | **String** | uuid | [optional] | | **version** | **Integer** | The version of the service | [optional][default to 1] | ## Example ```ruby require 'eilam_test' instance = EilamTest::Service.new( capability_values: null, component_state: null, description: null, name: null, profile: null, project: null, provisioning_strategy: null, resource_service: null, uuid: null, version: null ) ```
Version data entries
56 entries across 56 versions & 1 rubygems