Sha256: f08ed7b2c37bf5c2870fe14ebb2275724c891bdfc92c095b1a80dd714d0922cf
Contents?: true
Size: 759 Bytes
Versions: 8
Compression:
Stored size: 759 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
8 entries across 8 versions & 1 rubygems