Class PortFixedIpArgs.Builder

  • Enclosing class:
    PortFixedIpArgs

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

      • Builder

        public Builder()
    • Method Detail

      • ipAddress

        public PortFixedIpArgs.Builder ipAddress​(@Nullable
                                                 com.pulumi.core.Output<java.lang.String> ipAddress)
        Parameters:
        ipAddress - IP address desired in the subnet for this port. If you don't specify `ip_address`, an available IP address from the specified subnet will be allocated to this port. This field will not be populated if it is left blank or omitted. To retrieve the assigned IP address, use the `all_fixed_ips` attribute.
        Returns:
        builder
      • ipAddress

        public PortFixedIpArgs.Builder ipAddress​(java.lang.String ipAddress)
        Parameters:
        ipAddress - IP address desired in the subnet for this port. If you don't specify `ip_address`, an available IP address from the specified subnet will be allocated to this port. This field will not be populated if it is left blank or omitted. To retrieve the assigned IP address, use the `all_fixed_ips` attribute.
        Returns:
        builder
      • subnetId

        public PortFixedIpArgs.Builder subnetId​(com.pulumi.core.Output<java.lang.String> subnetId)
        Parameters:
        subnetId - Subnet in which to allocate IP address for this port.
        Returns:
        builder
      • subnetId

        public PortFixedIpArgs.Builder subnetId​(java.lang.String subnetId)
        Parameters:
        subnetId - Subnet in which to allocate IP address for this port.
        Returns:
        builder