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()  
      static FloatingIpState.Builder builder()  
      static FloatingIpState.Builder builder​(FloatingIpState defaults)  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> fixedIp()  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> instanceId()  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> pool()  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> region()  
      • 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 floating IP address itself.
      • fixedIp

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> fixedIp()
        Returns:
        The fixed IP address corresponding to the floating IP.
      • instanceId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> instanceId()
        Returns:
        UUID of the compute instance associated with the floating IP.
      • 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.
      • region

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> region()
        Returns:
        The region in which to obtain the V2 Compute client. A Compute client is needed to create a floating IP that can be used with a compute instance. 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).