Uses of Interface
org.openstack4j.model.magnum.Label
-
Packages that use Label Package Description org.openstack4j.model.magnum org.openstack4j.openstack.magnum -
-
Uses of Label in org.openstack4j.model.magnum
Methods in org.openstack4j.model.magnum that return Label Modifier and Type Method Description LabelClustertemplate. getLabels()Gets labelsLabelPod. getLabels()Gets labelsMethods in org.openstack4j.model.magnum with parameters of type Label Modifier and Type Method Description ClustertemplateBuilderClustertemplateBuilder. labels(Label labels)PodBuilderPodBuilder. labels(Label labels) -
Uses of Label in org.openstack4j.openstack.magnum
Classes in org.openstack4j.openstack.magnum that implement Label Modifier and Type Class Description classMagnumLabelMethods in org.openstack4j.openstack.magnum that return Label Modifier and Type Method Description LabelMagnumLabel.LabelConcreteBuilder. build()LabelMagnumClustertemplate. getLabels()LabelMagnumPod. getLabels()Methods in org.openstack4j.openstack.magnum with parameters of type Label Modifier and Type Method Description LabelBuilderMagnumLabel.LabelConcreteBuilder. from(Label in)ClustertemplateBuilderMagnumClustertemplate.ClustertemplateConcreteBuilder. labels(Label labels)PodBuilderMagnumPod.PodConcreteBuilder. labels(Label labels)
-