Class FloatingIpState.Builder

  • Enclosing class:
    FloatingIpState

    public static final class FloatingIpState.Builder
    extends java.lang.Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • address

        public FloatingIpState.Builder address​(@Nullable
                                               com.pulumi.core.Output<java.lang.String> address)
        Parameters:
        address - The actual floating IP address itself.
        Returns:
        builder
      • address

        public FloatingIpState.Builder address​(java.lang.String address)
        Parameters:
        address - The actual floating IP address itself.
        Returns:
        builder
      • fixedIp

        public FloatingIpState.Builder fixedIp​(@Nullable
                                               com.pulumi.core.Output<java.lang.String> fixedIp)
        Parameters:
        fixedIp - The fixed IP address corresponding to the floating IP.
        Returns:
        builder
      • fixedIp

        public FloatingIpState.Builder fixedIp​(java.lang.String fixedIp)
        Parameters:
        fixedIp - The fixed IP address corresponding to the floating IP.
        Returns:
        builder
      • instanceId

        public FloatingIpState.Builder instanceId​(@Nullable
                                                  com.pulumi.core.Output<java.lang.String> instanceId)
        Parameters:
        instanceId - UUID of the compute instance associated with the floating IP.
        Returns:
        builder
      • instanceId

        public FloatingIpState.Builder instanceId​(java.lang.String instanceId)
        Parameters:
        instanceId - UUID of the compute instance associated with the floating IP.
        Returns:
        builder
      • pool

        public FloatingIpState.Builder pool​(@Nullable
                                            com.pulumi.core.Output<java.lang.String> pool)
        Parameters:
        pool - The name of the pool from which to obtain the floating IP. Changing this creates a new floating IP.
        Returns:
        builder
      • pool

        public FloatingIpState.Builder pool​(java.lang.String pool)
        Parameters:
        pool - The name of the pool from which to obtain the floating IP. Changing this creates a new floating IP.
        Returns:
        builder
      • region

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

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