nvazquez commented on a change in pull request #4250:
URL: https://github.com/apache/cloudstack/pull/4250#discussion_r471439642
##########
File path:
api/src/main/java/org/apache/cloudstack/api/response/TemplateResponse.java
##########
@@ -189,18 +191,28 @@
@Param(description = "KVM Only: true if template is directly downloaded to
Primary Storage bypassing Secondary Storage")
private Boolean directDownload;
+ @SerializedName(ApiConstants.DEPLOY_AS_IS)
+ @Param(description = "VMware only: true if template is deployed without
orchestrating disks and networks but \"as-is\" defined in the template.")
+ private Boolean deployAsIs;
+
@SerializedName("parenttemplateid")
@Param(description = "if Datadisk template, then id of the root disk
template this template belongs to")
+ @Deprecated(since = "4.15")
private String parentTemplateId;
@SerializedName("childtemplates")
@Param(description = "if root disk template, then ids of the datas disk
templates this template owns")
+ @Deprecated(since = "4.15")
private Set<ChildTemplateResponse> childTemplates;
Review comment:
Not removed, but unused when templates are registered "as-is"
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]