package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Oct 28, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type GetResponse struct {
MaintainWindows []MaintainWindow `json:"maintain_windows"`
}
GetResponse response
type GetResult struct {
golangsdk.Result
}
GetResult contains the body of getting detailed
func Get(client *golangsdk.ServiceClient) (r GetResult)
Get maintain windows
type MaintainWindow struct {
ID int `json:"seq"`
Begin string `json:"begin"`
End string `json:"end"`
Default bool `json:"default"`
}
MaintainWindow for dcs
Source Files
¶
Click to show internal directories.
Click to hide internal directories.