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