Sha256: 1451a60ae95c5093d1a4fc0357780d6ac99f172e3a484c24d4765ad406884506
Contents?: true
Size: 783 Bytes
Versions: 2
Compression:
Stored size: 783 Bytes
Contents
# TargetGroup ## 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** | [**TargetGroupProperties**](TargetGroupProperties.md) | | | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::TargetGroup.new( id: 15f67991-0f51-4efc-a8ad-ef1fb31a480c, type: "target-group", href: <RESOURCE-URI>, metadata: null, properties: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ionoscloud-6.1.1 | docs/models/TargetGroup.md |
ionoscloud-6.1.0 | docs/models/TargetGroup.md |