Sha256: 9a65f8e7a3d0817ef3ff116da1b6f5fdeeecfd40b78f9548e25062fa5efae73e
Contents?: true
Size: 829 Bytes
Versions: 1
Compression:
Stored size: 829 Bytes
Contents
# IpConsumer ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **datacenter_id** | **String** | | [optional] | | **datacenter_name** | **String** | | [optional] | | **ip** | **String** | | [optional] | | **k8s_cluster_uuid** | **String** | | [optional] | | **k8s_node_pool_uuid** | **String** | | [optional] | | **mac** | **String** | | [optional] | | **nic_id** | **String** | | [optional] | | **server_id** | **String** | | [optional] | | **server_name** | **String** | | [optional] | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::IpConsumer.new( datacenter_id: null, datacenter_name: null, ip: null, k8s_cluster_uuid: null, k8s_node_pool_uuid: null, mac: null, nic_id: null, server_id: null, server_name: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ionoscloud-6.1.2 | docs/models/IpConsumer.md |