Class FloatingIpAssociateState.Builder

  • Enclosing class:
    FloatingIpAssociateState

    public static final class FloatingIpAssociateState.Builder
    extends java.lang.Object
    • Method Detail

      • floatingIp

        public FloatingIpAssociateState.Builder floatingIp​(@Nullable
                                                           com.pulumi.core.Output<java.lang.String> floatingIp)
        Parameters:
        floatingIp - IP Address of an existing floating IP.
        Returns:
        builder
      • floatingIp

        public FloatingIpAssociateState.Builder floatingIp​(java.lang.String floatingIp)
        Parameters:
        floatingIp - IP Address of an existing floating IP.
        Returns:
        builder
      • portId

        public FloatingIpAssociateState.Builder portId​(@Nullable
                                                       com.pulumi.core.Output<java.lang.String> portId)
        Parameters:
        portId - ID of an existing port with at least one IP address to associate with this floating IP.
        Returns:
        builder
      • portId

        public FloatingIpAssociateState.Builder portId​(java.lang.String portId)
        Parameters:
        portId - ID of an existing port with at least one IP address to associate with this floating IP.
        Returns:
        builder
      • region

        public FloatingIpAssociateState.Builder region​(@Nullable
                                                       com.pulumi.core.Output<java.lang.String> region)
        Parameters:
        region - 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).
        Returns:
        builder
      • region

        public FloatingIpAssociateState.Builder region​(java.lang.String region)
        Parameters:
        region - 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).
        Returns:
        builder