Sha256: d515e6f0cc4ea755820ff71829207937aa03674b4f2405a0e5191dcec795d419
Contents?: true
Size: 876 Bytes
Versions: 4
Compression:
Stored size: 876 Bytes
Contents
# NatGateway ## 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** | [**NatGatewayProperties**](NatGatewayProperties.md) | | | | **entities** | [**NatGatewayEntities**](NatGatewayEntities.md) | | [optional] | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::NatGateway.new( id: 15f67991-0f51-4efc-a8ad-ef1fb31a480c, type: "nat-gateway", href: <RESOURCE-URI>, metadata: null, properties: null, entities: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
ionoscloud-6.0.0.beta.4 | docs/models/NatGateway.md |
ionoscloud-6.0.0.beta.3 | docs/NatGateway.md |
ionoscloud-6.0.0.beta.2 | docs/NatGateway.md |
ionoscloud-6.0.0.beta.1 | docs/NatGateway.md |