Documentation
¶
Index ¶
Constants ¶
View Source
const ( Namespace = "vsan" Path = "/vsanHealth" )
Namespace and Path constants
Variables ¶
View Source
var (
VsanVcClusterConfigSystemInstance = vimtypes.ManagedObjectReference{
Type: "VsanVcClusterConfigSystem",
Value: "vsan-cluster-config-system",
}
)
Creates the vsan cluster config system instance. This is to be queried from vsan health.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client used for accessing vsan health APIs.
func (*Client) VsanClusterGetConfig ¶
func (c *Client) VsanClusterGetConfig(ctx context.Context, cluster vimtypes.ManagedObjectReference) (*vsantypes.VsanConfigInfoEx, error)
VsanClusterGetConfig calls the Vsan health's VsanClusterGetConfig API.
Click to show internal directories.
Click to hide internal directories.