[NetworkLoadBalancer] Definitions are missing in the SDK
まだ誰も着手していません。
評価
調査の方向性
src/oci/network_load_balancer/models/dns_health_checker_details.py から始めて、rcodes プロパティとその型参照を調べます。issue で言及されている Go の定義および既存の SDK モデル定義と比較します。完了条件は、Python SDK が DNS RCODE 型を列挙型として正しく公開することです。
索引モデルが issue の本文から書いたものです。
説明
I work with different resource types and rely on proper typing in the SDK.
NetworkLoadBalancers define a health checker and this health checker defines DNS Details.
The parameter rcodes is defined like this:
:param rcodes:
The value to assign to the rcodes property of this DnsHealthCheckerDetails.
:type rcodes: list[oci.network_load_balancer.models.DnsHealthCheckRCodes]
but the related type oci.network_load_balancer.models.DnsHealthCheckRCodes does not exist.
The property let me guess that this is a string:
@property
def rcodes(self):
"""
Gets the rcodes of this DnsHealthCheckerDetails.
An array that represents accepetable RCODE values for DNS query response.
Example: [\"NOERROR\", \"NXDOMAIN\"]
Looking at the go definition, this is actually an enumeration.
Ideally this would be reflected correctly in the python SDK as well.
- 主要言語
- Python
- スター
- 474
- フォーク
- 321
- 平均マージ
- 23分
- マージ済み PR(30日)
- 4
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
oracle/oci-python-sdk のほかの issue
-
難易度 4/5 3〜5日 初心者へのやさしさ 48/100
oracle/oci-python-sdk#890 · コメント 3 件 ·
-
難易度 4/5 3〜5日 初心者へのやさしさ 45/100
oracle/oci-python-sdk#879 · コメント 3 件 ·
-
難易度 3/5 1〜2日 初心者へのやさしさ 66/100
oracle/oci-python-sdk#878 ·
-
SDK
難易度 3/5 1〜2日 初心者へのやさしさ 55/100
oracle/oci-python-sdk#861 · コメント 5 件 ·
-
SDK
難易度 5/5 1週間以上 初心者へのやさしさ 25/100
oracle/oci-python-sdk#836 · リアクション 1 件 ·
oracle/oci-python-sdk の issue をすべて見る
似ている issue
-
bug
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
stephrobert/dsoxlab#238 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
sublimehq/package_control#1780 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 65/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
nwg-piotr/nwg-displays#145 ·