Documentation
¶
Index ¶
- func CnsAttachVolume(ctx context.Context, r soap.RoundTripper, req *types.CnsAttachVolume) (*types.CnsAttachVolumeResponse, error)
- func CnsCreateVolume(ctx context.Context, r soap.RoundTripper, req *types.CnsCreateVolume) (*types.CnsCreateVolumeResponse, error)
- func CnsDeleteVolume(ctx context.Context, r soap.RoundTripper, req *types.CnsDeleteVolume) (*types.CnsDeleteVolumeResponse, error)
- func CnsDetachVolume(ctx context.Context, r soap.RoundTripper, req *types.CnsDetachVolume) (*types.CnsDetachVolumeResponse, error)
- func CnsQueryAllVolume(ctx context.Context, r soap.RoundTripper, req *types.CnsQueryAllVolume) (*types.CnsQueryAllVolumeResponse, error)
- func CnsQueryVolume(ctx context.Context, r soap.RoundTripper, req *types.CnsQueryVolume) (*types.CnsQueryVolumeResponse, error)
- func CnsUpdateVolumeMetadata(ctx context.Context, r soap.RoundTripper, req *types.CnsUpdateVolumeMetadata) (*types.CnsUpdateVolumeMetadataResponse, error)
- type CnsAttachVolumeBody
- type CnsCreateVolumeBody
- type CnsDeleteVolumeBody
- type CnsDetachVolumeBody
- type CnsQueryAllVolumeBody
- type CnsQueryVolumeBody
- type CnsUpdateVolumeBody
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CnsAttachVolume ¶
func CnsAttachVolume(ctx context.Context, r soap.RoundTripper, req *types.CnsAttachVolume) (*types.CnsAttachVolumeResponse, error)
func CnsCreateVolume ¶
func CnsCreateVolume(ctx context.Context, r soap.RoundTripper, req *types.CnsCreateVolume) (*types.CnsCreateVolumeResponse, error)
func CnsDeleteVolume ¶
func CnsDeleteVolume(ctx context.Context, r soap.RoundTripper, req *types.CnsDeleteVolume) (*types.CnsDeleteVolumeResponse, error)
func CnsDetachVolume ¶
func CnsDetachVolume(ctx context.Context, r soap.RoundTripper, req *types.CnsDetachVolume) (*types.CnsDetachVolumeResponse, error)
func CnsQueryAllVolume ¶
func CnsQueryAllVolume(ctx context.Context, r soap.RoundTripper, req *types.CnsQueryAllVolume) (*types.CnsQueryAllVolumeResponse, error)
func CnsQueryVolume ¶
func CnsQueryVolume(ctx context.Context, r soap.RoundTripper, req *types.CnsQueryVolume) (*types.CnsQueryVolumeResponse, error)
func CnsUpdateVolumeMetadata ¶
func CnsUpdateVolumeMetadata(ctx context.Context, r soap.RoundTripper, req *types.CnsUpdateVolumeMetadata) (*types.CnsUpdateVolumeMetadataResponse, error)
Types ¶
type CnsAttachVolumeBody ¶
type CnsAttachVolumeBody struct { Req *types.CnsAttachVolume `xml:"urn:vsan CnsAttachVolume,omitempty"` Res *types.CnsAttachVolumeResponse `xml:"urn:vsan CnsAttachVolumeResponse,omitempty"` Fault_ *soap.Fault `xml:"http://schemas.xmlsoap.org/soap/envelope/ Fault,omitempty"` }
func (*CnsAttachVolumeBody) Fault ¶
func (b *CnsAttachVolumeBody) Fault() *soap.Fault
type CnsCreateVolumeBody ¶
type CnsCreateVolumeBody struct { Req *types.CnsCreateVolume `xml:"urn:vsan CnsCreateVolume,omitempty"` Res *types.CnsCreateVolumeResponse `xml:"urn:vsan CnsCreateVolumeResponse,omitempty"` Fault_ *soap.Fault `xml:"http://schemas.xmlsoap.org/soap/envelope/ Fault,omitempty"` }
func (*CnsCreateVolumeBody) Fault ¶
func (b *CnsCreateVolumeBody) Fault() *soap.Fault
type CnsDeleteVolumeBody ¶
type CnsDeleteVolumeBody struct { Req *types.CnsDeleteVolume `xml:"urn:vsan CnsDeleteVolume,omitempty"` Res *types.CnsDeleteVolumeResponse `xml:"urn:vsan CnsDeleteVolumeResponse,omitempty"` Fault_ *soap.Fault `xml:"http://schemas.xmlsoap.org/soap/envelope/ Fault,omitempty"` }
func (*CnsDeleteVolumeBody) Fault ¶
func (b *CnsDeleteVolumeBody) Fault() *soap.Fault
type CnsDetachVolumeBody ¶
type CnsDetachVolumeBody struct { Req *types.CnsDetachVolume `xml:"urn:vsan CnsDetachVolume,omitempty"` Res *types.CnsDetachVolumeResponse `xml:"urn:vsan CnsDetachVolumeResponse,omitempty"` Fault_ *soap.Fault `xml:"http://schemas.xmlsoap.org/soap/envelope/ Fault,omitempty"` }
func (*CnsDetachVolumeBody) Fault ¶
func (b *CnsDetachVolumeBody) Fault() *soap.Fault
type CnsQueryAllVolumeBody ¶
type CnsQueryAllVolumeBody struct { Req *types.CnsQueryAllVolume `xml:"urn:vsan CnsQueryAllVolume,omitempty"` Res *types.CnsQueryAllVolumeResponse `xml:"urn:vsan CnsQueryAllVolumeResponse,omitempty"` Fault_ *soap.Fault `xml:"http://schemas.xmlsoap.org/soap/envelope/ Fault,omitempty"` }
func (*CnsQueryAllVolumeBody) Fault ¶
func (b *CnsQueryAllVolumeBody) Fault() *soap.Fault
type CnsQueryVolumeBody ¶
type CnsQueryVolumeBody struct { Req *types.CnsQueryVolume `xml:"urn:vsan CnsQueryVolume,omitempty"` Res *types.CnsQueryVolumeResponse `xml:"urn:vsan CnsQueryVolumeResponse,omitempty"` Fault_ *soap.Fault `xml:"http://schemas.xmlsoap.org/soap/envelope/ Fault,omitempty"` }
func (*CnsQueryVolumeBody) Fault ¶
func (b *CnsQueryVolumeBody) Fault() *soap.Fault
type CnsUpdateVolumeBody ¶
type CnsUpdateVolumeBody struct { Req *types.CnsUpdateVolumeMetadata `xml:"urn:vsan CnsUpdateVolumeMetadata,omitempty"` Res *types.CnsUpdateVolumeMetadataResponse `xml:"urn:vsan CnsUpdateVolumeMetadataResponse,omitempty"` Fault_ *soap.Fault `xml:"http://schemas.xmlsoap.org/soap/envelope/ Fault,omitempty"` }
func (*CnsUpdateVolumeBody) Fault ¶
func (b *CnsUpdateVolumeBody) Fault() *soap.Fault
Click to show internal directories.
Click to hide internal directories.