Ballerina library
wso2.controlplane
Module wso2.controlplane
ballerinax/wso2.controlplane Ballerina library
1.0.0
Module Overview
This module provides the Ballerina wso2.controlplane related implementation.
Enums
wso2.controlplane: ArtifactType
Members
SERVICE
LISTENER
Records
wso2.controlplane: Artifact
Represents a Ballerina artifact.
Fields
- name string - the name of the artifact.
wso2.controlplane: Artifacts
Represents a list of artifacts in a Ballerina node.
Fields
- count int - the number of artifacts.
- list Artifact[] - the list of artifacts.
wso2.controlplane: ListenerDetail
Represents the details of a Ballerina listener object.
Fields
- Fields Included from *Artifact
- name string
- anydata...
- protocol string - the protocol of the listener.
- package string - the package where the listener is defined.
wso2.controlplane: Node
Represents a Ballerina node.
Fields
- platformName string(default "ballerina") - the platform name.
- platformVersion string - the ballerina version.
- ballerinaHome string - the ballerina home directory.
- osName string - the operating system name.
- osVersion string - the operating system version.
wso2.controlplane: RequestLimit
Represents the request details of a Ballerina listener object.
Fields
- maxUriLength int - the maximum URI length.
- maxHeaderSize int - the maximum header size.
- maxEntityBodySize int - the maximum entity body size.
wso2.controlplane: Resource
Represents the details of a Ballerina service resource.
Fields
- methods string[] - the HTTP methods supported by the resource.
- url string - the URL of the resource.
wso2.controlplane: ServiceDetail
Represents the details of a Ballerina service.
Fields
- Fields Included from *Artifact
- name string
- anydata...
- basePath string - the base path of the service.
- package string - the package where the service is defined.
- listeners Artifact[] - the list of listeners to which the service is attached.
- resources Resource[] - the list of resources in the service.
Union types
wso2.controlplane: ArtifactDetail
ArtifactDetail
Represents the details of a Ballerina artifact.
Import
import ballerinax/wso2.controlplane;
Metadata
Released date: 8 months ago
Version: 1.0.0
License: Apache-2.0
Compatibility
Platform: java17
Ballerina version: 2201.9.0
GraalVM compatible: Yes
Pull count
Total: 0
Current verison: 38
Weekly downloads
Other versions
1.0.0