Class NetworkFunctionSkuRoleDetailsInner

java.lang.Object
com.azure.resourcemanager.hybridnetwork.fluent.models.NetworkFunctionSkuRoleDetailsInner

public final class NetworkFunctionSkuRoleDetailsInner extends Object
The network function user configuration.
  • Constructor Details

    • NetworkFunctionSkuRoleDetailsInner

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

    • roleName

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

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

      public Object userDataTemplate()
      Get the userDataTemplate property: The user data template for customers.
      Returns:
      the userDataTemplate value.
    • withUserDataTemplate

      public NetworkFunctionSkuRoleDetailsInner withUserDataTemplate(Object userDataTemplate)
      Set the userDataTemplate property: The user data template for customers.
      Parameters:
      userDataTemplate - the userDataTemplate value to set.
      Returns:
      the NetworkFunctionSkuRoleDetailsInner object itself.
    • userDataParameters

      public Object userDataParameters()
      Get the userDataParameters property: The user parameters for customers.
      Returns:
      the userDataParameters value.
    • withUserDataParameters

      public NetworkFunctionSkuRoleDetailsInner withUserDataParameters(Object userDataParameters)
      Set the userDataParameters property: The user parameters for customers.
      Parameters:
      userDataParameters - the userDataParameters value to set.
      Returns:
      the NetworkFunctionSkuRoleDetailsInner object itself.
    • networkInterfaces

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

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

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