Sha256: aa6bb4c4a651212f9e8998fac994c31c498dc30d105d46159235e253156d9761
Contents?: true
Size: 571 Bytes
Versions: 55
Compression:
Stored size: 571 Bytes
Contents
# EilamTest::ValidateSystem ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **management_ip** | **String** | management_ip | [optional] | | **name** | **String** | name | [optional] | | **password** | **String** | password | [optional] | | **system_type** | **String** | system_type | [optional] | | **user** | **String** | user | [optional] | ## Example ```ruby require 'eilam_test' instance = EilamTest::ValidateSystem.new( management_ip: null, name: null, password: null, system_type: null, user: null ) ```
Version data entries
55 entries across 55 versions & 1 rubygems