Annotation Interface CloudContainerEnvProp


@Retention(RUNTIME) public @interface CloudContainerEnvProp
Cloud Container - Environment Properties If any environment properties are required to be passed to the container at startup, they can be specified via here.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The name of the environment property
    The value of the environment property
  • Element Details

    • name

      String name
      The name of the environment property
    • value

      String value
      The value of the environment property