Class InstanceNetworkArgs


  • public final class InstanceNetworkArgs
    extends com.pulumi.resources.ResourceArgs
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  InstanceNetworkArgs.Builder  
      • Nested classes/interfaces inherited from class com.pulumi.resources.InputArgs

        com.pulumi.resources.InputArgs.InputArgsInternal
    • Method Detail

      • fixedIpV4

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> fixedIpV4()
        Returns:
        Specifies a fixed IPv4 address to be used on this network. Changing this creates a new instance.
      • fixedIpV6

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> fixedIpV6()
        Returns:
        Specifies a fixed IPv6 address to be used on this network. Changing this creates a new instance.
      • port

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> port()
        Returns:
        The port UUID of a network to attach to the instance. Changing this creates a new instance.
      • uuid

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> uuid()
        Returns:
        The network UUID to attach to the instance. Changing this creates a new instance.