2

我的要求是导出服务限制,如网络限制、Oracle 云基础设施 (OCI) 上的租户的存储限制。是否可以使用 OCI CLI 或 API 获取相同的内容

4

2 回答 2

2

访问服务限制目前仅限于控制台,请参阅https://docs.cloud.oracle.com/iaas/Content/General/Concepts/servicelimits.htm

于 2018-12-30T19:32:36.363 回答
0

是的,您需要检查服务限制: https : //docs.oracle.com/en-us/iaas/tools/oci-cli/2.24.0/oci_cli_docs/cmdref/limits.html

对于 Oracle OCI 中的所有内容,您有以下选项

  1. OCI CLI - https://docs.oracle.com/en-us/iaas/tools/oci-cli/2.24.0/oci_cli_docs/index.html

  2. OCI SDK(Java、Python、.NET、GO Ruby、TypeScript) https://oracle-cloud-infrastructure-python-sdk.readthedocs.io/en/latest/index.html# https://docs.oracle.com /en-us/iaas/tools/typescript/2.5.1/globals.html https://docs.oracle.com/en-us/iaas/Content/API/Concepts/sdks.htm

  3. Terraform 提供者 https://registry.terraform.io/providers/hashicorp/oci/latest/docs

于 2021-10-13T17:18:26.757 回答