# Functions

NewClient returns a new client for the application resources managed by Oracle.

# Constants

ManifestModeRolling performs a rolling restart.
ManifestTypeWeb specifies a public application, which you can access using a public URL, the public REST API, or the command-line interface.
ManifestTypeWorker specifies a worker application, which is private and runs in the background.
ServiceTypeCaching for a cache.
ServiceTypeDBAAS for Oracle Database Cloud Service.
ServiceTypeDHCS for Oracle Data Hub Cloud Service.
ServiceTypeJAAS for Oracle Java Cloud Service.
ServiceTypeMYSQLCS for MySQL Cloud Service.
ServiceTypeOEHCS for an Oracle Event Hub Cloud Service topic.
ServiceTypeOEHPCS for an Oracle Event Hub Cloud Service cluster.
SubscriptionTypeHourly specifies that the subscription is metered hourly.
SubscriptionTypeMonthly specifies that the subscription is metered monthly.

# Variables

ContainerContainerPath is the uri path for containers.
ContainerResourcePath is the uri path for a specific container resource.

# Structs

Client represents an authenticated application client, with credentials and an api client.
Container container information about the application container.
ContainerClient is a client for the Application container functions of the Application Container API.
CreateApplicationContainerAdditionalFields specifies the additional fields needed to create an application container.
CreateApplicationContainerInput specifies the information needed to create an application container.
DeleteApplicationContainerInput specifies the information needed to delete an application container.
Deployment specifies individual deployment information on the application container.
DeploymentAttributes details the attributes available for a deployment.json file.
GetApplicationContainerInput specifies the information needed to get an application container.
HealthCheck specifies the available attributes for a health check.
Instance specifies individual instance information on the application container.
ManifestAttributes details the available attributes in a manifest file.
Release details the attributes for a specific release for the application container.
ResourceClient is an AuthenticatedClient with some additional information about the resources to be addressed.
Runtime details the available runtime attributes for a manifest file.
Service details the service bindings for connections to other Oracle Cloud services.
Tag defines the attributes related to a tag.
UpdateApplicationContainerAdditionalFields specifies the additional fields needed to update an application container.
UpdateApplicationContainerInput specifies the fields needed to update an application container.

# Type aliases

ManifestMode details the optional modes for restarting the application container.
ManifestType determines whether an application is public or private:.
ServiceType details the constants related to what types a service is.
SubscriptionType are the values available for subscription.