ExportTemplateRequest Class
Definition
Export resource group template request parameters.
public class ExportTemplateRequest
- Inheritance
-
java.lang.ObjectExportTemplateRequest
Inherited Members
Constructors
| ExportTemplateRequest() |
Methods
| options() |
Get the export template options. A CSV-formatted list containing zero or more of the following: 'IncludeParameterDefaultValue', 'IncludeComments', 'SkipResourceNameParameterization', 'SkipAllParameterization'. |
| resources() |
Get the IDs of the resources to filter the export by. To export all resources, supply an array with single entry '*'. |
| withOptions(String options) |
Set the export template options. A CSV-formatted list containing zero or more of the following: 'IncludeParameterDefaultValue', 'IncludeComments', 'SkipResourceNameParameterization', 'SkipAllParameterization'. |
| withResources(List<String> resources) |
Set the IDs of the resources to filter the export by. To export all resources, supply an array with single entry '*'. |