Class InstanceNetworkArgs.Builder
- java.lang.Object
-
- com.pulumi.openstack.database.inputs.InstanceNetworkArgs.Builder
-
- Enclosing class:
- InstanceNetworkArgs
public static final class InstanceNetworkArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()Builder(InstanceNetworkArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstanceNetworkArgsbuild()InstanceNetworkArgs.BuilderfixedIpV4(com.pulumi.core.Output<java.lang.String> fixedIpV4)InstanceNetworkArgs.BuilderfixedIpV4(java.lang.String fixedIpV4)InstanceNetworkArgs.BuilderfixedIpV6(com.pulumi.core.Output<java.lang.String> fixedIpV6)InstanceNetworkArgs.BuilderfixedIpV6(java.lang.String fixedIpV6)InstanceNetworkArgs.Builderport(com.pulumi.core.Output<java.lang.String> port)InstanceNetworkArgs.Builderport(java.lang.String port)InstanceNetworkArgs.Builderuuid(com.pulumi.core.Output<java.lang.String> uuid)InstanceNetworkArgs.Builderuuid(java.lang.String uuid)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(InstanceNetworkArgs defaults)
-
-
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
-
build
public InstanceNetworkArgs build()
-
-