edge_application

package
v0.0.0-...-2d90593 Latest Latest
Warning

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

Go to latest
Published: Dec 18, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrorCreate               = errors.New("Failed to create the Edge Application: %s. Check your settings and try again. If the error persists, contact Azion support")
	ErrorMandatoryCreateFlags = errors.New("Required inputs are missing. You must provide a name or the --in flag followed by the filepath with the settings. Run the command 'azion create edge-application --help' to display more information and try again.")
)
View Source
var (
	// [ edge_applications ]
	Usage            = "edge-application"
	ShortDescription = "Creates an Edge Application"
	LongDescription  = "Creates an Edge Application without the need to manage infrastructure or security"
	FlagFile         = "Path to a JSON file containing the attributes of the Edge Application being created; you can use - for reading from stdin"
	FlagHelp         = "Displays more information about the create edge-application command"
	OutputSuccess    = "Created Edge Application with ID %d"

	FlagName                           = "Edge Application's name"
	FlagApplicationAcceleration        = "Used for Application Acceleration, enable or disable"
	FlagDeliveryProtocol               = "Specify whether the data should be delivered via HTTP or HTTPS."
	FlagHttp3                          = "Flag to enable HTTP3"
	FlagOriginType                     = "Type of the Origin. Possible values: 'single_origin'(default value), 'load_balancer' or 'live_ingest'."
	FlagHttpPort                       = "Flag to set the HTTP port or ports your application will use. 80 as default."
	FlagHttpsPort                      = "Flag to set the HTTPs port or ports your application will use. 443 as default."
	FlagAddress                        = "Specify the address of a resource or server."
	FlagHostHeader                     = "Flag to customize your host headers"
	FlagOriginProtocolPolicy           = "Type of connection between the edge nodes and your Origin. Possible values: 'preserve', 'http' or 'https'"
	FlagBrowserCacheSettings           = "Configures the amount of time that content is cached in the user’s browser. Possible values: 'honor' or 'override'"
	FlagCdnCacheSettings               = "Configures how Azion caches the content at the edge. Possible values: 'honor' or 'override'"
	FlagDebugRules                     = "" /* 133-byte string literal not displayed */
	FlagSupportedCiphers               = "Determines which cryptographic algorithms will be used in the TLS connections of your Edge Application"
	FlagWebsocket                      = "" /* 133-byte string literal not displayed */
	FlagBrowserCacheSettingsMaximumTtl = "" /* 162-byte string literal not displayed */
	FlagCdnCacheSettingsMaximumTtl     = "" /* 188-byte string literal not displayed */
)

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