Sha256: efaabacb01825e4fd73105678af1d233597725e317b82c1d62ce6f593946ab20
Contents?: true
Size: 796 Bytes
Versions: 4
Compression:
Stored size: 796 Bytes
Contents
# NatGatewayRule ## 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** | [**NatGatewayRuleProperties**](NatGatewayRuleProperties.md) | | | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::NatGatewayRule.new( id: 15f67991-0f51-4efc-a8ad-ef1fb31a480c, type: "nat-gateway-rule", href: <RESOURCE-URI>, metadata: null, properties: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems