Uses of Interface
org.openstack4j.model.senlin.Node
-
Packages that use Node Package Description org.openstack4j.api.senlin org.openstack4j.openstack.senlin.domain org.openstack4j.openstack.senlin.internal -
-
Uses of Node in org.openstack4j.api.senlin
Methods in org.openstack4j.api.senlin that return Node Modifier and Type Method Description NodeSenlinNodeService. create(NodeCreate newNode)POST /v1/nodesNodeSenlinNodeService. get(String nodeID)returns details of aNode.NodeSenlinNodeService. get(String nodeID, boolean showDetails)returns details of aNodeNodeSenlinNodeService. update(String nodeID, NodeCreate newNode)PATCH /v1/nodes/{node_id}Methods in org.openstack4j.api.senlin that return types with arguments of type Node Modifier and Type Method Description List<? extends Node>SenlinNodeService. list()Gets a list of currently existingNodes. -
Uses of Node in org.openstack4j.openstack.senlin.domain
Classes in org.openstack4j.openstack.senlin.domain that implement Node Modifier and Type Class Description classSenlinNodeThis is a model of a senlinNode. -
Uses of Node in org.openstack4j.openstack.senlin.internal
Methods in org.openstack4j.openstack.senlin.internal that return Node Modifier and Type Method Description NodeSenlinNodeServiceImpl. create(NodeCreate newNode)NodeSenlinNodeServiceImpl. get(String nodeID)NodeSenlinNodeServiceImpl. get(String nodeID, boolean showDetails)NodeSenlinNodeServiceImpl. update(String nodeID, NodeCreate newNode)Methods in org.openstack4j.openstack.senlin.internal that return types with arguments of type Node Modifier and Type Method Description List<? extends Node>SenlinNodeServiceImpl. list()
-