Sha256: 92c6e592c8c88c3f092f4cecde1d77d7de9c33ff2ea18c9f59b82f85d715afcb
Contents?: true
Size: 762 Bytes
Versions: 5
Compression:
Stored size: 762 Bytes
Contents
# IpBlock ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | The resource's unique identifier. | [optional][readonly] | | **type** | [**Type**](Type.md) | The type of object that has been created. | [optional] | | **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] | | **metadata** | [**DatacenterElementMetadata**](DatacenterElementMetadata.md) | | [optional] | | **properties** | [**IpBlockProperties**](IpBlockProperties.md) | | | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::IpBlock.new( id: 15f67991-0f51-4efc-a8ad-ef1fb31a480c, type: "ipblock", href: <RESOURCE-URI>, metadata: null, properties: null ) ```
Version data entries
5 entries across 5 versions & 1 rubygems