Sha256: f00a5a86ee143a53084482324503e0a5ed1418b66e36a4cf90e08ddda705487c

Contents?: true

Size: 474 Bytes

Versions: 2

Compression:

Stored size: 474 Bytes

Contents

# OryClient::Port

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **ip** | **String** | IP | [optional] |
| **private_port** | **Integer** | Port on the container |  |
| **public_port** | **Integer** | Port exposed on the host | [optional] |
| **type** | **String** | type |  |

## Example

```ruby
require 'ory-client'

instance = OryClient::Port.new(
  ip: null,
  private_port: null,
  public_port: null,
  type: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ory-client-0.0.1.alpha19 docs/Port.md
ory-client-0.0.1.alpha18 docs/Port.md