Uses of Class
org.openstack4j.model.network.IPVersionType
-
-
Uses of IPVersionType in org.openstack4j.model.network
Methods in org.openstack4j.model.network that return IPVersionType Modifier and Type Method Description IPVersionTypeSubnet. getIpVersion()static IPVersionTypeIPVersionType. valueOf(int value)Returns the enum constant of this type with the specified name.static IPVersionTypeIPVersionType. valueOf(String name)Returns the enum constant of this type with the specified name.static IPVersionType[]IPVersionType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of IPVersionType in org.openstack4j.model.network.builder
Methods in org.openstack4j.model.network.builder with parameters of type IPVersionType Modifier and Type Method Description SubnetBuilderSubnetBuilder. ipVersion(IPVersionType ipVersion) -
Uses of IPVersionType in org.openstack4j.model.network.ext
Methods in org.openstack4j.model.network.ext that return IPVersionType Modifier and Type Method Description IPVersionTypeFirewallRule. getIpVersion()IPVersionTypeFirewallRuleUpdate. getIpVersion()IPVersionTypeSubnetIPAvailability. getIpVersion() -
Uses of IPVersionType in org.openstack4j.model.network.ext.builder
Methods in org.openstack4j.model.network.ext.builder with parameters of type IPVersionType Modifier and Type Method Description FirewallRuleBuilderFirewallRuleBuilder. ipVersion(IPVersionType ipVersion)FirewallRuleUpdateBuilderFirewallRuleUpdateBuilder. ipVersion(IPVersionType ipVersion)SubnetIPAvailabilityBuilderSubnetIPAvailabilityBuilder. tenantId(IPVersionType ipVersion) -
Uses of IPVersionType in org.openstack4j.openstack.networking.domain
Methods in org.openstack4j.openstack.networking.domain that return IPVersionType Modifier and Type Method Description IPVersionTypeNeutronSubnet. getIpVersion()Methods in org.openstack4j.openstack.networking.domain with parameters of type IPVersionType Modifier and Type Method Description SubnetBuilderNeutronSubnet.SubnetConcreteBuilder. ipVersion(IPVersionType ipVersion)Constructors in org.openstack4j.openstack.networking.domain with parameters of type IPVersionType Constructor Description NeutronSubnet(String id, String name, boolean enableDHCP, String networkId, String tenantId, List<String> dnsNames, List<NeutronPool> pools, List<NeutronHostRoute> hostRoutes, IPVersionType ipVersion, String gateway, String cidr, Ipv6AddressMode ipv6AddressMode, Ipv6RaMode ipv6RaMode)NeutronSubnetNoGateway(String id, String name, boolean enableDHCP, String networkId, String tenantId, List<String> dnsNames, List<NeutronPool> pools, List<NeutronHostRoute> hostRoutes, IPVersionType ipVersion, String cidr, Ipv6AddressMode ipv6AddressMode, Ipv6RaMode ipv6RaMode) -
Uses of IPVersionType in org.openstack4j.openstack.networking.domain.ext
Methods in org.openstack4j.openstack.networking.domain.ext that return IPVersionType Modifier and Type Method Description IPVersionTypeNeutronFirewallRule. getIpVersion()IPVersionTypeNeutronFirewallRuleUpdate. getIpVersion()IPVersionTypeNeutronSubnetIPAvailability. getIpVersion()Methods in org.openstack4j.openstack.networking.domain.ext with parameters of type IPVersionType Modifier and Type Method Description FirewallRuleBuilderNeutronFirewallRule.FirewallRuleConcreteBuilder. ipVersion(IPVersionType ipVersion)FirewallRuleUpdateBuilderNeutronFirewallRuleUpdate.FirewallRuleUpdateConcreteBuilder. ipVersion(IPVersionType ipVersion)SubnetIPAvailabilityBuilderNeutronSubnetIPAvailability.SubnetIPAvailabilityConcreteBuilder. tenantId(IPVersionType ipVersion)Constructors in org.openstack4j.openstack.networking.domain.ext with parameters of type IPVersionType Constructor Description NeutronSubnetIPAvailability(BigInteger usedIps, BigInteger totalIps, String subnetId, String subnetName, IPVersionType ipVersion, String cidr)
-