Sha256: 0f6b1ea2754dd08569ee799a2d6d4c19a54441e7ee2fa429a3480e4ed958d1eb

Contents?: true

Size: 493 Bytes

Versions: 8

Compression:

Stored size: 493 Bytes

Contents

# OryKratosClient::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-kratos-client'

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ory-kratos-client-0.7.3.alpha8 docs/Port.md
ory-kratos-client-0.7.3.alpha6 docs/Port.md
ory-kratos-client-0.7.3.alpha5 docs/Port.md
ory-kratos-client-0.7.3.alpha4 docs/Port.md
ory-kratos-client-0.7.3.alpha3 docs/Port.md
ory-kratos-client-0.7.3.alpha2 docs/Port.md
ory-kratos-client-0.7.3.alpha1 docs/Port.md
ory-kratos-client-0.7.1.alpha2 docs/Port.md