Class TemplateNicsServiceImpl
- java.lang.Object
-
- org.ovirt.engine.sdk4.internal.services.ServiceImpl
-
- org.ovirt.engine.sdk4.internal.services.TemplateNicsServiceImpl
-
- All Implemented Interfaces:
Service
,TemplateNicsService
public class TemplateNicsServiceImpl extends ServiceImpl implements TemplateNicsService
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.ovirt.engine.sdk4.services.TemplateNicsService
TemplateNicsService.AddRequest, TemplateNicsService.AddResponse, TemplateNicsService.ListRequest, TemplateNicsService.ListResponse
-
-
Constructor Summary
Constructors Constructor Description TemplateNicsServiceImpl(HttpConnection connection, String path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TemplateNicsService.AddRequest
add()
Add a new network interface card to the template.TemplateNicsService.ListRequest
list()
Returns the list of NICs of the template.TemplateNicService
nicService(String id)
Service
service(String path)
Service locator method, returns individual service on which the URI is dispatched.String
toString()
-
Methods inherited from class org.ovirt.engine.sdk4.internal.services.ServiceImpl
checkAction, checkFault, getConnection, getPath, throwError
-
-
-
-
Constructor Detail
-
TemplateNicsServiceImpl
public TemplateNicsServiceImpl(HttpConnection connection, String path)
-
-
Method Detail
-
add
public TemplateNicsService.AddRequest add()
Description copied from interface:TemplateNicsService
Add a new network interface card to the template.- Specified by:
add
in interfaceTemplateNicsService
-
list
public TemplateNicsService.ListRequest list()
Description copied from interface:TemplateNicsService
Returns the list of NICs of the template. The order of the returned list of NICs isn't guaranteed.- Specified by:
list
in interfaceTemplateNicsService
-
nicService
public TemplateNicService nicService(String id)
- Specified by:
nicService
in interfaceTemplateNicsService
-
service
public Service service(String path)
Description copied from interface:TemplateNicsService
Service locator method, returns individual service on which the URI is dispatched.- Specified by:
service
in interfaceTemplateNicsService
-
-