initial commit
This commit is contained in:
21
selfapi/docs/ModelsDatacenterNewModel.md
Normal file
21
selfapi/docs/ModelsDatacenterNewModel.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# ModelsDatacenterNewModel
|
||||
|
||||
## Properties
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Acronym** | **string** | id of the DC | [default to null]
|
||||
**BookingPrice** | **int64** | | [optional] [default to null]
|
||||
**Cpu** | [***ModelsDatacenterCpuModel**](models.DatacenterCpuModel.md) | | [default to null]
|
||||
**Description** | **string** | | [default to null]
|
||||
**Gpu** | [**[]ModelsDatacenterGpuModel**](models.DatacenterGpuModel.md) | | [default to null]
|
||||
**Hosts** | **[]string** | list of host:port | [default to null]
|
||||
**Logo** | **string** | | [default to null]
|
||||
**Name** | **string** | | [default to null]
|
||||
**Owner** | **string** | | [optional] [default to null]
|
||||
**Ram** | [***ModelsDatacenterMemoryModel**](models.DatacenterMemoryModel.md) | | [default to null]
|
||||
**ShortDescription** | **string** | | [default to null]
|
||||
**Type_** | **string** | | [default to null]
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user