mongocli Atlas accessLists create
此版本的文档已存档,不再提供支持。查看最新文档,学习;了解如何升级MongoCLI 版本。
为项目创建 IP 访问列表。
语法
mongocli atlas accessLists create <entry> [options]
参数
名称 | 类型 | 必需 | 说明 |
---|---|---|---|
条目 | 字符串 | false | The IP address, CIDR address, or AWS security group ID of the access list entry to create. |
选项
名称 | 类型 | 必需 | 说明 |
---|---|---|---|
--comment | 字符串 | false | 条目的可选描述或注释。 |
--deleteAfter | 字符串 | false | ISO-8601-formatted UTC date after which Atlas removes the entry from the entry. |
-h,--help | false | 创建帮助 | |
-o, --output | 字符串 | false | Output format. Valid values: json|json-path|go-template|go-template-file |
--projectId | 字符串 | false | 要使用的项目ID 。覆盖配置文件或环境变量设置。 |
--type | 字符串 | false | Type of access list entry. Valid values: cidrBlock|ipAddress|awsSecurityGroup (default "ipAddress") |
继承选项
名称 | 类型 | 必需 | 说明 |
---|---|---|---|
-P, --profile | 字符串 | false | 配置文件中要使用的配置文件。 |
由 cobra 2 shooty 于13 -Jul- 2021自动生成