Uses of Interface
org.ovirt.engine.sdk4.services.StorageDomainService.IsAttachedRequest
-
Packages that use StorageDomainService.IsAttachedRequest Package Description org.ovirt.engine.sdk4.internal.services org.ovirt.engine.sdk4.services -
-
Uses of StorageDomainService.IsAttachedRequest in org.ovirt.engine.sdk4.internal.services
Methods in org.ovirt.engine.sdk4.internal.services that return StorageDomainService.IsAttachedRequest Modifier and Type Method Description StorageDomainService.IsAttachedRequest
StorageDomainServiceImpl. isAttached()
-
Uses of StorageDomainService.IsAttachedRequest in org.ovirt.engine.sdk4.services
Methods in org.ovirt.engine.sdk4.services that return StorageDomainService.IsAttachedRequest Modifier and Type Method Description StorageDomainService.IsAttachedRequest
StorageDomainService.IsAttachedRequest. async(Boolean async)
Indicates if the action should be performed asynchronously.StorageDomainService.IsAttachedRequest
StorageDomainService.IsAttachedRequest. host(HostBuilder host)
Indicates the data center's host.StorageDomainService.IsAttachedRequest
StorageDomainService.IsAttachedRequest. host(Host host)
StorageDomainService.IsAttachedRequest
StorageDomainService. isAttached()
Used for querying if the storage domain is already attached to a data center using the is_attached boolean field, which is part of the storage server.
-