Sha256: c448868e72d714f701494c5f5f168001c13c03875b469e76218da3f610addf32

Contents?: true

Size: 484 Bytes

Versions: 13

Compression:

Stored size: 484 Bytes

Contents

# OryHydraClient::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 = OryHydraClient::Port.new(
  ip: null,
  private_port: null,
  public_port: null,
  type: null
)
```

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
ory-client-0.0.1.alpha17 docs/Port.md
ory-client-0.0.1.alpha16 docs/Port.md
ory-client-0.0.1.alpha15 docs/Port.md
ory-client-0.0.1.alpha14 docs/Port.md
ory-client-0.0.1.alpha13 docs/Port.md
ory-client-0.0.1.alpha12 docs/Port.md
ory-client-0.0.1.alpha11 docs/Port.md
ory-client-0.0.1.alpha10 docs/Port.md
ory-client-0.0.1.alpha9 docs/Port.md
ory-client-0.0.1.alpha8 docs/Port.md
ory-client-0.0.1.alpha7 docs/Port.md
ory-client-0.0.1.alpha6 docs/Port.md
ory-client-0.0.1.alpha5 docs/Port.md