Uses of Interface
org.openstack4j.model.magnum.Bay
-
Packages that use Bay Package Description org.openstack4j.api.magnum org.openstack4j.openstack.magnum org.openstack4j.openstack.magnum.internal -
-
Uses of Bay in org.openstack4j.api.magnum
Methods in org.openstack4j.api.magnum that return Bay Modifier and Type Method Description BayMagnumService. createBay(Bay bay)Creates a new bayBayMagnumService. showBay(String id)Show a bayBayMagnumService. updateBay(String id, String operations)Update bayMethods in org.openstack4j.api.magnum that return types with arguments of type Bay Modifier and Type Method Description List<? extends Bay>MagnumService. listBays()Lists all Bays/clustersMethods in org.openstack4j.api.magnum with parameters of type Bay Modifier and Type Method Description BayMagnumService. createBay(Bay bay)Creates a new bay -
Uses of Bay in org.openstack4j.openstack.magnum
Classes in org.openstack4j.openstack.magnum that implement Bay Modifier and Type Class Description classMagnumBayMethods in org.openstack4j.openstack.magnum that return Bay Modifier and Type Method Description BayMagnumBay.BayConcreteBuilder. build()Methods in org.openstack4j.openstack.magnum with parameters of type Bay Modifier and Type Method Description BayBuilderMagnumBay.BayConcreteBuilder. from(Bay in) -
Uses of Bay in org.openstack4j.openstack.magnum.internal
Methods in org.openstack4j.openstack.magnum.internal that return Bay Modifier and Type Method Description BayMagnumServiceImpl. createBay(Bay bay)BayMagnumServiceImpl. showBay(String id)BayMagnumServiceImpl. updateBay(String id, String operations)Methods in org.openstack4j.openstack.magnum.internal that return types with arguments of type Bay Modifier and Type Method Description List<? extends Bay>MagnumServiceImpl. listBays()Methods in org.openstack4j.openstack.magnum.internal with parameters of type Bay Modifier and Type Method Description BayMagnumServiceImpl. createBay(Bay bay)
-