Class InstanceNetwork


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

      • accessNetwork

        public java.util.Optional<java.lang.Boolean> accessNetwork()
        Returns:
        Specifies if this network should be used for provisioning access. Accepts true or false. Defaults to false.
      • 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 server.
      • fixedIpV6

        public java.util.Optional<java.lang.String> fixedIpV6()
      • floatingIp

        @Deprecated
        public java.util.Optional<java.lang.String> floatingIp()
        Deprecated.
        Use the openstack_compute_floatingip_associate_v2 resource instead
      • mac

        public java.util.Optional<java.lang.String> mac()
      • name

        public java.util.Optional<java.lang.String> name()
        Returns:
        The human-readable name of the network. Changing this creates a new server.
      • port

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

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