Class NetworkProfileUpdate


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

      • NetworkProfileUpdate

        public NetworkProfileUpdate()
    • Method Detail

      • networkInterfaces

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

        public NetworkProfileUpdate withNetworkInterfaces​(List<NetworkInterfacesUpdate> 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 NetworkProfileUpdate object itself.
      • validate

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