Uses of Interface
org.openstack4j.model.magnum.Baymodel
-
Packages that use Baymodel Package Description org.openstack4j.api.magnum org.openstack4j.openstack.magnum org.openstack4j.openstack.magnum.internal -
-
Uses of Baymodel in org.openstack4j.api.magnum
Methods in org.openstack4j.api.magnum that return Baymodel Modifier and Type Method Description BaymodelMagnumService. createBaymodel(Baymodel baymodel)Creates a new baymodelBaymodelMagnumService. showBaymodel(String id)Gets all information of a baymodelBaymodelMagnumService. updateBaymodel(String id, String operations)Updates baymodel attributesMethods in org.openstack4j.api.magnum that return types with arguments of type Baymodel Modifier and Type Method Description List<? extends Baymodel>MagnumService. listBaymodels()Lists all BaymodelsMethods in org.openstack4j.api.magnum with parameters of type Baymodel Modifier and Type Method Description BaymodelMagnumService. createBaymodel(Baymodel baymodel)Creates a new baymodel -
Uses of Baymodel in org.openstack4j.openstack.magnum
Classes in org.openstack4j.openstack.magnum that implement Baymodel Modifier and Type Class Description classMagnumBaymodelMethods in org.openstack4j.openstack.magnum that return Baymodel Modifier and Type Method Description BaymodelMagnumBaymodel.BaymodelConcreteBuilder. build()Methods in org.openstack4j.openstack.magnum with parameters of type Baymodel Modifier and Type Method Description BaymodelBuilderMagnumBaymodel.BaymodelConcreteBuilder. from(Baymodel in) -
Uses of Baymodel in org.openstack4j.openstack.magnum.internal
Methods in org.openstack4j.openstack.magnum.internal that return Baymodel Modifier and Type Method Description BaymodelMagnumServiceImpl. createBaymodel(Baymodel baymodel)BaymodelMagnumServiceImpl. showBaymodel(String id)BaymodelMagnumServiceImpl. updateBaymodel(String id, String operations)Methods in org.openstack4j.openstack.magnum.internal that return types with arguments of type Baymodel Modifier and Type Method Description List<? extends Baymodel>MagnumServiceImpl. listBaymodels()Methods in org.openstack4j.openstack.magnum.internal with parameters of type Baymodel Modifier and Type Method Description BaymodelMagnumServiceImpl. createBaymodel(Baymodel baymodel)
-