Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RemoveOnServerReq ¶
type ScaleDownWindow ¶
type SetOnServerReq ¶
type SetOnServerReq struct { server.Server `argument:"composed" URIParam:"ServerId"` PolicyId string `json:"Id"` PolicyName string }
func (*SetOnServerReq) GetNames ¶
func (p *SetOnServerReq) GetNames(cn base.Connection, property string) ([]string, error)
func (*SetOnServerReq) InferID ¶
func (p *SetOnServerReq) InferID(cn base.Connection) error
func (*SetOnServerReq) Validate ¶
func (p *SetOnServerReq) Validate() error
type SetOnServerRes ¶
type SetOnServerRes struct { Id string Links []models.LinkEntity }
type ViewOnServerReq ¶
type ViewOnServerRes ¶
type ViewOnServerRes struct { Id string Links []models.LinkEntity }
Click to show internal directories.
Click to hide internal directories.