Class FloatingIpAssociateArgs


  • public final class FloatingIpAssociateArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • fixedIp

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> fixedIp()
      • floatingIp

        public com.pulumi.core.Output<java.lang.String> floatingIp()
        Returns:
        IP Address of an existing floating IP.
      • portId

        public 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).