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