Class TackerVnfd.TackerVnfds
- java.lang.Object
-
- org.openstack4j.openstack.common.ListResult<TackerVnfd>
-
- org.openstack4j.openstack.tacker.domain.TackerVnfd.TackerVnfds
-
- All Implemented Interfaces:
Serializable,ListType,ModelEntity
- Enclosing class:
- TackerVnfd
public static class TackerVnfd.TackerVnfds extends ListResult<TackerVnfd>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TackerVnfds()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()List<TackerVnfd>value()-
Methods inherited from class org.openstack4j.openstack.common.ListResult
first, getList
-
-
-
-
Method Detail
-
value
public List<TackerVnfd> value()
- Specified by:
valuein classListResult<TackerVnfd>
-
-