package
0.0.0-20230212013232-7aae7b90475c
Repository: https://github.com/infraboard/cmdb.git
Documentation: pkg.go.dev

# README

负载均衡管理

统一状态

各云商状态

阿里云: API 文档

  • inactive: 实例已停止,此状态的实例监听不会再转发流量。
  • active: 实例运行中,实例创建后,默认状态为active。
  • locked: 实例已锁定。当负载均衡实例到期后,但到期时间未超过7天时,负载均衡实例进入锁定状态。此种状态下,您不能对负载均衡实例进行任何操作,并且实例不再会进行流量转发,但会保留实例的IP和其它配置。

腾讯云: LoadBalancer数据结构 0:创建中 1:正常运行。

华为云: API 文档

  • ONLINE
  • FROZEN

统一后状态

  • PENDING:表示创建中
  • RUNNING:表示运行中
  • LOCKED: 实例已锁定

# Packages

No description provided by the author
No description provided by the author

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
ParseSTATUSFromString Parse STATUS from string.
No description provided by the author

# Constants

No description provided by the author
表示创建失败.
表示销毁中.
已销毁.
表示实例已经锁定.
表示创建中.
表示运行中.
表示停止.
未知状态.

# Variables

No description provided by the author
No description provided by the author
Service_ServiceDesc is the grpc.ServiceDesc for Service service.
Enum value maps for STATUS.
Enum value maps for STATUS.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
UnimplementedServiceServer must be embedded to have forward compatible implementations.

# Interfaces

ServiceClient is the client API for Service service.
ServiceServer is the server API for Service service.
UnsafeServiceServer may be embedded to opt out of forward compatibility for this service.

# Type aliases

No description provided by the author