type property

String? type
getter/setter pair

EnvironmentType selected for the environment.

Optional. Possible string values are:

  • "ENVIRONMENT_TYPE_UNSPECIFIED" : Environment type not specified.
  • "BASE" : This is the default type. Base environment has limited capacity and capabilities and are usually used when you are getting started with Apigee or while experimenting. Refer to Apigee's public documentation for more details.
  • "INTERMEDIATE" : Intermediate environment supports API management features and higher capacity than Base environment. Refer to Apigee's public documentation for more details.
  • "COMPREHENSIVE" : Comprehensive environment supports advanced capabilites and even higher capacity than Intermediate environment. Refer to Apigee's public documentation for more details.

Implementation

core.String? type;