Sha256: 6d53314506e52ce5e5bbf4e584d03897e9b587218197dac16df74f0fb7c69fc1
Contents?: true
Size: 491 Bytes
Versions: 15
Compression:
Stored size: 491 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-kratos-client' instance = OryHydraClient::Port.new( ip: null, private_port: null, public_port: null, type: null ) ```
Version data entries
15 entries across 15 versions & 1 rubygems