volume

package
v0.0.0-...-b1c395d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 11, 2016 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateController

type CreateController struct {
	beego.Controller
}

func (*CreateController) Get

func (c *CreateController) Get()

func (*CreateController) Post

func (c *CreateController) Post()

type DeleteController

type DeleteController struct {
	beego.Controller
}

func (*DeleteController) Get

func (c *DeleteController) Get()

type GlusterfsVolume

type GlusterfsVolume struct {
	VolumeName                                  string
	Type                                        string
	VolumeID                                    string
	Status                                      string
	NumberOfBricks                              string
	TransportType                               string
	Bricks                                      []string
	Size                                        int
	ClusterName                                 string
	HiddenTagGuiFileSystemGlusterfsVolumeReset  string
	HiddenTagGuiFileSystemGlusterfsVolumeDelete string
}

type GlusterfsVolumeCreateParameter

type GlusterfsVolumeCreateParameter struct {
	ClusterName  string
	VolumeName   string
	Stripe       int
	Replica      int
	Arbiter      int
	Disperse     int
	DisperseData int
	Redundancy   int
	Transport    string
	HostSlice    []string
}

type ListController

type ListController struct {
	beego.Controller
}

func (*ListController) Get

func (c *ListController) Get()

type ResetController

type ResetController struct {
	beego.Controller
}

func (*ResetController) Get

func (c *ResetController) Get()

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL