Uses of Interface
org.openstack4j.model.sahara.NodeGroup
-
-
Uses of NodeGroup in org.openstack4j.api.sahara
Methods in org.openstack4j.api.sahara with parameters of type NodeGroup Modifier and Type Method Description ClusterClusterService. addNodeGroup(String clusterId, NodeGroup nodeGroup)Add a new node group in the specified cluster -
Uses of NodeGroup in org.openstack4j.model.sahara
Methods in org.openstack4j.model.sahara that return types with arguments of type NodeGroup Modifier and Type Method Description List<? extends NodeGroup>Cluster. getNodeGroups()List<? extends NodeGroup>ClusterTemplate. getNodeGroups() -
Uses of NodeGroup in org.openstack4j.model.sahara.builder
Methods in org.openstack4j.model.sahara.builder with parameters of type NodeGroup Modifier and Type Method Description ClusterBuilderClusterBuilder. addNodeGroup(NodeGroup nodeGroup)Add a node groupClusterTemplateBuilderClusterTemplateBuilder. addNodeGroup(NodeGroup nodeGroup)Add a node group -
Uses of NodeGroup in org.openstack4j.openstack.sahara.domain
Classes in org.openstack4j.openstack.sahara.domain that implement NodeGroup Modifier and Type Class Description classSaharaNodeGroupAn OpenStack SaharaMethods in org.openstack4j.openstack.sahara.domain that return NodeGroup Modifier and Type Method Description NodeGroupSaharaNodeGroup.ConcreteNodeGroupBuilder. build()Methods in org.openstack4j.openstack.sahara.domain that return types with arguments of type NodeGroup Modifier and Type Method Description List<? extends NodeGroup>SaharaCluster. getNodeGroups()List<? extends NodeGroup>SaharaClusterTemplate. getNodeGroups()Methods in org.openstack4j.openstack.sahara.domain with parameters of type NodeGroup Modifier and Type Method Description ClusterBuilderSaharaCluster.ConcreteClusterBuilder. addNodeGroup(NodeGroup nodeGroup)ClusterTemplateBuilderSaharaClusterTemplate.ConcreteClusterTemplateBuilder. addNodeGroup(NodeGroup nodeGroup)NodeGroupBuilderSaharaNodeGroup.ConcreteNodeGroupBuilder. from(NodeGroup in) -
Uses of NodeGroup in org.openstack4j.openstack.sahara.domain.actions
Constructors in org.openstack4j.openstack.sahara.domain.actions with parameters of type NodeGroup Constructor Description AddNodeGroupAction(NodeGroup nodeGroup) -
Uses of NodeGroup in org.openstack4j.openstack.sahara.internal
Methods in org.openstack4j.openstack.sahara.internal with parameters of type NodeGroup Modifier and Type Method Description ClusterClusterServiceImpl. addNodeGroup(String clusterId, NodeGroup nodeGroup)Add a new node group in the specified cluster
-