-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extend Catalog with vApp Template retrieval functions #495
Extend Catalog with vApp Template retrieval functions #495
Conversation
Signed-off-by: abarreiro <abarreiro@vmware.com>
Signed-off-by: abarreiro <abarreiro@vmware.com>
Signed-off-by: abarreiro <abarreiro@vmware.com>
Signed-off-by: abarreiro <abarreiro@vmware.com>
Signed-off-by: abarreiro <abarreiro@vmware.com>
Signed-off-by: abarreiro <abarreiro@vmware.com>
Signed-off-by: abarreiro <abarreiro@vmware.com>
I'm checking why |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one ask: if you have an issue number for which this PR is preparing, please add to the description.
And LGTM! :)
Couldn't find any issue, but added a phrase to point to the resulting PR in terraform-provider-vcd (which has a related issue indeed) |
…ctor into complete-vapp-template-functions Signed-off-by: abarreiro <abarreiro@vmware.com>
Signed-off-by: abarreiro <abarreiro@vmware.com>
Signed-off-by: abarreiro <abarreiro@vmware.com>
…ctor into complete-vapp-template-functions Signed-off-by: abarreiro <abarreiro@vmware.com>
Signed-off-by: abarreiro <abarreiro@vmware.com>
Signed-off-by: abarreiro <abarreiro@vmware.com>
Signed-off-by: abarreiro <abarreiro@vmware.com>
Signed-off-by: abarreiro <abarreiro@vmware.com>
Signed-off-by: abarreiro <abarreiro@vmware.com>
…ctor into complete-vapp-template-functions Signed-off-by: abarreiro <abarreiro@vmware.com>
Signed-off-by: abarreiro <abarreiro@vmware.com>
Signed-off-by: abarreiro <abarreiro@vmware.com>
Signed-off-by: abarreiro <abarreiro@vmware.com>
…ctor into complete-vapp-template-functions Signed-off-by: abarreiro <abarreiro@vmware.com>
Signed-off-by: abarreiro <abarreiro@vmware.com>
Signed-off-by: abarreiro <abarreiro@vmware.com>
…ctor into complete-vapp-template-functions Signed-off-by: abarreiro <abarreiro@vmware.com>
Signed-off-by: abarreiro <abarreiro@vmware.com>
Signed-off-by: abarreiro <abarreiro@vmware.com>
Signed-off-by: abarreiro <abarreiro@vmware.com>
Description
This PR adds convenience functions to manage vApp Templates to support the implementation of vmware/terraform-provider-vcd#899
Catalog and VDC vApp Template retrieval: Functions for Catalog and VDC receiver objects that allow to get a vApp Template by different kind of identifiers such as Name, ID or both.
vApp Template deletion: Deletes a vApp Template in an async way (
DeleteAsync
) or waiting for completion (Delete
)New functions to query vApp Templates: Now Catalogs, VDCs and Admin VDCs can query for vApp Templates by name.
New functions to extract useful info from a vApp Template: These allow to know interesting facts about the vApp template, such as the Catalog to which it belongs, or the VDC that backs the vApp Template.