- CACERTS_DIR - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
-
- CACHE_ENABLED - Static variable in class org.wso2.apimgt.gateway.cli.constants.OpenAPIConstants
-
- CACHE_TIMEOUT - Static variable in class org.wso2.apimgt.gateway.cli.constants.OpenAPIConstants
-
- CALLBACK_URL - Static variable in class org.wso2.apimgt.gateway.cli.constants.TokenManagementConstants
-
- CERTIFICATE_ALIAS - Static variable in class org.wso2.apimgt.gateway.cli.constants.RESTServiceConstants
-
- CERTIFICATE_TIER - Static variable in class org.wso2.apimgt.gateway.cli.constants.RESTServiceConstants
-
- CHARSET_UTF8 - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
-
- CircuitBreakerConfigDTO - Class in org.wso2.apimgt.gateway.cli.model.mgwcodegen
-
This DTO holds the data related for the circuit breaking.
- CircuitBreakerConfigDTO() - Constructor for class org.wso2.apimgt.gateway.cli.model.mgwcodegen.CircuitBreakerConfigDTO
-
- clear() - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.AdvanceEndpointConfig.Builder
-
- clear() - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints.Builder
-
- clearAdvanceEndpointConfig() - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints.Builder
-
.wso2.AdvanceEndpointConfig advanceEndpointConfig = 3;
- clearField(Descriptors.FieldDescriptor) - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.AdvanceEndpointConfig.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.AdvanceEndpointConfig.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints.Builder
-
- clearTimeoutInMillis() - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.AdvanceEndpointConfig.Builder
-
int32 timeoutInMillis = 1;
- clearType() - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints.Builder
-
.wso2.EndpointType type = 2;
- clearUrl() - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints.Builder
-
repeated string url = 1;
- CLI_BIN - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
-
- CLI_BIR_CACHE - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
-
- CLI_BRE - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
-
- CLI_CONF - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
-
- CLI_DEPENDENCIES - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
-
- CLI_GATEWAY - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
-
- CLI_HOME - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
-
- CLI_LIB - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
-
- CLI_PLATFORM - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
-
- CLI_VALIDATION_DEPENDENCIES - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
-
- CliCommands - Class in org.wso2.apimgt.gateway.cli.cmd
-
Constants for gateway toolkit commands.
- CliCommands() - Constructor for class org.wso2.apimgt.gateway.cli.cmd.CliCommands
-
- CLICompileTimeException - Exception in org.wso2.apimgt.gateway.cli.exception
-
Exception type definition for openAPI parsing related errors.
- CLICompileTimeException(String) - Constructor for exception org.wso2.apimgt.gateway.cli.exception.CLICompileTimeException
-
Creates a CLICompileTimeException using error message.
- CLICompileTimeException(String, Throwable) - Constructor for exception org.wso2.apimgt.gateway.cli.exception.CLICompileTimeException
-
- CLICompileTimeException(String, int) - Constructor for exception org.wso2.apimgt.gateway.cli.exception.CLICompileTimeException
-
- CLICompileTimeException(String, String, int) - Constructor for exception org.wso2.apimgt.gateway.cli.exception.CLICompileTimeException
-
- CLICompileTimeException(String, String, int, Throwable) - Constructor for exception org.wso2.apimgt.gateway.cli.exception.CLICompileTimeException
-
- CliConstants - Class in org.wso2.apimgt.gateway.cli.constants
-
Constants used by toolkit CLI.
- CliConstants() - Constructor for class org.wso2.apimgt.gateway.cli.constants.CliConstants
-
- Client - Class in org.wso2.apimgt.gateway.cli.model.config
-
HTTP Client configurations for toolkit.
- Client() - Constructor for class org.wso2.apimgt.gateway.cli.model.config.Client
-
- CLIENT_ID - Static variable in class org.wso2.apimgt.gateway.cli.constants.TokenManagementConstants
-
- CLIENT_NAME - Static variable in class org.wso2.apimgt.gateway.cli.constants.TokenManagementConstants
-
- CLIENT_SECRET - Static variable in class org.wso2.apimgt.gateway.cli.constants.TokenManagementConstants
-
- ClientCertificatesDTO - Class in org.wso2.apimgt.gateway.cli.model.rest
-
- ClientCertificatesDTO() - Constructor for class org.wso2.apimgt.gateway.cli.model.rest.ClientCertificatesDTO
-
- ClientCertMetadataDTO - Class in org.wso2.apimgt.gateway.cli.model.rest
-
This class represents the certificate information DTO.
- ClientCertMetadataDTO() - Constructor for class org.wso2.apimgt.gateway.cli.model.rest.ClientCertMetadataDTO
-
- CLIInternalException - Exception in org.wso2.apimgt.gateway.cli.exception
-
Exception class to throw when runtime exception happen and to exit the system.
- CLIInternalException(String) - Constructor for exception org.wso2.apimgt.gateway.cli.exception.CLIInternalException
-
- CLIInternalException(String, Throwable) - Constructor for exception org.wso2.apimgt.gateway.cli.exception.CLIInternalException
-
- CLIInternalException(String, int) - Constructor for exception org.wso2.apimgt.gateway.cli.exception.CLIInternalException
-
- CliLauncherException - Exception in org.wso2.apimgt.gateway.cli.exception
-
Thrown to indicate that an exception occurred in gateway cli program launcher.
- CliLauncherException() - Constructor for exception org.wso2.apimgt.gateway.cli.exception.CliLauncherException
-
- CliLauncherException(RuntimeException) - Constructor for exception org.wso2.apimgt.gateway.cli.exception.CliLauncherException
-
- CLILogConfigReader - Class in org.wso2.apimgt.gateway.cli.logging
-
A class for feeding the logging configurations to CLILogManager.
- CLILogConfigReader() - Constructor for class org.wso2.apimgt.gateway.cli.logging.CLILogConfigReader
-
- CLILogManager - Class in org.wso2.apimgt.gateway.cli.logging
-
Java util logging manager for micro-gw CLI which overrides the readConfiguration method to replace placeholders
having system or environment variables.
- CLILogManager() - Constructor for class org.wso2.apimgt.gateway.cli.logging.CLILogManager
-
- CLIRuntimeException - Exception in org.wso2.apimgt.gateway.cli.exception
-
Exception class to throw when runtime exception happen and to exit the system.
- CLIRuntimeException(String) - Constructor for exception org.wso2.apimgt.gateway.cli.exception.CLIRuntimeException
-
- CLIRuntimeException(String, Throwable) - Constructor for exception org.wso2.apimgt.gateway.cli.exception.CLIRuntimeException
-
- CLIRuntimeException(String, int) - Constructor for exception org.wso2.apimgt.gateway.cli.exception.CLIRuntimeException
-
- CLIRuntimeException(String, String, int) - Constructor for exception org.wso2.apimgt.gateway.cli.exception.CLIRuntimeException
-
- CLIRuntimeException(String, String, int, Throwable) - Constructor for exception org.wso2.apimgt.gateway.cli.exception.CLIRuntimeException
-
- CLIZipException - Exception in org.wso2.apimgt.gateway.cli.exception
-
Thrown to indicate that an exception occurred while zipping operations in the cli.
- CLIZipException(String, Throwable) - Constructor for exception org.wso2.apimgt.gateway.cli.exception.CLIZipException
-
Creates a CLIZipException using error message and a throwable.
- clone() - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.AdvanceEndpointConfig.Builder
-
- clone() - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints.Builder
-
- CmdUtils - Class in org.wso2.apimgt.gateway.cli.utils
-
Utility functions providing tasks related to MGW toolkit.
- CmdUtils.CustomFieldValueResolver - Class in org.wso2.apimgt.gateway.cli.utils
-
Alternative class for FieldValueResolver class.
- CodeGen - Class in org.wso2.apimgt.gateway.cli.model.config
-
Code generation configurations for toolkit.
- CodeGen() - Constructor for class org.wso2.apimgt.gateway.cli.model.config.CodeGen
-
- CodeGenerationContext - Class in org.wso2.apimgt.gateway.cli.codegen
-
Used by k8s helper classes to derive conde generator's context.
- CodeGenerationContext() - Constructor for class org.wso2.apimgt.gateway.cli.codegen.CodeGenerationContext
-
- CodeGenerator - Class in org.wso2.apimgt.gateway.cli.codegen
-
This class generates Ballerina Services/Clients for a provided OAS definition.
- CodeGenerator() - Constructor for class org.wso2.apimgt.gateway.cli.codegen.CodeGenerator
-
- CodegenUtils - Class in org.wso2.apimgt.gateway.cli.utils
-
Utilities used by ballerina code generator.
- compileTemplate(String, String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CodegenUtils
-
Compile given template.
- Config - Class in org.wso2.apimgt.gateway.cli.model.config
-
Configuration data holder.
- Config() - Constructor for class org.wso2.apimgt.gateway.cli.model.config.Config
-
- CONFIG_ADMIN_ENDPOINT - Static variable in class org.wso2.apimgt.gateway.cli.constants.RESTServiceConstants
-
- CONFIG_DCR_VERSION - Static variable in class org.wso2.apimgt.gateway.cli.constants.RESTServiceConstants
-
- CONFIG_PUBLISHER_ENDPOINT - Static variable in class org.wso2.apimgt.gateway.cli.constants.RESTServiceConstants
-
- CONFIG_REGISTRATION_ENDPOINT - Static variable in class org.wso2.apimgt.gateway.cli.constants.RESTServiceConstants
-
- CONFIG_REST_VERSION - Static variable in class org.wso2.apimgt.gateway.cli.constants.RESTServiceConstants
-
- CONFIG_TOKEN_ENDPOINT - Static variable in class org.wso2.apimgt.gateway.cli.constants.RESTServiceConstants
-
- ConfigParserException - Exception in org.wso2.apimgt.gateway.cli.exception
-
Exception type definition for config parsing related errors.
- ConfigParserException(String, Throwable) - Constructor for exception org.wso2.apimgt.gateway.cli.exception.ConfigParserException
-
- ConfigParserException(String) - Constructor for exception org.wso2.apimgt.gateway.cli.exception.ConfigParserException
-
- ContainerConfig - Class in org.wso2.apimgt.gateway.cli.model.config
-
Configuration dto object for project level configurations and containerized deployment.
- ContainerConfig() - Constructor for class org.wso2.apimgt.gateway.cli.model.config.ContainerConfig
-
- CONTENT_TYPE - Static variable in class org.wso2.apimgt.gateway.cli.constants.TokenManagementConstants
-
- CONTENT_TYPE_APPLICATION_JSON - Static variable in class org.wso2.apimgt.gateway.cli.constants.TokenManagementConstants
-
- CONTENT_TYPE_APPLICATION_X_WWW_FORM_URLENCODED - Static variable in class org.wso2.apimgt.gateway.cli.constants.TokenManagementConstants
-
- convertYamlToJson(String) - Static method in class org.wso2.apimgt.gateway.cli.utils.OpenAPICodegenUtils
-
- copyAndReplaceFolder(String, String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
-
This function deletes the existing destination folder and recursively copy all the sub folder and files from
source to destination file paths.
- CopyFile - Class in org.wso2.apimgt.gateway.cli.model.config
-
Definition of ballerina CopyFile annotation.
- CopyFile() - Constructor for class org.wso2.apimgt.gateway.cli.model.config.CopyFile
-
- CopyFileConfig - Class in org.wso2.apimgt.gateway.cli.model.config
-
Configuration holder for ballerina CopyFile annotation.
- CopyFileConfig() - Constructor for class org.wso2.apimgt.gateway.cli.model.config.CopyFileConfig
-
- copyFilesToSources(String, String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
-
Copy files to resources directory.
- copyFolder(String, String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
-
This function recursively copy all the sub folder and files from source to destination file paths.
- CORS - Static variable in class org.wso2.apimgt.gateway.cli.constants.OpenAPIConstants
-
- createDeploymentConfig(String, String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
-
Create initial deployment configuration file.
- createDirectory(String, boolean) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
-
Creates a new folder if not exists.
- createFile(String, String, boolean) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
-
Create new file in a given location.
- createProjectStructure(String, String, String, String, boolean) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
-
Create a project structure for a particular project name.
- createUsageException(String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
-
Create usage exception.
- CustomAttributeDTO - Class in org.wso2.apimgt.gateway.cli.model.rest.policy
-
Data mapper for WSO2 APIM custom API attribute.
- CustomAttributeDTO() - Constructor for class org.wso2.apimgt.gateway.cli.model.rest.policy.CustomAttributeDTO
-
- CustomFieldValueResolver() - Constructor for class org.wso2.apimgt.gateway.cli.utils.CmdUtils.CustomFieldValueResolver
-
- GEN_GRPC_SRC_DESC_DIR - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
-
- GEN_GRPC_SRC_DIR - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
-
- GEN_GRPC_SRC_OPENAPI_DIR - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
-
- GEN_POLICIES_DIR - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
-
- GEN_SRC_DIR - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
-
- generate(String, boolean) - Method in class org.wso2.apimgt.gateway.cli.codegen.CodeGenerator
-
Generates ballerina source for provided Open APIDetailedDTO Definition in definitionPath.
- generate(String, List<ApplicationThrottlePolicyDTO>, List<SubscriptionThrottlePolicyDTO>) - Method in class org.wso2.apimgt.gateway.cli.codegen.ThrottlePolicyGenerator
-
- generate(String, String) - Method in class org.wso2.apimgt.gateway.cli.codegen.ThrottlePolicyGenerator
-
Generate ballerina and stream source for a given app and subs policies.
- generateAccessToken(String, String, char[], String, String, boolean) - Method in interface org.wso2.apimgt.gateway.cli.oauth.OAuthService
-
Generate access token using password grant.
- generateAccessToken(String, String, char[], String, String, boolean) - Method in class org.wso2.apimgt.gateway.cli.oauth.OAuthServiceImpl
-
- generateAPIFromOpenAPIDef(OpenAPI, String) - Static method in class org.wso2.apimgt.gateway.cli.utils.OpenAPICodegenUtils
-
generate ExtendedAPI object from openAPI definition.
- generateAPIId(String, String) - Static method in class org.wso2.apimgt.gateway.cli.hashing.HashUtils
-
Get the MD5 hash for an API.
- generateAPIKeysFromSecurity(List<SecurityRequirement>, boolean) - Static method in class org.wso2.apimgt.gateway.cli.utils.OpenAPICodegenUtils
-
Provide api keys for a given security requirement list.
- generateClientIdAndSecret(String, String, char[], boolean) - Method in interface org.wso2.apimgt.gateway.cli.oauth.OAuthService
-
Generate OAuth application via DCR.
- generateClientIdAndSecret(String, String, char[], boolean) - Method in class org.wso2.apimgt.gateway.cli.oauth.OAuthServiceImpl
-
- generateGrpc(String, String, boolean) - Method in class org.wso2.apimgt.gateway.cli.codegen.CodeGenerator
-
Generates ballerina source for provided Open APIDetailedDTO Definition in definitionPath.
- generateGrpcAPIFromOpenAPI(OpenAPI) - Static method in class org.wso2.apimgt.gateway.cli.utils.OpenAPICodegenUtils
-
Generate
ExtendedAPI object from generated OpenAPI from protobuf file.
- generateOpenAPI(String, String) - Method in class org.wso2.apimgt.gateway.cli.protobuf.ProtobufParser
-
Generate OpenAPI from protobuf.
- generateResourceId(String, String, String, String) - Static method in class org.wso2.apimgt.gateway.cli.hashing.HashUtils
-
Get the MD5 hash for the given specific resource of an API.
- GeneratorConstants - Class in org.wso2.apimgt.gateway.cli.constants
-
Constants for swagger code generator.
- GeneratorConstants() - Constructor for class org.wso2.apimgt.gateway.cli.constants.GeneratorConstants
-
- GeneratorConstants.PolicyType - Enum in org.wso2.apimgt.gateway.cli.constants
-
Enum defining the available types of throttle policies.
- GenSrcFile - Class in org.wso2.apimgt.gateway.cli.model.template
-
Model class to hold generated source file information.
- GenSrcFile(GenSrcFile.GenFileType, String, String) - Constructor for class org.wso2.apimgt.gateway.cli.model.template.GenSrcFile
-
- GenSrcFile.GenFileType - Enum in org.wso2.apimgt.gateway.cli.model.template
-
Type specifier for generated source files.
- GET - Static variable in class org.wso2.apimgt.gateway.cli.constants.RESTServiceConstants
-
- getAccessControl() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
-
Is the API is restricted to certain set of publishers or creators or is it visible to all the\npublishers and
creators.
- getAccessControlAllowCredentials() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APICorsConfigurationDTO
-
- getAccessControlAllowHeaders() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APICorsConfigurationDTO
-
- getAccessControlAllowMethods() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APICorsConfigurationDTO
-
- getAccessControlAllowOrigins() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APICorsConfigurationDTO
-
- getAccessControlExposeHeaders() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APICorsConfigurationDTO
-
- getAccessControlRoles() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
-
The user roles that are able to view/modify as APIDetailedDTO publisher or creator.
- getAccessMode() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesPersistentVolumeClaim
-
- getActiveDeadlineSeconds() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesJob
-
- getAdditionalProperties() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
-
Map of custom properties of APIDetailedDTO.
- getAdminEndpoint() - Method in class org.wso2.apimgt.gateway.cli.model.config.Token
-
- getAdvanceEndpointConfig() - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.MgwEndpointListDTO
-
- getAdvanceEndpointConfig() - Method in class org.wso2.apimgt.gateway.cli.model.route.EndpointListRouteDTO
-
- getAdvanceEndpointConfig() - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints.Builder
-
.wso2.AdvanceEndpointConfig advanceEndpointConfig = 3;
- getAdvanceEndpointConfig() - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints
-
.wso2.AdvanceEndpointConfig advanceEndpointConfig = 3;
- getAdvanceEndpointConfig() - Method in interface org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.EndpointsOrBuilder
-
.wso2.AdvanceEndpointConfig advanceEndpointConfig = 3;
- getAdvanceEndpointConfigBuilder() - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints.Builder
-
.wso2.AdvanceEndpointConfig advanceEndpointConfig = 3;
- getAdvanceEndpointConfigOrBuilder() - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints.Builder
-
.wso2.AdvanceEndpointConfig advanceEndpointConfig = 3;
- getAdvanceEndpointConfigOrBuilder() - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints
-
.wso2.AdvanceEndpointConfig advanceEndpointConfig = 3;
- getAdvanceEndpointConfigOrBuilder() - Method in interface org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.EndpointsOrBuilder
-
.wso2.AdvanceEndpointConfig advanceEndpointConfig = 3;
- getAlias() - Method in class org.wso2.apimgt.gateway.cli.model.rest.ClientCertMetadataDTO
-
- getAllMethods() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaOperation
-
- getAllowEmptyValue() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaParameter
-
- getAnnotations() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesIngress
-
- getAnnotations() - Method in class org.wso2.apimgt.gateway.cli.model.config.SecureKubernetesIngress
-
- getApi() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaService
-
- getAPI(String, String, String) - Method in interface org.wso2.apimgt.gateway.cli.rest.RESTAPIService
-
Gets the API specified by name and version.
- getAPI(String, String, String) - Method in class org.wso2.apimgt.gateway.cli.rest.RESTAPIServiceImpl
-
- getApiDefinition() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
-
Swagger definition of the APIDetailedDTO which contains details about URI templates and scopes.
- getAPIDefinitionPath(String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
-
Returns path to the /api-definition of a given project the current working directory.
- getApiFaultResponses() - Method in class org.wso2.apimgt.gateway.cli.model.config.CodeGen
-
- getApiId() - Method in class org.wso2.apimgt.gateway.cli.model.rest.ClientCertMetadataDTO
-
- getApiLevelPolicy() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
-
The policy selected for the particular APIDetailedDTO.
- getAPIs(String, String) - Method in interface org.wso2.apimgt.gateway.cli.rest.RESTAPIService
-
Get APIs of given label.
- getAPIs(String, String) - Method in class org.wso2.apimgt.gateway.cli.rest.RESTAPIServiceImpl
-
- getApiSecurity() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
-
Type of API security, the current API secured with.
- getApiSwagger() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
-
- getApplicationPolicies() - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.ThrottlePolicyListMapper
-
- getApplicationPolicies(String) - Method in interface org.wso2.apimgt.gateway.cli.rest.RESTAPIService
-
Get list of application.
- getApplicationPolicies(String) - Method in class org.wso2.apimgt.gateway.cli.rest.RESTAPIServiceImpl
-
- getApplicationSecurity() - Method in class org.wso2.apimgt.gateway.cli.model.rest.ext.ExtendedAPI
-
- getAuthorizationHeader() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
-
* The authorization header of the API.
- getAuthProviders(String, ApplicationSecurity) - Static method in class org.wso2.apimgt.gateway.cli.utils.OpenAPICodegenUtils
-
Get auth providers for given schema.
- getBackOffFactor() - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.EndpointRetryDTO
-
- getBackoffLimit() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesJob
-
- getBallerinaConf() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesConfigMap
-
- getBaseImage() - Method in class org.wso2.apimgt.gateway.cli.model.config.DockerConfig
-
- getBaseImage() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
-
- getBaseImage() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesJob
-
- getBasepath() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaService
-
- getBaseURL() - Method in class org.wso2.apimgt.gateway.cli.model.config.Token
-
- getBillingPlan() - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.SubscriptionThrottlePolicyDTO
-
define whether this is Paid or a Free plan.
- getBucketSizeInMillis() - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.RollingWindowConfigDTO
-
- getBuildImage() - Method in class org.wso2.apimgt.gateway.cli.model.config.DockerConfig
-
- getBuildImage() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
-
- getBuildImage() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesJob
-
- getBusinessInformation() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
-
- getBusinessOwner() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIBusinessInformationDTO
-
- getBusinessOwnerEmail() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIBusinessInformationDTO
-
- getCacertsLocation() - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
-
Get cacerts location.
- getCacertsPassword() - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
-
Get cacerts password.
- getCacheTimeout() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
-
- getCallbackUrl() - Method in class org.wso2.apimgt.gateway.cli.model.oauth.DCRRequest
-
- getCertificateDetails() - Method in class org.wso2.apimgt.gateway.cli.model.config.MutualSSL
-
- getCertificates() - Method in class org.wso2.apimgt.gateway.cli.model.rest.ClientCertificatesDTO
-
- getCircuitBreaker() - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.AdvanceEndpointConfigDTO
-
- getClient() - Method in class org.wso2.apimgt.gateway.cli.model.config.Config
-
- getClientCertificates() - Method in class org.wso2.apimgt.gateway.cli.model.config.MutualSSL
-
- getClientCertificates(String) - Method in interface org.wso2.apimgt.gateway.cli.rest.RESTAPIService
-
Get list of client certificates.
- getClientCertificates(String) - Method in class org.wso2.apimgt.gateway.cli.rest.RESTAPIServiceImpl
-
- getClientId() - Method in class org.wso2.apimgt.gateway.cli.model.config.Token
-
- getClientKey() - Method in class org.wso2.apimgt.gateway.cli.model.oauth.OAuthTokenRequest
-
- getClientName() - Method in class org.wso2.apimgt.gateway.cli.model.oauth.DCRRequest
-
- getClientSecret() - Method in class org.wso2.apimgt.gateway.cli.model.config.Token
-
- getClientSecret() - Method in class org.wso2.apimgt.gateway.cli.model.oauth.OAuthTokenRequest
-
- getCLIHome() - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
-
Get cli home location.
- getCLILibPath() - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
-
Get cli library location.
- getCLILogLevel(Level) - Static method in class org.wso2.apimgt.gateway.cli.logging.LogLevelMapper
-
- getCmd() - Method in class org.wso2.apimgt.gateway.cli.model.config.DockerConfig
-
- getCmd() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
-
- getCodeGen() - Method in class org.wso2.apimgt.gateway.cli.model.config.Config
-
- getCodeGenerationContext() - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
-
- getCommandUsageInfo(String) - Method in interface org.wso2.apimgt.gateway.cli.cmd.LauncherCmd
-
- getConfig() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaService
-
- getConfig() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.ListenerEndpoint
-
- getConfig() - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
-
- getConfigMaps() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesConfigMap
-
- getContainerConfig() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaService
-
- getContainerConfig() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.ListenerEndpoint
-
- getContainerConfig() - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
-
- getContent() - Method in class org.wso2.apimgt.gateway.cli.model.template.GenSrcFile
-
- getContext() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIInfoDTO
-
A string that represents the context of the user's request.
- getCopyFiles() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
-
- getCorsConfiguration() - Method in class org.wso2.apimgt.gateway.cli.model.config.Config
-
- getCorsConfiguration() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
-
- getCorsConfigurationDTO() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIMetadataDTO
-
- getCorsConfigurationEnabled() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APICorsConfigurationDTO
-
- getCount() - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.EndpointRetryDTO
-
- getCount() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIListDTO
-
Number of APIs returned.
- getCount() - Method in class org.wso2.apimgt.gateway.cli.model.rest.ClientCertificatesDTO
-
- getCount() - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.ApplicationThrottlePolicyListDTO
-
Number of Application Throttling Policies returned.
- getCount() - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.SubscriptionThrottlePolicyListDTO
-
Number of Subscription Throttling Policies returned.
- getCount() - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.ThrottlePolicyMapper
-
- getCount() - Method in class org.wso2.apimgt.gateway.cli.model.template.policy.ThrottlePolicy
-
- getCpuPrecentage() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesHpa
-
- getCustomAttributes() - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.SubscriptionThrottlePolicyDTO
-
Custom attributes added to the Subscription Throttling Policy.
- getData() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesConfigMapConfigItem
-
- getData() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesSecretItem
-
- getDataAmount() - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.BandwidthLimitDTO
-
Amount of data allowed to be transfered.
- getDataUnit() - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.BandwidthLimitDTO
-
Unit of data allowed to be transfered.
- getDcrVersion() - Method in class org.wso2.apimgt.gateway.cli.model.config.Token
-
- getDebugPort() - Method in class org.wso2.apimgt.gateway.cli.model.config.DockerConfig
-
- getDefaultCorsConfig() - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
-
- getDefaultInstance() - Static method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.AdvanceEndpointConfig
-
- getDefaultInstance() - Static method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints
-
- getDefaultInstanceForType() - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.AdvanceEndpointConfig.Builder
-
- getDefaultInstanceForType() - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.AdvanceEndpointConfig
-
- getDefaultInstanceForType() - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints.Builder
-
- getDefaultInstanceForType() - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints
-
- getDefaultLimit() - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.ApplicationThrottlePolicyDTO
-
- getDefaultLimit() - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.SubscriptionThrottlePolicyDTO
-
- getDefaultValue() - Method in interface org.wso2.apimgt.gateway.cli.model.template.service.BallerinaOpenAPIObject
-
Retrieve the default value for this type.
- getDefaultValue() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaOperation
-
- getDefaultValue() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaParameter
-
- getDefaultValue() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaPath
-
- getDefaultValue() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaService
-
- getDefinitionsLocation() - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
-
Get filters folder location.
- getDependencies() - Method in class org.wso2.apimgt.gateway.cli.model.template.BallerinaToml
-
- getDeploymentConfigLocation(String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
-
Returns location of the deployment configuration file of given project.
- getDescription() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIInfoDTO
-
A brief description about the APIDetailedDTO.
- getDescription() - Method in class org.wso2.apimgt.gateway.cli.model.rest.LabelDTO
-
- getDescription() - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.ThrottlePolicyDTO
-
Description of the policy.
- getDescription() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaOperation
-
- getDescription() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaParameter
-
- getDescriptor() - Static method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.AdvanceEndpointConfig.Builder
-
- getDescriptor() - Static method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.AdvanceEndpointConfig
-
- getDescriptor() - Static method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints.Builder
-
- getDescriptor() - Static method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints
-
- getDescriptor() - Static method in enum org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.EndpointType
-
- getDescriptor() - Static method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder
-
- getDescriptor() - Static method in enum org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Security
-
- getDescriptorForType() - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.AdvanceEndpointConfig.Builder
-
- getDescriptorForType() - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints.Builder
-
- getDescriptorForType() - Method in enum org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.EndpointType
-
- getDescriptorForType() - Method in enum org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Security
-
- getDestinationStatsEnabled() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
-
- getDetectedClassifier() - Static method in class org.wso2.apimgt.gateway.cli.protobuf.OSDetector
-
- getDisplayName() - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.ThrottlePolicyDTO
-
Display name of the policy.
- getDocker() - Method in class org.wso2.apimgt.gateway.cli.model.config.ContainerConfig
-
- getDockerCertPath() - Method in class org.wso2.apimgt.gateway.cli.model.config.DockerConfig
-
- getDockerCertPath() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
-
- getDockerCertPath() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesJob
-
- getDockerConfig() - Method in class org.wso2.apimgt.gateway.cli.model.config.Docker
-
- getDockerCopyFiles() - Method in class org.wso2.apimgt.gateway.cli.model.config.Docker
-
- getDockerHost() - Method in class org.wso2.apimgt.gateway.cli.model.config.DockerConfig
-
- getDockerHost() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
-
- getDockerHost() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesJob
-
- getEnableDebug() - Method in class org.wso2.apimgt.gateway.cli.model.config.DockerConfig
-
- getEnableLiveness() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
-
- getEndpointConfig() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
-
- getEndpointConfig() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaService
-
- getEndpointConfigRepresentation() - Method in class org.wso2.apimgt.gateway.cli.model.rest.ext.ExtendedAPI
-
- getEndpoints() - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.MgwEndpointListDTO
-
- getEndpoints() - Method in class org.wso2.apimgt.gateway.cli.model.route.EndpointListRouteDTO
-
- getEndpointSecurity() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
-
- getEndpointUrl() - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.MgwEndpointDTO
-
- getEndpointUrlType() - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.MgwEndpointListDTO
-
- getEnv() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
-
- getEnv() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesJob
-
- getEpConfigDTO() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaOperation
-
- getEscapedName() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaParameter
-
- getExitCode() - Method in exception org.wso2.apimgt.gateway.cli.exception.CLICompileTimeException
-
- getExitCode() - Method in exception org.wso2.apimgt.gateway.cli.exception.CLIInternalException
-
- getExitCode() - Method in exception org.wso2.apimgt.gateway.cli.exception.CLIRuntimeException
-
- getExternalDocs() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaOperation
-
- getExternalJarDependencies(String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
-
- getFailureThreshold() - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.CircuitBreakerConfigDTO
-
- getFileName() - Method in class org.wso2.apimgt.gateway.cli.model.template.GenSrcFile
-
- getFiles() - Method in class org.wso2.apimgt.gateway.cli.model.config.CopyFileConfig
-
- getFilters() - Method in class org.wso2.apimgt.gateway.cli.model.config.ContainerConfig
-
- getFiltersFolderLocation() - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
-
Get filters folder location.
- getFqn() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaInterceptor
-
- getFuncName() - Method in class org.wso2.apimgt.gateway.cli.model.template.policy.ThrottlePolicy
-
- getGatewayEnvironments() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
-
Comma separated list of gateway environments.
- getGlobalFaultResponses() - Method in class org.wso2.apimgt.gateway.cli.model.config.CodeGen
-
- getGrantType() - Method in class org.wso2.apimgt.gateway.cli.model.oauth.OAuthTokenRequest
-
- getGrantTypes() - Method in class org.wso2.apimgt.gateway.cli.model.oauth.DCRRequest
-
- getGrpcDefinitionsDirPath(String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
-
Returns path to the /grpc_definitions of a given project in the current directory.
- getHasDocker() - Method in class org.wso2.apimgt.gateway.cli.model.config.ContainerConfig
-
- getHasKubernetes() - Method in class org.wso2.apimgt.gateway.cli.model.config.ContainerConfig
-
- getHostname() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesIngress
-
- getHostname() - Method in class org.wso2.apimgt.gateway.cli.model.config.SecureKubernetesIngress
-
- getHttpRequestTimeout() - Method in class org.wso2.apimgt.gateway.cli.model.config.Client
-
- getId() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIInfoDTO
-
UUID of the api registry artifact.
- getId() - Method in class org.wso2.apimgt.gateway.cli.model.rest.SequenceDTO
-
- getId() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaInterceptor
-
- getImage() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
-
- getImage() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesJob
-
- getImagePullPolicy() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
-
- getImagePullPolicy() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesJob
-
- getImagePullSecrets() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
-
- getImportStatement() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaInterceptor
-
- getIn() - Method in class org.wso2.apimgt.gateway.cli.model.config.APIKey
-
- getIn() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaParameter
-
- getInfo() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaService
-
- getIngressClass() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesIngress
-
- getIngressClass() - Method in class org.wso2.apimgt.gateway.cli.model.config.SecureKubernetesIngress
-
- getInitialDelaySeconds() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
-
- getInitialDelaySeconds() - Method in class org.wso2.apimgt.gateway.cli.model.config.ProbeConfig
-
- getIntervalInMillis() - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.EndpointRetryDTO
-
- getInvokeStatement() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaInterceptor
-
- getIsBallerinaConf() - Method in class org.wso2.apimgt.gateway.cli.model.config.CopyFile
-
- getIsDefaultVersion() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
-
- getIsDeployed() - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.ThrottlePolicyDTO
-
Indicates whether the policy is deployed successfully or not.
- getKeyStorePassword() - Method in class org.wso2.apimgt.gateway.cli.model.config.SecureKubernetesIngress
-
- getKeyStorePath() - Method in class org.wso2.apimgt.gateway.cli.model.config.SecureKubernetesIngress
-
- getKubernetes() - Method in class org.wso2.apimgt.gateway.cli.model.config.ContainerConfig
-
- getKubernetesConfigMap() - Method in class org.wso2.apimgt.gateway.cli.model.config.Kubernetes
-
- getKubernetesDeployment() - Method in class org.wso2.apimgt.gateway.cli.model.config.Kubernetes
-
- getKubernetesHpa() - Method in class org.wso2.apimgt.gateway.cli.model.config.Kubernetes
-
- getKubernetesIngress() - Method in class org.wso2.apimgt.gateway.cli.model.config.Kubernetes
-
- getKubernetesJob() - Method in class org.wso2.apimgt.gateway.cli.model.config.Kubernetes
-
- getKubernetesPersistentVolumeClaim() - Method in class org.wso2.apimgt.gateway.cli.model.config.Kubernetes
-
- getKubernetesSecret() - Method in class org.wso2.apimgt.gateway.cli.model.config.Kubernetes
-
- getKubernetesService() - Method in class org.wso2.apimgt.gateway.cli.model.config.Kubernetes
-
- getKubernetesServiceHttp() - Method in class org.wso2.apimgt.gateway.cli.model.config.Kubernetes
-
- getKubernetesServiceHttps() - Method in class org.wso2.apimgt.gateway.cli.model.config.Kubernetes
-
- getKubernetesServiceToken() - Method in class org.wso2.apimgt.gateway.cli.model.config.Kubernetes
-
- getLabels() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
-
- getLabels() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesHpa
-
- getLabels() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesIngress
-
- getLabels() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesJob
-
- getLabels() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesService
-
- getLabels() - Method in class org.wso2.apimgt.gateway.cli.model.config.SecureKubernetesIngress
-
- getLabels() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
-
Labels of micro-gateway environments attached to the APIDetailedDTO.
- getLibs() - Method in class org.wso2.apimgt.gateway.cli.model.template.BallerinaToml
-
- getLibVersions() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaService
-
Returns the map which contains the interceptor module name with organization and the module version.
- getLimit() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIListPaginationDTO
-
- getList() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIListDTO
-
- getList() - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.ApplicationThrottlePolicyListDTO
-
- getList() - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.SubscriptionThrottlePolicyListDTO
-
- getLivenessPort() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
-
- getLivenessProbe() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
-
- getLoggingPropertiesFileLocation() - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
-
Get resources file directory path.
- getMainConfigLocation() - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
-
Returns location of the main configuration file of given project root.
- getMaxActiveConnections() - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.PoolConfigDTO
-
- getMaxActiveStreamsPerConnection() - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.PoolConfigDTO
-
- getMaxIdleConnections() - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.PoolConfigDTO
-
- getMaxReplicas() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesHpa
-
- getMaxTps() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
-
- getMaxWaitIntervalInMillis() - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.EndpointRetryDTO
-
- getMessages() - Method in exception org.wso2.apimgt.gateway.cli.exception.CliLauncherException
-
- getMgwApiScope() - Method in class org.wso2.apimgt.gateway.cli.model.rest.ext.ExtendedAPI
-
- getMgwApiSecurity() - Method in class org.wso2.apimgt.gateway.cli.model.rest.ext.ExtendedAPI
-
- getMgwResourceScope(Operation) - Static method in class org.wso2.apimgt.gateway.cli.utils.OpenAPICodegenUtils
-
Get resource level security scopes of Operation if the security scheme is oauth2.
- getMgwResourceSecurity(Operation, ApplicationSecurity) - Static method in class org.wso2.apimgt.gateway.cli.utils.OpenAPICodegenUtils
-
Get resource level auth providers as a list of strings.
- getMgwVersion() - Method in class org.wso2.apimgt.gateway.cli.model.template.BallerinaToml
-
- getMicroGWConfResourceLocation() - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
-
- getMinReplicas() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesHpa
-
- getModelPackage() - Method in class org.wso2.apimgt.gateway.cli.model.template.policy.ThrottlePolicy
-
- getModelPackage() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaService
-
- getModule() - Method in class org.wso2.apimgt.gateway.cli.model.template.BallerinaLibrary
-
- getModule() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaInterceptor
-
- getMountPath() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesConfigMapConfigItem
-
- getMountPath() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesPersistentVolumeClaim
-
- getMountPath() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesSecretItem
-
- getMutualSSL() - Method in class org.wso2.apimgt.gateway.cli.model.config.Config
-
- getMutualSSL() - Method in class org.wso2.apimgt.gateway.cli.model.rest.ext.ExtendedAPI
-
- getName() - Method in class org.wso2.apimgt.gateway.cli.cmd.BuildCmd
-
- getName() - Method in class org.wso2.apimgt.gateway.cli.cmd.HelpCmd
-
- getName() - Method in class org.wso2.apimgt.gateway.cli.cmd.ImportCmd
-
- getName() - Method in class org.wso2.apimgt.gateway.cli.cmd.InitCmd
-
- getName() - Method in interface org.wso2.apimgt.gateway.cli.cmd.LauncherCmd
-
- getName() - Method in class org.wso2.apimgt.gateway.cli.cmd.ResetCmd
-
- getName() - Method in class org.wso2.apimgt.gateway.cli.cmd.VersionCmd
-
- getName() - Method in class org.wso2.apimgt.gateway.cli.model.config.APIKey
-
- getName() - Method in class org.wso2.apimgt.gateway.cli.model.config.DockerConfig
-
- getName() - Method in class org.wso2.apimgt.gateway.cli.model.config.Filter
-
- getName() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesConfigMapConfigItem
-
- getName() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
-
- getName() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesHpa
-
- getName() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesIngress
-
- getName() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesJob
-
- getName() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesPersistentVolumeClaim
-
- getName() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesSecretItem
-
- getName() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesService
-
- getName() - Method in class org.wso2.apimgt.gateway.cli.model.config.SecureKubernetesIngress
-
- getName() - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.MgwEndpointListDTO
-
- getName() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIInfoDTO
-
Name of the APIDetailedDTO.
- getName() - Method in class org.wso2.apimgt.gateway.cli.model.rest.LabelDTO
-
- getName() - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.CustomAttributeDTO
-
Name of the custom attribute.
- getName() - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.ThrottlePolicyMapper
-
- getName() - Method in class org.wso2.apimgt.gateway.cli.model.rest.SequenceDTO
-
- getName() - Method in class org.wso2.apimgt.gateway.cli.model.route.EndpointListRouteDTO
-
- getName() - Method in class org.wso2.apimgt.gateway.cli.model.template.policy.ThrottlePolicy
-
- getName() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaInterceptor
-
- getName() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaParameter
-
- getName() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaService
-
- getNext() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIListDTO
-
Link to the next subset of resources qualified.\nEmpty if no more resources are to be returned.
- getNext() - Method in class org.wso2.apimgt.gateway.cli.model.rest.ClientCertificatesDTO
-
- getNumber() - Method in enum org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.EndpointType
-
- getNumber() - Method in enum org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Security
-
- getOffset() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIListPaginationDTO
-
- getOpenAPIAsJson(OpenAPI, String, Path) - Static method in class org.wso2.apimgt.gateway.cli.utils.OpenAPICodegenUtils
-
Convert the v2 or v3 open API definition in yaml or json format into json format of the respective format.
- getOperationId() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaOperation
-
- getOperations() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaPath
-
- getOrg() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaInterceptor
-
- getOwner() - Method in class org.wso2.apimgt.gateway.cli.model.oauth.DCRRequest
-
- getPagination() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIListDTO
-
- getPagination() - Method in class org.wso2.apimgt.gateway.cli.model.rest.ClientCertificatesDTO
-
- getParameters() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaOperation
-
- getParserForType() - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.AdvanceEndpointConfig
-
- getParserForType() - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints
-
- getPassword() - Method in class org.wso2.apimgt.gateway.cli.model.config.DockerConfig
-
- getPassword() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
-
- getPassword() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesJob
-
- getPassword() - Method in class org.wso2.apimgt.gateway.cli.model.oauth.OAuthTokenRequest
-
- getPassword() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIEndpointSecurityDTO
-
- getPath() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesIngress
-
- getPath() - Method in class org.wso2.apimgt.gateway.cli.model.config.SecureKubernetesIngress
-
- getPath() - Method in class org.wso2.apimgt.gateway.cli.model.template.BallerinaLibrary
-
- getPathParameters() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaOperation
-
- getPaths() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaService
-
- getPeriodSeconds() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
-
- getPeriodSeconds() - Method in class org.wso2.apimgt.gateway.cli.model.config.ProbeConfig
-
- getPolicyId() - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.ThrottlePolicyDTO
-
Id of policy.
- getPolicyInitNames() - Method in class org.wso2.apimgt.gateway.cli.model.template.policy.ThrottlePolicyInitializer
-
- getPolicyKey() - Method in class org.wso2.apimgt.gateway.cli.model.template.policy.ThrottlePolicy
-
- getPolicyName() - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.ThrottlePolicyDTO
-
Name of policy.
- getPolicyType() - Method in class org.wso2.apimgt.gateway.cli.model.template.policy.ThrottlePolicy
-
- getPoolConfig() - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.AdvanceEndpointConfigDTO
-
- getPort() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesService
-
- getPort() - Method in class org.wso2.apimgt.gateway.cli.model.config.ProbeConfig
-
- getPosition() - Method in class org.wso2.apimgt.gateway.cli.model.config.Filter
-
- getPrevious() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIListDTO
-
Link to the previous subset of resources qualified.\nEmpty if current subset is the first subset returned.
- getPrevious() - Method in class org.wso2.apimgt.gateway.cli.model.rest.ClientCertificatesDTO
-
- getProdEndpointList() - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.MgwEndpointConfigDTO
-
- getProdEndpointList() - Method in class org.wso2.apimgt.gateway.cli.model.route.RouteEndpointConfig
-
- getProduction() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIMaxTpsDTO
-
- getProjectAPIFilesDirectoryPath(String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
-
Returns path to the /API-Files of a given project in the current working directory.
- getProjectDirectoryPath(String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
-
Returns path to the given project in the current working directory.
- getProjectExtensionsDirectoryPath(String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
-
Returns path to the /extensions of a given project in the current working directory.
- getProjectGenAPIDefinitionPath(String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
-
Returns path to the /gen/api-definition of a given project in the current working directory.
- getProjectGenDirectoryPath(String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
-
Returns path to the /gen of a given project in the current working directory.
- getProjectGenSrcDirectoryPath(String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
-
Returns path to the /gen/src of a given project in the current working directory.
- getProjectGenSwaggerPath(String, String, String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
-
Returns path to the /gen/api-definition of a given project in the current working directory.
- getProjectGenSwaggerPath(String, String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
-
Returns path to the /gen/api-definition of a given project in the current working directory.
- getProjectGrpcDirectoryPath() - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
-
Returns path to the /grpc_service/client of a given project in the current working directory.
- getProjectGrpcSoloDirectoryPath() - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
-
Returns path to the /grpc_service of a given project in the current working directory.
- getProjectInterceptorsPath(String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
-
Returns the path to mgw project's 'interceptors' directory.
- getProjectName() - Method in class org.wso2.apimgt.gateway.cli.codegen.CodeGenerationContext
-
- getProjectName() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaService
-
- getProjectSwaggerFilePath(String, String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
-
Returns the path to the swagger for a defined version of an API.
- getProjectTargetGenDirectoryPath(String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
-
Returns path to the /target/gen of a given project in the current working directory.
- getProjectTargetGenGrpcSrcDescDirectory(String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
-
Returns path to the /target/gen/gRPCSrc/desc of a given project in the current working directory.
- getProjectTargetGenGrpcSrcDirectory(String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
-
Returns path to the /target/gen/gRPCSrc of a given project in the current working directory.
- getProjectTargetGenGrpcSrcOpenAPIsDirectory(String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
-
Returns path to the /target/gen/gRPCSrc/OpenAPIs of a given project in the current working directory.
- getProjectTargetInterceptorsPath(String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
-
Returns the path to target ballerina project's 'interceptors' directory, inside of a
given mgw project in the current working directory.
- getProjectTargetModulePath(String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
-
Returns the path to ballerina project module inside of a given mgw project
in the current working directory.
- getProtocDirPath() - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
-
get the path of the protoc executable.
- getProtoDescriptorPath(String, String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
-
descriptor path of the grpc definition.
- getProvider() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
-
Retrieves API creator & assignes value.
- getProvider() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIInfoDTO
-
If the provider value is not given, the user invoking the APIDetailedDTO will be used as the provider.
- getPublisherEndpoint() - Method in class org.wso2.apimgt.gateway.cli.model.config.Token
-
- getPush() - Method in class org.wso2.apimgt.gateway.cli.model.config.DockerConfig
-
- getPush() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
-
- getPush() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesJob
-
- getQualifiedServiceName() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaService
-
- getRateLimitCount() - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.SubscriptionThrottlePolicyDTO
-
Burst control request count.
- getRateLimitTimeUnit() - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.SubscriptionThrottlePolicyDTO
-
Burst control time unit.
- getReadinessProbe() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
-
- getReadOnly() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesConfigMapConfigItem
-
- getReadOnly() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesPersistentVolumeClaim
-
- getReadOnly() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesSecretItem
-
- getRegistrationEndpoint() - Method in class org.wso2.apimgt.gateway.cli.model.config.Token
-
- getRegistry() - Method in class org.wso2.apimgt.gateway.cli.model.config.DockerConfig
-
- getRegistry() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
-
- getReplicas() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
-
- getReqInterceptorContext() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaOperation
-
- getRequestCount() - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.RequestCountLimitDTO
-
Maximum number of requests allowed.
- getRequestInterceptor() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaOperation
-
- getRequestInterceptor() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaService
-
- getRequestVolumeThreshold() - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.RollingWindowConfigDTO
-
- getRequired() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaParameter
-
- getResetTimeInMillis() - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.CircuitBreakerConfigDTO
-
- getResInterceptorContext() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaOperation
-
- getResourceEpConfigForCodegen(Operation) - Static method in class org.wso2.apimgt.gateway.cli.utils.OpenAPICodegenUtils
-
get resource Endpoint configuration in the format of
MgwEndpointConfigDTO to match the mustache
template.
- getResourceFolderLocation() - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
-
Get resources file directory path.
- getResourcePolicies() - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.ThrottlePolicyListMapper
-
- getResourcesGrpcDirLocation() - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
-
Get grpc directory location inside Resources Directory.
- getResourceTier() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaOperation
-
- getResponseCaching() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
-
- getResponseInterceptor() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaOperation
-
- getResponseInterceptor() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaService
-
- getResponseString(InputStream) - Static method in class org.wso2.apimgt.gateway.cli.utils.RESTAPIUtils
-
Get inputStream string as string.
- getRestartPolicy() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesJob
-
- getRestVersion() - Method in class org.wso2.apimgt.gateway.cli.model.config.Token
-
- getRetryConfig() - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.AdvanceEndpointConfigDTO
-
- getRollingWindow() - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.CircuitBreakerConfigDTO
-
- getSandbox() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIMaxTpsDTO
-
- getSandboxEndpointList() - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.MgwEndpointConfigDTO
-
- getSandboxEndpointList() - Method in class org.wso2.apimgt.gateway.cli.model.route.RouteEndpointConfig
-
- getSchedule() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesJob
-
- getScope() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaOperation
-
- getScopes() - Method in class org.wso2.apimgt.gateway.cli.model.oauth.OAuthTokenRequest
-
- getSecrets() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesSecret
-
- getSecureKubernetesIngress() - Method in class org.wso2.apimgt.gateway.cli.model.config.Kubernetes
-
- getSecurity() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIMetadataDTO
-
- getSecurityConfig() - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.MgwEndpointListDTO
-
- getSecurityConfig() - Method in class org.wso2.apimgt.gateway.cli.model.route.EndpointListRouteDTO
-
- getSecurityTypes() - Method in class org.wso2.apimgt.gateway.cli.model.config.ApplicationSecurity
-
- getSequences() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
-
- getSerializedSize() - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.AdvanceEndpointConfig
-
- getSerializedSize() - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints
-
- getServiceType() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesService
-
- getShared() - Method in class org.wso2.apimgt.gateway.cli.model.rest.SequenceDTO
-
- getSingleYAML() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
-
- getSource() - Method in class org.wso2.apimgt.gateway.cli.model.config.CopyFile
-
- getSpecificBasepath() - Method in class org.wso2.apimgt.gateway.cli.model.rest.ext.ExtendedAPI
-
- getSrcPackage() - Method in class org.wso2.apimgt.gateway.cli.model.template.policy.ThrottlePolicy
-
- getSrcPackage() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaService
-
- getStatus() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIInfoDTO
-
This describes in which status of the lifecycle the APIDetailedDTO is.
- getStatusCodes() - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.CircuitBreakerConfigDTO
-
- getStatusCodes() - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.EndpointRetryDTO
-
- getStopOnQuotaReach() - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.SubscriptionThrottlePolicyDTO
-
This indicates the action to be taken when a user goes beyond the allocated quota.
- getStopOnQuotaReach() - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.ThrottlePolicyMapper
-
- getSubscriptionAvailability() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
-
The subscription availability.
- getSubscriptionAvailableTenants() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
-
- getSubscriptionPolicies() - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.ThrottlePolicyListMapper
-
- getSubscriptionPolicies(String) - Method in interface org.wso2.apimgt.gateway.cli.rest.RESTAPIService
-
Get list of subsription policies.
- getSubscriptionPolicies(String) - Method in class org.wso2.apimgt.gateway.cli.rest.RESTAPIServiceImpl
-
- getSummary() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaOperation
-
- getTag() - Method in class org.wso2.apimgt.gateway.cli.model.config.DockerConfig
-
- getTags() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
-
Search keywords related to the APIDetailedDTO.
- getTags() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaOperation
-
- getTags() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaService
-
- getTarget() - Method in class org.wso2.apimgt.gateway.cli.model.config.CopyFile
-
- getTargetPath() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesIngress
-
- getTargetPath() - Method in class org.wso2.apimgt.gateway.cli.model.config.SecureKubernetesIngress
-
- getTechnicalOwner() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIBusinessInformationDTO
-
- getTechnicalOwnerEmail() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIBusinessInformationDTO
-
- getTerminalMsg() - Method in exception org.wso2.apimgt.gateway.cli.exception.CLICompileTimeException
-
- getTerminalMsg() - Method in exception org.wso2.apimgt.gateway.cli.exception.CLIRuntimeException
-
- getThumbnailUri() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIInfoDTO
-
- getTier() - Method in class org.wso2.apimgt.gateway.cli.model.rest.ClientCertMetadataDTO
-
- getTiers() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
-
The subscription tiers selected for the particular APIDetailedDTO.
- getTierType() - Method in class org.wso2.apimgt.gateway.cli.model.template.policy.ThrottlePolicy
-
- getTimeoutInMillis() - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.AdvanceEndpointConfigDTO
-
- getTimeoutInMillis() - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.AdvanceEndpointConfig.Builder
-
int32 timeoutInMillis = 1;
- getTimeoutInMillis() - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.AdvanceEndpointConfig
-
int32 timeoutInMillis = 1;
- getTimeoutInMillis() - Method in interface org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.AdvanceEndpointConfigOrBuilder
-
int32 timeoutInMillis = 1;
- getTimeUnit() - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.ThrottleLimitDTO
-
Unit of the time.
- getTimeUnit() - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.ThrottlePolicyMapper
-
- getTimeWindowInMillis() - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.RollingWindowConfigDTO
-
- getToken() - Method in class org.wso2.apimgt.gateway.cli.model.config.Config
-
- getTokenEndpoint() - Method in class org.wso2.apimgt.gateway.cli.model.config.Token
-
- getTokenScope() - Method in class org.wso2.apimgt.gateway.cli.model.oauth.DCRRequest
-
- getToolkitHome() - Method in class org.wso2.apimgt.gateway.cli.model.template.BallerinaToml
-
- getTotal() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIListPaginationDTO
-
- getTransport() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
-
Supported transports for the APIDetailedDTO (http and/or https).
- getTrustStoreAbsoluteLocation() - Method in class org.wso2.apimgt.gateway.cli.model.config.Token
-
- getTrustStoreLocation() - Method in class org.wso2.apimgt.gateway.cli.model.config.Token
-
- getTrustStorePassword() - Method in class org.wso2.apimgt.gateway.cli.model.config.Token
-
- getType() - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.MgwEndpointListDTO
-
- getType() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
-
The transport to be set.
- getType() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIEndpointSecurityDTO
-
- getType() - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.ThrottleLimitDTO
-
Type of the throttling limit.
- getType() - Method in class org.wso2.apimgt.gateway.cli.model.rest.SequenceDTO
-
- getType() - Method in class org.wso2.apimgt.gateway.cli.model.route.EndpointListRouteDTO
-
- getType() - Method in class org.wso2.apimgt.gateway.cli.model.template.GenSrcFile
-
- getType() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaInterceptor
-
- getType() - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints.Builder
-
.wso2.EndpointType type = 2;
- getType() - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints
-
.wso2.EndpointType type = 2;
- getType() - Method in interface org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.EndpointsOrBuilder
-
.wso2.EndpointType type = 2;
- getTypeValue() - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints.Builder
-
.wso2.EndpointType type = 2;
- getTypeValue() - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints
-
.wso2.EndpointType type = 2;
- getTypeValue() - Method in interface org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.EndpointsOrBuilder
-
.wso2.EndpointType type = 2;
- getUnitTime() - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.ThrottleLimitDTO
-
Time limit that the throttling limit applies.
- getUnitTime() - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.ThrottlePolicyMapper
-
- getUnitTime() - Method in class org.wso2.apimgt.gateway.cli.model.template.policy.ThrottlePolicy
-
- getUnixPath(String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
-
Replace backslashes `\` in windows path string with forward slashes `/`.
- getUnknownFields() - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.AdvanceEndpointConfig
-
- getUnknownFields() - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints
-
- getUrl(int) - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints.Builder
-
repeated string url = 1;
- getUrl(int) - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints
-
repeated string url = 1;
- getUrl(int) - Method in interface org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.EndpointsOrBuilder
-
repeated string url = 1;
- getUrlBytes(int) - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints.Builder
-
repeated string url = 1;
- getUrlBytes(int) - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints
-
repeated string url = 1;
- getUrlBytes(int) - Method in interface org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.EndpointsOrBuilder
-
repeated string url = 1;
- getUrlCount() - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints.Builder
-
repeated string url = 1;
- getUrlCount() - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints
-
repeated string url = 1;
- getUrlCount() - Method in interface org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.EndpointsOrBuilder
-
repeated string url = 1;
- getUrlList() - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints.Builder
-
repeated string url = 1;
- getUrlList() - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints
-
repeated string url = 1;
- getUrlList() - Method in interface org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.EndpointsOrBuilder
-
repeated string url = 1;
- getUserDir() - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
-
Returns current user dir.
- getUsername() - Method in class org.wso2.apimgt.gateway.cli.model.config.DockerConfig
-
- getUsername() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
-
- getUsername() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesJob
-
- getUsername() - Method in class org.wso2.apimgt.gateway.cli.model.config.Token
-
- getUsername() - Method in class org.wso2.apimgt.gateway.cli.model.oauth.OAuthTokenRequest
-
- getUsername() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIEndpointSecurityDTO
-
- getValue() - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.CustomAttributeDTO
-
Value of the custom attribute.
- getValueDescriptor() - Method in enum org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.EndpointType
-
- getValueDescriptor() - Method in enum org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Security
-
- getVariableName() - Method in class org.wso2.apimgt.gateway.cli.model.config.Filter
-
- getversion(String) - Static method in class org.wso2.apimgt.gateway.cli.cmd.VersionCmd
-
Get micro-gw version from version.txt file.
- getVersion() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIInfoDTO
-
The version of the APIDetailedDTO.
- getVersion() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaInterceptor
-
- getVisibility() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
-
The visibility level of the APIDetailedDTO.
- getVisibleRoles() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
-
The user roles that are able to access the APIDetailedDTO.
- getVisibleTenants() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
-
- getVolumeClaimSize() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesPersistentVolumeClaim
-
- getWaitTimeInMillis() - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.PoolConfigDTO
-
- getWsdlUri() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
-
WSDL URL if the APIDetailedDTO is based on a WSDL endpoint.
- GRANT_TYPE - Static variable in class org.wso2.apimgt.gateway.cli.constants.TokenManagementConstants
-
- grantPermission(File) - Static method in class org.wso2.apimgt.gateway.cli.protobuf.ProtocCommandBuilder
-
Grant permission to the protoc executor file.
- GW_DIST_BIN - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
-
- GW_DIST_CONF - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
-
- GW_DIST_DEFINITIONS - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
-
- GW_DIST_EXTENSION_FILTER - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
-
- GW_DIST_EXTERNAL - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
-
- GW_DIST_FILTERS - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
-
- GW_DIST_POLICIES_FILE - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
-
- GW_DIST_RESOURCES - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
-
- GW_DIST_START_UP_EXTENSION - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
-
- GW_DIST_TOKEN_REVOCATION_EXTENSION - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
-
- validateEndpoints() - Method in class org.wso2.apimgt.gateway.cli.model.route.EndpointListRouteDTO
-
Validate the provided set of endpoint URLs.
- validateOpenAPIDefinition(OpenAPI, String, String) - Static method in class org.wso2.apimgt.gateway.cli.utils.OpenAPICodegenUtils
-
validate the openAPI definition.
- valueOf(String) - Static method in enum org.wso2.apimgt.gateway.cli.constants.GeneratorConstants.PolicyType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.wso2.apimgt.gateway.cli.constants.OpenAPIConstants.APISecurity
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO.AccessControlEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO.SubscriptionAvailabilityEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO.TypeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO.VisibilityEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.wso2.apimgt.gateway.cli.model.rest.APIEndpointSecurityDTO.TypeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.wso2.apimgt.gateway.cli.model.rest.EndpointUrlTypeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.wso2.apimgt.gateway.cli.model.rest.policy.ThrottleLimitDTO.TypeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.wso2.apimgt.gateway.cli.model.route.EndpointType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.wso2.apimgt.gateway.cli.model.template.GenSrcFile.GenFileType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.wso2.apimgt.gateway.cli.model.template.service.BallerinaInterceptor.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.EndpointType
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.EndpointType
-
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.EndpointType
-
- valueOf(String) - Static method in enum org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Security
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Security
-
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Security
-
- values() - Static method in enum org.wso2.apimgt.gateway.cli.constants.GeneratorConstants.PolicyType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.wso2.apimgt.gateway.cli.constants.OpenAPIConstants.APISecurity
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO.AccessControlEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO.SubscriptionAvailabilityEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO.TypeEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO.VisibilityEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.wso2.apimgt.gateway.cli.model.rest.APIEndpointSecurityDTO.TypeEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.wso2.apimgt.gateway.cli.model.rest.EndpointUrlTypeEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.wso2.apimgt.gateway.cli.model.rest.policy.ThrottleLimitDTO.TypeEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.wso2.apimgt.gateway.cli.model.route.EndpointType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.wso2.apimgt.gateway.cli.model.template.GenSrcFile.GenFileType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.wso2.apimgt.gateway.cli.model.template.service.BallerinaInterceptor.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.EndpointType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Security
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VERSION - Static variable in class org.wso2.apimgt.gateway.cli.cmd.CliCommands
-
- VERSION_FILE - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
-
- VERSION_PLACEHOLDER - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
-
- VERSION_PLACEHOLDER - Static variable in class org.wso2.apimgt.gateway.cli.constants.OpenAPIConstants
-
- VersionCmd - Class in org.wso2.apimgt.gateway.cli.cmd
-
This class represents the "version" command and it displays the current version of the micro-gw toolkit .
- VersionCmd() - Constructor for class org.wso2.apimgt.gateway.cli.cmd.VersionCmd
-
- VIEW_API_SCOPE - Static variable in class org.wso2.apimgt.gateway.cli.constants.TokenManagementConstants
-