exo compute elastic-ip update

Description

This command updates a Compute instance Elastic IP.

Supported output template annotations: .ID, .IPAddress, .AddressFamily, .CIDR, .Description, .Zone, .Type, .ReverseDNS, .Instances, .HealthcheckMode, .HealthcheckPort, .HealthcheckURI, .HealthcheckInterval, .HealthcheckTimeout, .HealthcheckStrikesOK, .HealthcheckStrikesFail, .HealthcheckTLSSNI, .HealthcheckTLSSkipVerify

exo compute elastic-ip update IP-ADDRESS|ID [flags]

Options

OptionDescription
--descriptionElastic IP description
--healthcheck-intervalmanaged Elastic IP health checking interval in seconds
--healthcheck-modemanaged Elastic IP health checking mode (tcp|http|https)
--healthcheck-portmanaged Elastic IP health checking port
--healthcheck-strikes-failnumber of failed attempts before considering a managed Elastic IP health check unhealthy
--healthcheck-strikes-oknumber of successful attempts before considering a managed Elastic IP health check healthy
--healthcheck-timeoutmanaged Elastic IP health checking timeout in seconds
--healthcheck-tls-skip-verifydisable TLS certificate verification for managed Elastic IP health checking in https mode
--healthcheck-tls-snimanaged Elastic IP health checking server name to present with SNI in https mode
--healthcheck-urimanaged Elastic IP health checking URI (required in http(s) mode)
--help, -hhelp for update
--reverse-dnsReverse DNS Domain
--zone, -zElastic IP zone

Options inherited from parent commands

OptionDescription
--config, -CSpecify an alternate config file [env EXOSCALE_CONFIG]
--output-format, -OOutput format (table|json|text), see "exo output –help" for more information
--output-templateTemplate to use if output format is "text"
--quiet, -QQuiet mode (disable non-essential command output)
--use-account, -AAccount to use in config file [env EXOSCALE_ACCOUNT]

Related Commands