Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.49 KB

File metadata and controls

25 lines (16 loc) · 1.49 KB

Onepanel.OpConfiguration

Properties

Name Type Description Notes
serviceType String Indicates that this is Oneprovider's panel.
providerId String This cluster's Oneprovider Id. `null` if the Oneprovider is not registered or Oneprovider worker is down.
providerName String The name of this Oneprovider. If the cluster is not configured or malfunctioning (e.g. the op-worker service is down), the value may be `null`.
providerDomain String The domain of this Oneprovider. If the cluster is not configured or malfunctioning (e.g. the op-worker service is down), the value may be `null`.
zoneDomain String The domain of the Onezone where this Oneprovider is registered. `null` if the Oneprovider is not registered.
isRegistered Boolean True if the Oneprovider has been registered at a Onezone. [optional]
oneS3Enabled Boolean True if the OneS3 service is deployed (provides an S3-compliant data access endpoint).
oneS3Domain String The domain at which the S3 endpoint is available, or `null` if the OneS3 service is not deployed.
oneS3Port Number The port at which the S3 endpoint is available, or `null` if the OneS3 service is not deployed.

Enum: ServiceTypeEnum

  • oneprovider (value: "oneprovider")