Documentation ¶
Overview ¶
Package cluster is the client.Panorama.GkeCluster namespace.
Normalized object: Entry
Index ¶
- type Cluster
- func (c *Cluster) Delete(group string, e ...interface{}) error
- func (c *Cluster) Edit(group string, e Entry) error
- func (c *Cluster) Get(group, name string) (Entry, error)
- func (c *Cluster) GetList(group string) ([]string, error)
- func (c *Cluster) Initialize(con util.XapiClient)
- func (c *Cluster) Set(group string, e ...Entry) error
- func (c *Cluster) Show(group, name string) (Entry, error)
- func (c *Cluster) ShowList(group string) ([]string, error)
- type Entry
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cluster ¶
type Cluster struct {
// contains filtered or unexported fields
}
Cluster is the client.Panorama.GkeCluster namespace.
func (*Cluster) Delete ¶
Delete removes the given objects.
Objects can be a string or an Entry object.
func (*Cluster) Initialize ¶
func (c *Cluster) Initialize(con util.XapiClient)
Initialize is invoked by client.Initialize().
Click to show internal directories.
Click to hide internal directories.