Uses of Interface
org.openstack4j.model.network.builder.PortBuilder
-
Packages that use PortBuilder Package Description org.openstack4j.api org.openstack4j.model.network.builder org.openstack4j.openstack.networking.builder org.openstack4j.openstack.networking.domain -
-
Uses of PortBuilder in org.openstack4j.api
Methods in org.openstack4j.api that return PortBuilder Modifier and Type Method Description static PortBuilderBuilders. port()The builder to create a Port -
Uses of PortBuilder in org.openstack4j.model.network.builder
Methods in org.openstack4j.model.network.builder that return PortBuilder Modifier and Type Method Description PortBuilderPortBuilder. adminState(boolean adminStateUp)PortBuilderPortBuilder. allowedAddressPair(String ipAddress, String macAddress)Adds an allowed address pair to the current list of allowed addressesPortBuilderPortBuilder. deviceId(String deviceId)PortBuilderPortBuilder. deviceOwner(String deviceOwner)PortBuilderPortBuilder. extraDhcpOpt(ExtraDhcpOptCreate extraDhcpOptCreate)PortBuilderPortBuilder. fixedIp(String address, String subnetId)Adds a fixed IP to the current list of fixed IP AddressesPortBuilderPortBuilder. hostId(String hostId)PortBuilderPortBuilder. macAddress(String macAddress)PortBuilderPortBuilder. name(String name)PortBuilderPortBuilder. networkId(String networkId)PortBuilderNetworkBuilders. port()The builder to create a PortPortBuilderPortBuilder. portSecurityEnabled(Boolean portSecurityEnabled)PortBuilderPortBuilder. profile(Map<String,Object> profile)PortBuilderPortBuilder. removeAddressPair(String ipAddress, String macAddress)Removes an allowed address pair from the current list of allowed addressesPortBuilderPortBuilder. removeFixedIp(String address, String subnetId)Removes a fixed IP from the current list of fixed IP AddressesPortBuilderPortBuilder. securityGroup(String groupName)PortBuilderPortBuilder. state(State state)PortBuilderPortBuilder. tenant(Tenant tenant)PortBuilderPortBuilder. tenantId(String tenantId)PortBuilderPortBuilder. trunkPortParentId(String parentPortId)PortBuilderPortBuilder. trunkPortType(String portType)PortBuilderPortBuilder. trunkPortVlanId(String vlanId)PortBuilderPortBuilder. vifDetails(Map<String,Object> vifDetails)PortBuilderPortBuilder. vifType(String vifType)PortBuilderPortBuilder. vNicType(String vNicType) -
Uses of PortBuilder in org.openstack4j.openstack.networking.builder
Methods in org.openstack4j.openstack.networking.builder that return PortBuilder Modifier and Type Method Description PortBuilderNeutronBuilders. port() -
Uses of PortBuilder in org.openstack4j.openstack.networking.domain
Classes in org.openstack4j.openstack.networking.domain that implement PortBuilder Modifier and Type Class Description static classNeutronPort.PortConcreteBuilderMethods in org.openstack4j.openstack.networking.domain that return PortBuilder Modifier and Type Method Description PortBuilderNeutronPort.PortConcreteBuilder. adminState(boolean adminStateUp)PortBuilderNeutronPort.PortConcreteBuilder. allowedAddressPair(String ipAddress, String macAddress)static PortBuilderNeutronPort. builder()PortBuilderNeutronPort.PortConcreteBuilder. deviceId(String deviceId)PortBuilderNeutronPort.PortConcreteBuilder. deviceOwner(String deviceOwner)PortBuilderNeutronPort.PortConcreteBuilder. extraDhcpOpt(ExtraDhcpOptCreate extraDhcpOptCreate)PortBuilderNeutronPort.PortConcreteBuilder. fixedIp(String address, String subnetId)PortBuilderNeutronPort.PortConcreteBuilder. from(Port in)PortBuilderNeutronPort.PortConcreteBuilder. hostId(String hostId)PortBuilderNeutronPort.PortConcreteBuilder. macAddress(String macAddress)PortBuilderNeutronPort.PortConcreteBuilder. networkId(String networkId)PortBuilderNeutronPort.PortConcreteBuilder. portSecurityEnabled(Boolean portSecurityEnabled)PortBuilderNeutronPort.PortConcreteBuilder. profile(Map<String,Object> profile)PortBuilderNeutronPort.PortConcreteBuilder. removeAddressPair(String ipAddress, String macAddress)PortBuilderNeutronPort.PortConcreteBuilder. removeFixedIp(String address, String subnetId)PortBuilderNeutronPort.PortConcreteBuilder. securityGroup(String groupName)PortBuilderNeutronPort.PortConcreteBuilder. state(State state)PortBuilderNeutronPort. toBuilder()PortBuilderNeutronPort.PortConcreteBuilder. trunkPortParentId(String parentPortId)PortBuilderNeutronPort.PortConcreteBuilder. trunkPortType(String trunkPortType)PortBuilderNeutronPort.PortConcreteBuilder. trunkPortVlanId(String vlanId)PortBuilderNeutronPort.PortConcreteBuilder. vifDetails(Map<String,Object> vifDetails)PortBuilderNeutronPort.PortConcreteBuilder. vifType(String vifType)PortBuilderNeutronPort.PortConcreteBuilder. vNicType(String vNicType)
-