Package org.ovirt.engine.sdk4.services
Interface StorageDomainTemplateService.RegisterRequest
-
- All Superinterfaces:
Request<StorageDomainTemplateService.RegisterRequest,StorageDomainTemplateService.RegisterResponse>
- Enclosing interface:
- StorageDomainTemplateService
public static interface StorageDomainTemplateService.RegisterRequest extends Request<StorageDomainTemplateService.RegisterRequest,StorageDomainTemplateService.RegisterResponse>
Register the Template means importing the Template from the data domain by inserting the configuration of the Template and disks into the database without the copy process.
-
-
Method Summary
-
-
-
Method Detail
-
allowPartialImport
StorageDomainTemplateService.RegisterRequest allowPartialImport(Boolean allowPartialImport)
Indicates whether a template is allowed to be registered with only some of its disks. If this flag is `true`, the system will not fail in the validation process if an image is not found, but instead it will allow the template to be registered without the missing disks. This is mainly used during registration of a template when some of the storage domains are not available. The default value is `false`.
-
async
StorageDomainTemplateService.RegisterRequest async(Boolean async)
Indicates if the registration should be performed asynchronously.
-
clone_
StorageDomainTemplateService.RegisterRequest clone_(Boolean clone_)
-
cluster
StorageDomainTemplateService.RegisterRequest cluster(Cluster cluster)
-
cluster
StorageDomainTemplateService.RegisterRequest cluster(ClusterBuilder cluster)
-
exclusive
StorageDomainTemplateService.RegisterRequest exclusive(Boolean exclusive)
-
registrationConfiguration
StorageDomainTemplateService.RegisterRequest registrationConfiguration(RegistrationConfiguration registrationConfiguration)
-
registrationConfiguration
StorageDomainTemplateService.RegisterRequest registrationConfiguration(RegistrationConfigurationBuilder registrationConfiguration)
This parameter describes how the template should be registered. This parameter is optional. If the parameter is not specified, the template will be registered with the same configuration that it had in the original environment where it was created.
-
template
StorageDomainTemplateService.RegisterRequest template(Template template)
-
template
StorageDomainTemplateService.RegisterRequest template(TemplateBuilder template)
-
vnicProfileMappings
StorageDomainTemplateService.RegisterRequest vnicProfileMappings(List<VnicProfileMapping> vnicProfileMappings)
-
vnicProfileMappings
StorageDomainTemplateService.RegisterRequest vnicProfileMappings(VnicProfileMapping... vnicProfileMappings)
Deprecated attribute describing mapping rules for virtual NIC profiles that will be applied during the import\register process. WARNING: Please note that this attribute has been deprecated since version 4.2.1 of the engine, and preserved only for backward compatibility. It will be removed in the future. To specify `vnic_profile_mappings` use the `vnic_profile_mappings` attribute inside the <> type.
-
vnicProfileMappings
StorageDomainTemplateService.RegisterRequest vnicProfileMappings(VnicProfileMappingBuilder... vnicProfileMappings)
Deprecated attribute describing mapping rules for virtual NIC profiles that will be applied during the import\register process. WARNING: Please note that this attribute has been deprecated since version 4.2.1 of the engine, and preserved only for backward compatibility. It will be removed in the future. To specify `vnic_profile_mappings` use the `vnic_profile_mappings` attribute inside the <> type.
-
-