oracle / oracle/oci-java-sdk

IngressSecurityRule protocol

Open
#308 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Networking
Dominant language
Java
Stars
243
Forks
171
Avg merge
30m
Merged PRs (30d)
4

Description

The protocol field in IngressSecurityRule is of String type which has the following values

  • Value = 6, protocol = TCP
  • Value = 17, protocol = UDP

Create an Enum for Protocol instead of String

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating IngressSecurityRule in the Java SDK and inspect how its protocol field is declared. Confirm the requested TCP and UDP values and check the surrounding model conventions before making the change. Done means the protocol field uses an enum rather than String while retaining the stated values.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
networking
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.