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)
func (CreateResult) Extract ¶
func (r CreateResult) Extract() (*VRRPAddress, error)
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)
func (GetResult) Extract ¶
func (r GetResult) Extract() (*VRRPAddress, error)
type OptsBuilder ¶
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)
func (UpdateResult) Extract ¶
func (r UpdateResult) Extract() (*VRRPAddress, error)
type VRRPAddress ¶
type VRRPAddressCreate ¶
type VRRPAddressCreate struct {
VRRPAddress *CreateOpts `json:"dc_vrrp_address"`
}
func (*VRRPAddressCreate) Map ¶
func (opts *VRRPAddressCreate) Map() (map[string]interface{}, error)
type VRRPAddressResp ¶
type VRRPAddressResp struct {
VRRPAddress VRRPAddress `json:"dc_vrrp_address"`
}
type VRRPAddressUpdate ¶
type VRRPAddressUpdate struct {
VRRPAddress *UpdateOpts `json:"dc_vrrp_address"`
}
func (*VRRPAddressUpdate) Map ¶
func (opts *VRRPAddressUpdate) Map() (map[string]interface{}, error)
Click to show internal directories.
Click to hide internal directories.