Class InstanceNetwork


  • public final class InstanceNetwork
    extends java.lang.Object
    • Method Detail

      • fixedIpV4

        public java.util.Optional<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<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<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<java.lang.String> uuid()
        Returns:
        The network UUID to attach to the instance. Changing this creates a new instance.