Uses of Interface
org.openstack4j.model.common.Link
-
-
Uses of Link in org.openstack4j.model.common
Methods in org.openstack4j.model.common that return types with arguments of type Link Modifier and Type Method Description List<? extends Link>Extension. getLinks()Deprecated. -
Uses of Link in org.openstack4j.model.compute
Methods in org.openstack4j.model.compute that return types with arguments of type Link Modifier and Type Method Description List<? extends Link>Flavor. getLinks()Gets the links.List<? extends Link>Image. getLinks()Deprecated.List<? extends Link>SecGroupExtension. getLinks()Deprecated.Gets the reference / external linksList<? extends Link>Server. getLinks() -
Uses of Link in org.openstack4j.model.heat
Methods in org.openstack4j.model.heat that return types with arguments of type Link Modifier and Type Method Description List<? extends Link>Event. getLinks()Returns the links of the eventList<? extends Link>Resource. getLinks()Returns the link of the resource -
Uses of Link in org.openstack4j.model.identity.v2
Methods in org.openstack4j.model.identity.v2 that return types with arguments of type Link Modifier and Type Method Description List<? extends Link>Access.Service. getEndpointsLinks()List<? extends Link>Access.UserDetails. getRolesLinks() -
Uses of Link in org.openstack4j.model.manila
Methods in org.openstack4j.model.manila that return types with arguments of type Link Modifier and Type Method Description List<? extends Link>Share. getLinks()List<? extends Link>ShareSnapshot. getLinks() -
Uses of Link in org.openstack4j.model.storage.block
Methods in org.openstack4j.model.storage.block that return types with arguments of type Link Modifier and Type Method Description List<? extends Link>VolumeTransfer. getLinks() -
Uses of Link in org.openstack4j.openstack.common
Classes in org.openstack4j.openstack.common that implement Link Modifier and Type Class Description classGenericLinkA Link holds information about a URL, Relative URL and the type of the linkMethods in org.openstack4j.openstack.common that return Link Modifier and Type Method Description LinkGenericLink.LinkConcreteBuilder. build()Creates and return the Model Entity MMethods in org.openstack4j.openstack.common that return types with arguments of type Link Modifier and Type Method Description List<? extends Link>ExtensionValue. getLinks()Deprecated.Methods in org.openstack4j.openstack.common with parameters of type Link Modifier and Type Method Description LinkBuilderGenericLink.LinkConcreteBuilder. from(Link in)Creates a Builder using the param M as the default values -
Uses of Link in org.openstack4j.openstack.compute.domain
Methods in org.openstack4j.openstack.compute.domain that return types with arguments of type Link Modifier and Type Method Description List<? extends Link>NovaFlavor. getLinks()Gets the links.List<? extends Link>NovaImage. getLinks()Deprecated.List<? extends Link>NovaSecGroupExtension. getLinks()Deprecated.Gets the reference / external linksList<? extends Link>NovaServer. getLinks() -
Uses of Link in org.openstack4j.openstack.heat.domain
Methods in org.openstack4j.openstack.heat.domain that return types with arguments of type Link Modifier and Type Method Description List<? extends Link>HeatEvent. getLinks()List<? extends Link>HeatResource. getLinks() -
Uses of Link in org.openstack4j.openstack.identity.v2.domain
Methods in org.openstack4j.openstack.identity.v2.domain that return types with arguments of type Link Modifier and Type Method Description List<? extends Link>KeystoneAccess.AccessService. getEndpointsLinks()List<? extends Link>KeystoneAccess.AccessUser. getRolesLinks() -
Uses of Link in org.openstack4j.openstack.manila.domain
Methods in org.openstack4j.openstack.manila.domain that return types with arguments of type Link Modifier and Type Method Description List<? extends Link>ManilaShare. getLinks()List<? extends Link>ManilaShareSnapshot. getLinks() -
Uses of Link in org.openstack4j.openstack.storage.block.domain
Methods in org.openstack4j.openstack.storage.block.domain that return types with arguments of type Link Modifier and Type Method Description List<? extends Link>CinderVolumeTransfer. getLinks()
-