Uses of Class
org.openstack4j.openstack.common.GenericLink
-
-
Uses of GenericLink in org.openstack4j.model.heat
Methods in org.openstack4j.model.heat that return types with arguments of type GenericLink Modifier and Type Method Description List<GenericLink>Stack. getLinks()Returns a list of links to resources of the stack -
Uses of GenericLink in org.openstack4j.model.magnum
Methods in org.openstack4j.model.magnum that return types with arguments of type GenericLink Modifier and Type Method Description List<GenericLink>Bay. getLinks()Gets linksList<GenericLink>Baymodel. getLinks()All linksList<GenericLink>Certificate. getLinks()Gets linksList<GenericLink>Cluster. getLinks()Gets linksList<GenericLink>Clustertemplate. getLinks()Gets linksList<GenericLink>Container. getLinks()Gets linksMethod parameters in org.openstack4j.model.magnum with type arguments of type GenericLink Modifier and Type Method Description BayBuilderBayBuilder. links(List<GenericLink> links)BaymodelBuilderBaymodelBuilder. links(List<GenericLink> links)CertificateBuilderCertificateBuilder. links(List<GenericLink> links)ClusterBuilderClusterBuilder. links(List<GenericLink> links)ClustertemplateBuilderClustertemplateBuilder. links(List<GenericLink> links)ContainerBuilderContainerBuilder. links(List<GenericLink> links) -
Uses of GenericLink in org.openstack4j.openstack.compute.domain
Fields in org.openstack4j.openstack.compute.domain with type parameters of type GenericLink Modifier and Type Field Description List<GenericLink>NovaServer. links -
Uses of GenericLink in org.openstack4j.openstack.heat.domain
Methods in org.openstack4j.openstack.heat.domain that return types with arguments of type GenericLink Modifier and Type Method Description List<GenericLink>HeatStack. getLinks() -
Uses of GenericLink in org.openstack4j.openstack.magnum
Methods in org.openstack4j.openstack.magnum that return types with arguments of type GenericLink Modifier and Type Method Description List<GenericLink>MagnumBay. getLinks()List<GenericLink>MagnumBaymodel. getLinks()List<GenericLink>MagnumCertificate. getLinks()List<GenericLink>MagnumCluster. getLinks()List<GenericLink>MagnumClustertemplate. getLinks()List<GenericLink>MagnumContainer. getLinks()Method parameters in org.openstack4j.openstack.magnum with type arguments of type GenericLink Modifier and Type Method Description BayBuilderMagnumBay.BayConcreteBuilder. links(List<GenericLink> links)BaymodelBuilderMagnumBaymodel.BaymodelConcreteBuilder. links(List<GenericLink> links)CertificateBuilderMagnumCertificate.CertificateConcreteBuilder. links(List<GenericLink> links)ClusterBuilderMagnumCluster.ClusterConcreteBuilder. links(List<GenericLink> links)ClustertemplateBuilderMagnumClustertemplate.ClustertemplateConcreteBuilder. links(List<GenericLink> links)ContainerBuilderMagnumContainer.ContainerConcreteBuilder. links(List<GenericLink> links)
-