Sha256: af5c396cee47539ea3e1e4f449d2468ec8e1303ac8336ad8d9cb30420ec449a7
Contents?: true
Size: 1006 Bytes
Versions: 3
Compression:
Stored size: 1006 Bytes
Contents
# NatgatewayRuleRemove Removes the specified rules from a Nat Gateway under a data center. ```text knife ionoscloud natgateway rule remove RULE_ID [RULE_ID] (options) ``` ## Available options: ### Required options: * datacenter\_id * natgateway\_id * ionoscloud\_username * ionoscloud\_password ```text extra_config_file: --extra-config EXTRA_CONFIG_FILE_PATH, -e EXTRA_CONFIG_FILE_PATH path to the additional config file datacenter_id: --datacenter-id DATACENTER_ID, -D DATACENTER_ID name of the data center (required) natgateway_id: --natgateway-id NATGATEWAY_ID, -G NATGATEWAY_ID iD of the NAT Gateway (required) ionoscloud_username: --username USERNAME, -u USERNAME your Ionoscloud username (required) ionoscloud_password: --password PASSWORD, -p PASSWORD your Ionoscloud password (required) ionoscloud_url: --url URL the Ionoscloud API URL ``` ## Example ```text knife ionoscloud natgateway rule remove RULE_ID ```
Version data entries
3 entries across 3 versions & 1 rubygems