Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateOpts ¶
type CreateResult ¶
type CreateResult struct {
// contains filtered or unexported fields
}
func Create ¶
func Create(client *gophercloud.ServiceClient, opts OptsBuilder) (r CreateResult)
type DeleteResult ¶
type DeleteResult struct {
gophercloud.ErrResult
}
func Delete ¶
func Delete(client *gophercloud.ServiceClient, id string) (r DeleteResult)
type GetResult ¶
type GetResult struct {
// contains filtered or unexported fields
}
func Get ¶
func Get(client *gophercloud.ServiceClient, id string) (r GetResult)
type OptsBuilder ¶
type RouterCreate ¶
type RouterCreate struct {
Router *CreateOpts `json:"dc_router"`
}
func (*RouterCreate) Map ¶
func (opts *RouterCreate) Map() (map[string]interface{}, error)
type RouterResp ¶
type RouterResp struct {
Router Router `json:"dc_router"`
}
type RouterUpdate ¶
type RouterUpdate struct {
Router *UpdateOpts `json:"dc_router"`
}
func (*RouterUpdate) Map ¶
func (opts *RouterUpdate) Map() (map[string]interface{}, error)
type UpdateOpts ¶
type UpdateResult ¶
type UpdateResult struct {
// contains filtered or unexported fields
}
func Update ¶
func Update(client *gophercloud.ServiceClient, id string, opts OptsBuilder) (r UpdateResult)
Click to show internal directories.
Click to hide internal directories.