Container Object

Contains information about an OSGi container on the platform.

This object is used by the following operations:

The properties included in the Container object are listed below.

Property Type Description
Name string The name of the container.
ListenerName string The name of the listener..
ContainerKey string The unique key for the container.
Location string The location of the container.
AddressOverrideBehavior string

Indicates whether the default API Gateway hostname is overridden by a specific hostname (specified in the HostName property. Valid values:

  • com.akana.allow: address override is allowed.
  • com.akana.dontallow: address override is not allowed.

Default: com.akana.dontallow.

RandomHostNameBehavior string

Indicates whether to append a random prefix to the hostname or not. Valid values:

  • com.akana.allow: a random prefix is appended to the hostname.
  • com.akana.dontallow: there is no random prefix.

Default: com.akana.allow.