Class NetworkFunctionVendorConfiguration

java.lang.Object
com.azure.resourcemanager.hybridnetwork.models.NetworkFunctionVendorConfiguration

public final class NetworkFunctionVendorConfiguration extends Object
Network function vendor configuration.
  • Constructor Details

    • NetworkFunctionVendorConfiguration

      public NetworkFunctionVendorConfiguration()
      Creates an instance of NetworkFunctionVendorConfiguration class.
  • Method Details

    • roleName

      public String roleName()
      Get the roleName property: The name of the vendor network function role.
      Returns:
      the roleName value.
    • withRoleName

      public NetworkFunctionVendorConfiguration withRoleName(String roleName)
      Set the roleName property: The name of the vendor network function role.
      Parameters:
      roleName - the roleName value to set.
      Returns:
      the NetworkFunctionVendorConfiguration object itself.
    • osProfile

      public OsProfile osProfile()
      Get the osProfile property: Specifies the operating system settings for the role instance.
      Returns:
      the osProfile value.
    • withOsProfile

      public NetworkFunctionVendorConfiguration withOsProfile(OsProfile osProfile)
      Set the osProfile property: Specifies the operating system settings for the role instance.
      Parameters:
      osProfile - the osProfile value to set.
      Returns:
      the NetworkFunctionVendorConfiguration object itself.
    • userDataParameters

      public Object userDataParameters()
      Get the userDataParameters property: The user parameters from the customer.
      Returns:
      the userDataParameters value.
    • networkInterfaces

      public List<NetworkInterface> networkInterfaces()
      Get the networkInterfaces property: The network interface configurations.
      Returns:
      the networkInterfaces value.
    • withNetworkInterfaces

      public NetworkFunctionVendorConfiguration withNetworkInterfaces(List<NetworkInterface> networkInterfaces)
      Set the networkInterfaces property: The network interface configurations.
      Parameters:
      networkInterfaces - the networkInterfaces value to set.
      Returns:
      the NetworkFunctionVendorConfiguration object itself.
    • validate

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