ComputePort
Example Usage
typescript
import { ComputePort } from "@meetkai/mka1/models/components";
let value: ComputePort = {
containerPort: 816862,
name: "<value>",
protocol: "http",
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
containerPort | number | ✔️ | N/A |
name | string | ✔️ | N/A |
protocol | components.Protocol | ✔️ | N/A |