Sha256: 2af6cdbafebdebe8918a2cd1dd6c046af4a78a3aa056864a5c0fb06c79b010ec

Contents?: true

Size: 424 Bytes

Versions: 2

Compression:

Stored size: 424 Bytes

Contents

# BillingApi::ServerDetails

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **String** | The server identifier as returned by the BMC API. |  |
| **hostname** | **String** | The server hostname. |  |

## Example

```ruby
require 'pnap_billing_api'

instance = BillingApi::ServerDetails.new(
  id: 83604275-bdba-490a-b87a-978e8dffdb14,
  hostname: example-server
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pnap_billing_api-2.0.0 docs/ServerDetails.md
pnap_billing_api-1.0.0 docs/ServerDetails.md