responses

package module
v1.0.9 Latest Latest
Warning

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

Go to latest
Published: Sep 14, 2023 License: Apache-2.0 Imports: 2 Imported by: 1

README

fass-sdk-responses

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddHostToHostGroup added in v1.0.9

type AddHostToHostGroup hostGroupInfo

type CreateAccount added in v1.0.9

type CreateAccount accountInfo

type CreateSnapshot added in v1.0.9

type CreateSnapshot snapshotDesc

type CreateSubsys added in v1.0.9

type CreateSubsys = subsysResponse

type FlattenVolume added in v1.0.9

type FlattenVolume = flattenVolumeResponse

type FlattenVolumeProgress added in v1.0.9

type FlattenVolumeProgress = flattenVolumeResponse

type ListAccount added in v1.0.9

type ListAccount []accountInfo

type ListHostGroup added in v1.0.9

type ListHostGroup []hostGroupInfo

type ListSnapshot added in v1.0.9

type ListSnapshot []snapshotSummary

type ListSubsys added in v1.0.9

type ListSubsys []subsysResponse

type ListSubsysOfHostGroup added in v1.0.9

type ListSubsysOfHostGroup []string

type ListVolume added in v1.0.9

type ListVolume []volumeSummaryResponse

type RemoveHostFromHostGroup added in v1.0.9

type RemoveHostFromHostGroup hostGroupInfo

type RetrieveAccount added in v1.0.9

type RetrieveAccount accountInfo

type RetrievePool added in v1.0.9

type RetrievePool struct {
	Name                string `json:"name"`
	CreateTime          string `json:"create_time"`
	EcRatio             string `json:"ec_ratio"`
	RedundancyType      string `json:"redundancy_type"`
	ProvisionedCapacity int64  `json:"provisioned_capacity"`
	TotalCapacity       int64  `json:"total_capacity"`
	ReplicaNum          int    `json:"replica_num"`
	SectorSize          int    `json:"sector_size"`
	Split               int    `json:"split"`
}

func (*RetrievePool) String added in v1.0.9

func (r *RetrievePool) String() string

type RetrieveSnapshot added in v1.0.9

type RetrieveSnapshot = snapshotDesc

type RetrieveSubsys added in v1.0.9

type RetrieveSubsys = subsysResponse

type RetrieveSubsysChap added in v1.0.9

type RetrieveSubsysChap struct {
	Chap   string `json:"chap"`
	Subsys string `json:"subsys"`
}

func (*RetrieveSubsysChap) String added in v1.0.9

func (r *RetrieveSubsysChap) String() string

type RetrieveSubsysHostGroup added in v1.0.9

type RetrieveSubsysHostGroup struct {
	HostGroup string `json:"host_group"`
	Subsys    string `json:"subsys"`
}

func (*RetrieveSubsysHostGroup) String added in v1.0.9

func (r *RetrieveSubsysHostGroup) String() string

type RetrieveSubsysVLAN added in v1.0.9

type RetrieveSubsysVLAN struct {
	Subsys   string   `json:"subsys"`
	VLANList []string `json:"vlan_list"`
}

type RetrieveVolume added in v1.0.9

type RetrieveVolume struct {
	Bps            int    `json:"bps"`
	BpsBurst       int    `json:"bps_burst"`
	BurstPeriod    int    `json:"burst_period"`
	Capacity       int64  `json:"capacity"`
	CloneStatus    string `json:"clone_status"`
	CreateTime     string `json:"create_time"`
	EcRatio        string `json:"ec_ratio"`
	Format         string `json:"format"`
	Iops           int    `json:"iops"`
	IopsBurst      int    `json:"iops_burst"`
	PoolName       string `json:"pool_name"`
	RedundancyType string `json:"redundancy_type"`
	ReplicaNum     int    `json:"replica_num"`
	SectorSize     int    `json:"sector_size"`
	Sharding       string `json:"sharding"`
	Used           int64  `json:"used"`
	UUID           string `json:"uuid"`
	VolumeName     string `json:"volume_name"`
}

func (*RetrieveVolume) String added in v1.0.9

func (r *RetrieveVolume) String() string

type SuzakuResponse

type SuzakuResponse struct {
	Code      int         `json:"code"`
	Message   string      `json:"message"`
	Data      interface{} `json:"data"`
	RequestId uuid.UUID   `json:"request_id"`
}

func (*SuzakuResponse) String added in v0.0.3

func (s *SuzakuResponse) String() string

Jump to

Keyboard shortcuts

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