Class FloatingIpState


  • public final class FloatingIpState
    extends com.pulumi.resources.ResourceArgs
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  FloatingIpState.Builder  
      • Nested classes/interfaces inherited from class com.pulumi.resources.InputArgs

        com.pulumi.resources.InputArgs.InputArgsInternal
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> address()  
      java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> allTags()  
      static FloatingIpState.Builder builder()  
      static FloatingIpState.Builder builder​(FloatingIpState defaults)  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> description()  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> dnsDomain()  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> dnsName()  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> fixedIp()  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> pool()  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> portId()  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> region()  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> subnetId()  
      java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> subnetIds()  
      java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> tags()  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> tenantId()  
      java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.Object>>> valueSpecs()  
      • Methods inherited from class com.pulumi.resources.ResourceArgs

        validateMember
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • address

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> address()
        Returns:
        The actual/specific floating IP to obtain. By default, non-admin users are not able to specify a floating IP, so you must either be an admin user or have had a custom policy or role applied to your OpenStack user or project.
      • allTags

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> allTags()
        Returns:
        The collection of tags assigned on the floating IP, which have been explicitly and implicitly added.
      • description

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> description()
        Returns:
        Human-readable description for the floating IP.
      • dnsDomain

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> dnsDomain()
        Returns:
        The floating IP DNS domain. Available, when Neutron DNS extension is enabled. The data in this attribute will be published in an external DNS service when Neutron is configured to integrate with such a service. Changing this creates a new floating IP.
      • dnsName

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> dnsName()
        Returns:
        The floating IP DNS name. Available, when Neutron DNS extension is enabled. The data in this attribute will be published in an external DNS service when Neutron is configured to integrate with such a service. Changing this creates a new floating IP.
      • fixedIp

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> fixedIp()
        Returns:
        Fixed IP of the port to associate with this floating IP. Required if the port has multiple fixed IPs.
      • pool

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> pool()
        Returns:
        The name of the pool from which to obtain the floating IP. Changing this creates a new floating IP.
      • portId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> portId()
        Returns:
        ID of an existing port with at least one IP address to associate with this floating IP.
      • region

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> region()
        Returns:
        The region in which to obtain the V2 Networking client. A Networking client is needed to create a floating IP that can be used with another networking resource, such as a load balancer. If omitted, the `region` argument of the provider is used. Changing this creates a new floating IP (which may or may not have a different address).
      • subnetId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> subnetId()
        Returns:
        The subnet ID of the floating IP pool. Specify this if the floating IP network has multiple subnets.
      • subnetIds

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> subnetIds()
        Returns:
        A list of external subnet IDs to try over each to allocate a floating IP address. If a subnet ID in a list has exhausted floating IP pool, the next subnet ID will be tried. This argument is used only during the resource creation. Conflicts with a `subnet_id` argument.
      • tags

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> tags()
        Returns:
        A set of string tags for the floating IP.
      • tenantId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> tenantId()
        Returns:
        The target tenant ID in which to allocate the floating IP, if you specify this together with a port_id, make sure the target port belongs to the same tenant. Changing this creates a new floating IP (which may or may not have a different address)
      • valueSpecs

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.Object>>> valueSpecs()
        Returns:
        Map of additional options.