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 on Azion's platform" LongDescription = "Creates an edge application without the need to manage infrastructure or security" FlagIn = "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 edge_application command" OutputSuccess = "Created edge application with ID %d\n" FlagName = "Edge application's name" FlagApplicationAcceleration = "Used for application acceleration, enable or disable" FlagDeliveryProtocol = "Specify whether the data should be delivered via HTTP, HTTPS, FTP or another communication protocol." 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 = "" /* 175-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 = "" /* 162-byte string literal not displayed */ )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.