Class InstanceNetworkArgs.Builder

  • Enclosing class:
    InstanceNetworkArgs

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

      • fixedIpV4

        public InstanceNetworkArgs.Builder fixedIpV4​(@Nullable
                                                     com.pulumi.core.Output<java.lang.String> fixedIpV4)
        Parameters:
        fixedIpV4 - Specifies a fixed IPv4 address to be used on this network. Changing this creates a new instance.
        Returns:
        builder
      • fixedIpV4

        public InstanceNetworkArgs.Builder fixedIpV4​(java.lang.String fixedIpV4)
        Parameters:
        fixedIpV4 - Specifies a fixed IPv4 address to be used on this network. Changing this creates a new instance.
        Returns:
        builder
      • fixedIpV6

        public InstanceNetworkArgs.Builder fixedIpV6​(@Nullable
                                                     com.pulumi.core.Output<java.lang.String> fixedIpV6)
        Parameters:
        fixedIpV6 - Specifies a fixed IPv6 address to be used on this network. Changing this creates a new instance.
        Returns:
        builder
      • fixedIpV6

        public InstanceNetworkArgs.Builder fixedIpV6​(java.lang.String fixedIpV6)
        Parameters:
        fixedIpV6 - Specifies a fixed IPv6 address to be used on this network. Changing this creates a new instance.
        Returns:
        builder
      • port

        public InstanceNetworkArgs.Builder port​(@Nullable
                                                com.pulumi.core.Output<java.lang.String> port)
        Parameters:
        port - The port UUID of a network to attach to the instance. Changing this creates a new instance.
        Returns:
        builder
      • port

        public InstanceNetworkArgs.Builder port​(java.lang.String port)
        Parameters:
        port - The port UUID of a network to attach to the instance. Changing this creates a new instance.
        Returns:
        builder
      • uuid

        public InstanceNetworkArgs.Builder uuid​(@Nullable
                                                com.pulumi.core.Output<java.lang.String> uuid)
        Parameters:
        uuid - The network UUID to attach to the instance. Changing this creates a new instance.
        Returns:
        builder
      • uuid

        public InstanceNetworkArgs.Builder uuid​(java.lang.String uuid)
        Parameters:
        uuid - The network UUID to attach to the instance. Changing this creates a new instance.
        Returns:
        builder