Class PortFixedIpArgs


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

      • ipAddress

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> ipAddress()
        Returns:
        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.
      • subnetId

        public com.pulumi.core.Output<java.lang.String> subnetId()
        Returns:
        Subnet in which to allocate IP address for this port.