Skip to main content

crusoe networking vpc-firewall-rules update

Update a VPC firewall rule.

Usage

crusoe networking vpc-firewall-rules update <id> [flags]

Flags

FlagDescription
--destination-ports stringVPC firewall rule destination ports. Use 1-65535 to include all ports (default: "1-65535")
--destinations stringVPC firewall rule destinations, specified with CIDRs. Multiple destinations can be separated by commas
-f, --format stringOutput format. Supported formats: pretty, json (default: "pretty")
-h, --helpHelp for update
--jsonOutput in json format. Shorthand for --format json
--name stringVPC firewall rule name. Alphanumeric characters, underscores and dashes are allowed
--protocols stringNetwork protocols. Multiple protocols can be separated by commas. Allowed: TCP, UDP, ICMP
--source-ports stringVPC firewall rule source ports. Use 1-65535 to include all ports (default: "1-65535")
--sources stringVPC firewall rule sources, specified with CIDRs. Multiple sources can be separated by commas