Uses of Class
io.jenkins.plugins.delphix.Tags
-
Packages that use Tags Package Description io.jenkins.plugins.delphix io.jenkins.plugins.vdb -
-
Uses of Tags in io.jenkins.plugins.delphix
Fields in io.jenkins.plugins.delphix with type parameters of type Tags Modifier and Type Field Description List<Tags>
ProvisonVDB. tagList
Methods in io.jenkins.plugins.delphix that return types with arguments of type Tags Modifier and Type Method Description List<Tags>
ProvisonVDB. getTagList()
Method parameters in io.jenkins.plugins.delphix with type arguments of type Tags Modifier and Type Method Description void
ProvisonVDB. setTagList(List<Tags> tagList)
-
Uses of Tags in io.jenkins.plugins.vdb
Method parameters in io.jenkins.plugins.vdb with type arguments of type Tags Modifier and Type Method Description com.delphix.dct.models.ProvisionVDBFromBookmarkParameters
VDBRequestBuilder. provisionFromBookmarkParameter(String bookmark_id, boolean auto_select_repository, List<Tags> tagList, String name, String environmentId, String jsonParameters, String environmentUserId, String repositoryId, String targetGroupId, String databaseName, boolean vdbRestart, String snapshotPolicyId, String retentionPolicyId)
com.delphix.dct.models.ProvisionVDBBySnapshotParameters
VDBRequestBuilder. provisionFromSnapshotParameter(String snapshot_id, boolean auto_select_repository, List<Tags> tagList, String name, String environmentId, String jsonParameters, String sourceDataId, String environmentUserId, String repositoryId, String engineId, String targetGroupId, String databaseName, boolean vdbRestart, String snapshotPolicyId, String retentionPolicyId)
-