edge_application

package
v0.0.0-...-80e6674 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 2, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrorUpdateApplication           = errors.New("Failed to update the edge application: %s. Check your settings and try again. If the error persists, contact Azion support")
	ErrorApplicationAccelerationFlag = errors.New("Invalid --application-acceleration flag provided. The flag must have  'true' or 'false' values. Run the command 'azion update edge-application  --help' to display more information and try again")
	ErrorCachingFlag                 = errors.New("Invalid --caching flag provided. The flag must have  'true' or 'false' values. Run the command 'azion update edge-application --help' to display more information and try again")
	ErrorDeviceDetectionFlag         = errors.New("Invalid --device-detection flag provided. The flag must have  'true' or 'false' values. Run the command 'azion update edge-application --help' to display more information and try again")
	ErrorEdgeFirewallFlag            = errors.New("Invalid --edge-firewall flag provided. The flag must have  'true' or 'false' values. Run the command 'azion update edge-application --help' to display more information and try again")
	ErrorEdgeFunctionsFlag           = errors.New("Invalid --edge-functions flag provided. The flag must have  'true' or 'false' values. Run the command 'azion update edge-application --help' to display more information and try again")
	ErrorImageOptimizationFlag       = errors.New("Invalid --image-optimization flag provided. The flag must have  'true' or 'false' values. Run the command 'azion update edge-application --help' to display more information and try again")
	ErrorL2CachingFlag               = errors.New("Invalid --l2-caching flag provided. The flag must have  'true' or 'false' values. Run the command 'azion update edge-application --help' to display more information and try again")
	ErrorLoadBalancerFlag            = errors.New("Invalid --load-balancer flag provided. The flag must have  'true' or 'false' values. Run the command 'azion update edge-application --help' to display more information and try again")
	ErrorRawLogsFlag                 = errors.New("Invalid --raw-logs flag provided. The flag must have  'true' or 'false' values. Run the command 'azion update edge-application --help' to display more information and try again")
	ErrorWebApplicationFirewallFlag  = errors.New("Invalid --webapp-firewall flag provided. The flag must have  'true' or 'false' values. Run the command 'azion update edge-application --help' to display more information and try again")
	ErrorNoFieldInformed             = errors.New("Inform at least one field to be updated. It's not possible to update an edge application without specifying the fields that will be updated. Run ‘azion update edge-application --help’ to display more information and try again.  If the error persists, contact Azion support.")
)
View Source
var (
	Usage                       = "edge-application"
	ShortDescription            = "Modifies an edge application"
	LongDescription             = "Modifies an edge application's name, activity status, and other attributes based on the given ID"
	FlagID                      = "The edge application's id"
	FlagName                    = "The edge application's name"
	FlagDeliveryProtocol        = "The edge application's Delivery Protocol"
	FlagHttpPort                = "The edge application's Http Port"
	FlagHttpsPort               = "The edge application's Https Port"
	FlagMinimumTlsVersion       = "The edge application's Minimum Tls Version"
	FlagApplicationAcceleration = "Whether the edge application has Application Acceleration active or not"
	FlagCaching                 = "Whether the edge application has Caching active or not"
	FlagDeviceDetection         = "Whether the edge application has Device Detection active or not"
	FlagEdgeFirewall            = "Whether the edge application has Edge Firewall active or not"
	FlagEdgeFunctions           = "Whether the edge application has Edge Functions active or not"
	FlagImageOptimization       = "Whether the edge application has Image Optimization active or not"
	FlagL2Caching               = "Whether the edge application has L2 Caching active or not"
	FlagLoadBalancer            = "Whether the edge application has Load Balancer active or not"
	RawLogs                     = "Whether the edge application has Raw Logs active or not"
	WebApplicationFirewall      = "Whether the edge application has Web Application Firewall active or not"
	FlagIn                      = "Given path and JSON file to automatically update the edge application attributes; you can use - for reading from stdin"
	OutputSuccess               = "Updated edge application with ID %d\n"
	HelpFlag                    = "Displays more information about the update subcommand"
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL