Class GetFloatingIpPlainArgs


  • public final class GetFloatingIpPlainArgs
    extends com.pulumi.resources.InvokeArgs
    • Method Detail

      • address

        public java.util.Optional<java.lang.String> address()
        Returns:
        The IP address of the floating IP.
      • description

        public java.util.Optional<java.lang.String> description()
        Returns:
        Human-readable description of the floating IP.
      • fixedIp

        public java.util.Optional<java.lang.String> fixedIp()
        Returns:
        The specific IP address of the internal port which should be associated with the floating IP.
      • pool

        public java.util.Optional<java.lang.String> pool()
        Returns:
        The name of the pool from which the floating IP belongs to.
      • portId

        public java.util.Optional<java.lang.String> portId()
        Returns:
        The ID of the port the floating IP is attached.
      • region

        public java.util.Optional<java.lang.String> region()
        Returns:
        The region in which to obtain the V2 Neutron client. A Neutron client is needed to retrieve floating IP ids. If omitted, the `region` argument of the provider is used.
      • status

        public java.util.Optional<java.lang.String> status()
        Returns:
        status of the floating IP (ACTIVE/DOWN).
      • tags

        public java.util.Optional<java.util.List<java.lang.String>> tags()
        Returns:
        The list of floating IP tags to filter.
      • tenantId

        public java.util.Optional<java.lang.String> tenantId()
        Returns:
        The owner of the floating IP.