diff --git a/pkg/models/clouds.go b/pkg/models/clouds.go index d6e6df4..06b048c 100644 --- a/pkg/models/clouds.go +++ b/pkg/models/clouds.go @@ -79,7 +79,7 @@ type CloudRespBody struct { Apiversion string `json:"apiVersion"` Serviceregistryid string `json:"serviceRegistryId"` Configmanagementid string `json:"configManagementId"` - Importexisting bool `json:"importExisting"` + Importexisting string `json:"importExisting"` Enabledisktypeselection string `json:"enableDiskTypeSelection"` Enablenetworktypeselection string `json:"enableNetworkTypeSelection"` } `json:"config"`