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