Sha256: 84fed8a16322a3a8731d06397910bdc2f0384d84aa207044c9876995054456b1

Contents?: true

Size: 594 Bytes

Versions: 1

Compression:

Stored size: 594 Bytes

Contents

# Zilla::IoK8sApiNetworkingV1ServiceBackendPort

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **name** | **String** | Name is the name of the port on the Service. This is a mutually exclusive setting with \"Number\". | [optional] |
| **number** | **Integer** | Number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with \"Name\". | [optional] |

## Example

```ruby
require 'zilla'

instance = Zilla::IoK8sApiNetworkingV1ServiceBackendPort.new(
  name: null,
  number: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zilla-0.2.0 docs/IoK8sApiNetworkingV1ServiceBackendPort.md