Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IsiClusterAcs ¶
type IsiClusterAcs struct { // list of failed nodes serial number. FailedNodesSn []string `json:"failed_nodes_sn,omitempty"` // the number of joined nodes. JoinedNodes *int32 `json:"joined_nodes,omitempty"` // the status of license activation. LicenseStatus *string `json:"license_status,omitempty"` // the status of SRS enablement. SrsStatus *string `json:"srs_status,omitempty"` // total nodes number of the cluster. TotalNodes *int32 `json:"total_nodes,omitempty"` // list of unresponsive nodes serial number. UnresponsiveSn []string `json:"unresponsive_sn,omitempty"` }
IsiClusterAcs Cluster ACS status.
func GetIsiClusterAcs ¶
func GetIsiClusterAcs( ctx context.Context, client api.Client, ) (clusterAcs *IsiClusterAcs, err error)
GetIsiClusterAcs queries ACS status of OneFS cluster
Click to show internal directories.
Click to hide internal directories.