This commit is contained in:
+5
-4
@@ -18,10 +18,11 @@ type ResizeInstanceRequest struct {
|
||||
InstanceType string `json:"instance_type"`
|
||||
}
|
||||
type RebuildInstanceRequest struct {
|
||||
ImageID string `json:"image_id"`
|
||||
InstanceType string `json:"instance_type,omitempty"`
|
||||
AssociateEIP bool `json:"associate_eip,omitempty"`
|
||||
InstallAgent *bool `json:"install_agent,omitempty"`
|
||||
ImageID string `json:"image_id"`
|
||||
InstanceType string `json:"instance_type,omitempty"`
|
||||
AssociateEIP bool `json:"associate_eip,omitempty"`
|
||||
InstallAgent *bool `json:"install_agent,omitempty"`
|
||||
ExpectedConfigurationFingerprint string `json:"expected_configuration_fingerprint,omitempty"`
|
||||
}
|
||||
type RefreshDetailsRequest struct {
|
||||
Sections []string `json:"sections,omitempty"`
|
||||
|
||||
Reference in New Issue
Block a user