Uses of Interface
org.openstack4j.model.senlin.NodeCreate
-
Packages that use NodeCreate Package Description org.openstack4j.api.senlin org.openstack4j.openstack.senlin.domain org.openstack4j.openstack.senlin.internal -
-
Uses of NodeCreate in org.openstack4j.api.senlin
Methods in org.openstack4j.api.senlin with parameters of type NodeCreate Modifier and Type Method Description NodeSenlinNodeService. create(NodeCreate newNode)POST /v1/nodesNodeSenlinNodeService. update(String nodeID, NodeCreate newNode)PATCH /v1/nodes/{node_id} -
Uses of NodeCreate in org.openstack4j.openstack.senlin.domain
Classes in org.openstack4j.openstack.senlin.domain that implement NodeCreate Modifier and Type Class Description classSenlinNodeCreateThis class contains all elements required for the creation of a SenlinNode.Methods in org.openstack4j.openstack.senlin.domain that return NodeCreate Modifier and Type Method Description NodeCreateSenlinNodeCreate.SenlinNodeCreateConcreteBuilder. build()Methods in org.openstack4j.openstack.senlin.domain with parameters of type NodeCreate Modifier and Type Method Description NodeCreateBuilderSenlinNodeCreate.SenlinNodeCreateConcreteBuilder. from(NodeCreate in) -
Uses of NodeCreate in org.openstack4j.openstack.senlin.internal
Methods in org.openstack4j.openstack.senlin.internal with parameters of type NodeCreate Modifier and Type Method Description NodeSenlinNodeServiceImpl. create(NodeCreate newNode)NodeSenlinNodeServiceImpl. update(String nodeID, NodeCreate newNode)
-