Class NetworkProfile


  • public final class NetworkProfile
    extends Object
    Defines the resource properties.
    • Constructor Detail

      • NetworkProfile

        public NetworkProfile()
    • Method Detail

      • networkInterfaces

        public List<NetworkInterfaces> networkInterfaces()
        Get the networkInterfaces property: Gets or sets the list of network interfaces associated with the virtual machine.
        Returns:
        the networkInterfaces value.
      • withNetworkInterfaces

        public NetworkProfile withNetworkInterfaces​(List<NetworkInterfaces> networkInterfaces)
        Set the networkInterfaces property: Gets or sets the list of network interfaces associated with the virtual machine.
        Parameters:
        networkInterfaces - the networkInterfaces value to set.
        Returns:
        the NetworkProfile object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.