Class PortFixedIp


  • public final class PortFixedIp
    extends java.lang.Object
    • Method Detail

      • ipAddress

        public java.util.Optional<java.lang.String> ipAddress()
        Returns:
        IP address desired in the subnet for this port. If you don't specify `ip_address`, an available IP address from the specified subnet will be allocated to this port. This field will not be populated if it is left blank or omitted. To retrieve the assigned IP address, use the `all_fixed_ips` attribute.
      • subnetId

        public java.lang.String subnetId()
        Returns:
        Subnet in which to allocate IP address for this port.