Sha256: c6ada094358f2c2bda5f9aa903d7558525b691711f25f1062ee586639e4418bf

Contents?: true

Size: 760 Bytes

Versions: 4

Compression:

Stored size: 760 Bytes

Contents

# FlowLog

## 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** | [**FlowLogProperties**](FlowLogProperties.md) |  |  |

## Example

```ruby
require 'ionoscloud'

instance = Ionoscloud::FlowLog.new(
  id: 15f67991-0f51-4efc-a8ad-ef1fb31a480c,
  type: "flow-log",
  href: <RESOURCE-URI>,
  metadata: null,
  properties: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ionoscloud-6.0.0.beta.4 docs/models/FlowLog.md
ionoscloud-6.0.0.beta.3 docs/FlowLog.md
ionoscloud-6.0.0.beta.2 docs/FlowLog.md
ionoscloud-6.0.0.beta.1 docs/FlowLog.md