Uses of Interface
org.openstack4j.model.network.Subnet
-
Packages that use Subnet Package Description org.openstack4j.api.networking org.openstack4j.model.network org.openstack4j.openstack.networking.domain org.openstack4j.openstack.networking.internal -
-
Uses of Subnet in org.openstack4j.api.networking
Methods in org.openstack4j.api.networking that return Subnet Modifier and Type Method Description SubnetSubnetService. create(Subnet subnet)Creates a new SubnetSubnetSubnetService. get(String subnetId)Gets a Subnet by IDSubnetSubnetService. update(String subnetId, Subnet subnet)This method is needed if you are updating a subnet without pre-fetching the subnet prior.SubnetSubnetService. update(Subnet subnet)Updates a Subnet.Methods in org.openstack4j.api.networking that return types with arguments of type Subnet Modifier and Type Method Description List<? extends Subnet>SubnetService. list()List all the Subnet(s) which are authorized by the current TenantMethods in org.openstack4j.api.networking with parameters of type Subnet Modifier and Type Method Description SubnetSubnetService. create(Subnet subnet)Creates a new SubnetSubnetSubnetService. update(String subnetId, Subnet subnet)This method is needed if you are updating a subnet without pre-fetching the subnet prior.SubnetSubnetService. update(Subnet subnet)Updates a Subnet. -
Uses of Subnet in org.openstack4j.model.network
Methods in org.openstack4j.model.network that return types with arguments of type Subnet Modifier and Type Method Description List<? extends Subnet>Network. getNeutronSubnets() -
Uses of Subnet in org.openstack4j.openstack.networking.domain
Classes in org.openstack4j.openstack.networking.domain that implement Subnet Modifier and Type Class Description classNeutronSubnetA Subnet is a network with Pools and network based settingsstatic classNeutronSubnet.NeutronSubnetNoGatewayMethods in org.openstack4j.openstack.networking.domain that return Subnet Modifier and Type Method Description SubnetNeutronSubnet.SubnetConcreteBuilder. build()protected SubnetNeutronSubnet.SubnetConcreteBuilder. reference()Methods in org.openstack4j.openstack.networking.domain that return types with arguments of type Subnet Modifier and Type Method Description List<? extends Subnet>NeutronNetwork. getNeutronSubnets()Methods in org.openstack4j.openstack.networking.domain with parameters of type Subnet Modifier and Type Method Description static NeutronSubnetUpdateNeutronSubnetUpdate. createFromSubnet(Subnet in)SubnetBuilderNeutronSubnet.SubnetConcreteBuilder. from(Subnet in) -
Uses of Subnet in org.openstack4j.openstack.networking.internal
Methods in org.openstack4j.openstack.networking.internal that return Subnet Modifier and Type Method Description SubnetSubnetServiceImpl. create(Subnet subnet)SubnetSubnetServiceImpl. get(String subnetId)Gets a Subnet by IDSubnetSubnetServiceImpl. update(String subnetId, Subnet subnet)SubnetSubnetServiceImpl. update(Subnet subnet)Methods in org.openstack4j.openstack.networking.internal that return types with arguments of type Subnet Modifier and Type Method Description List<? extends Subnet>SubnetServiceImpl. list()List all the Subnet(s) which are authorized by the current TenantMethods in org.openstack4j.openstack.networking.internal with parameters of type Subnet Modifier and Type Method Description SubnetSubnetServiceImpl. create(Subnet subnet)SubnetSubnetServiceImpl. update(String subnetId, Subnet subnet)SubnetSubnetServiceImpl. update(Subnet subnet)
-