Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplyBuilder ¶
type ApplyOpts ¶
type ApplyOpts struct {
InstanceIds []string `json:"instance_ids" required:"true"`
}
func (ApplyOpts) ToConfigApplyMap ¶
type ApplyResponse ¶
type ApplyResult ¶
type ApplyResult struct {
// contains filtered or unexported fields
}
func Apply ¶
func Apply(client *golangsdk.ServiceClient, id string, opts ApplyBuilder) (r ApplyResult)
func (ApplyResult) Extract ¶
func (r ApplyResult) Extract() (*ApplyResponse, error)
type GetResponse ¶
type GetResponse struct {
Parameters []Parameter `json:"configuration_parameters"`
}
type GetResult ¶
type GetResult struct {
// contains filtered or unexported fields
}
func GetInstanceConfig ¶
func GetInstanceConfig(client *golangsdk.ServiceClient, id string) (r GetResult)
func (GetResult) Extract ¶
func (r GetResult) Extract() (*GetResponse, error)
Click to show internal directories.
Click to hide internal directories.