NetworkFunctionUserConfiguration Class
- java.
lang. Object - com.
azure. resourcemanager. hybridnetwork. models. NetworkFunctionUserConfiguration
- com.
public final class NetworkFunctionUserConfiguration
The network function user configuration.
Constructor Summary
| Constructor | Description |
|---|---|
| NetworkFunctionUserConfiguration() |
Creates an instance of Network |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Network |
networkInterfaces()
Get the network |
|
Network |
osProfile()
Get the os |
| String |
roleName()
Get the role |
| Object |
userDataParameters()
Get the user |
| void |
validate()
Validates the instance. |
|
Network |
withNetworkInterfaces(List<NetworkInterface> networkInterfaces)
Set the network |
|
Network |
withOsProfile(NetworkFunctionUserConfigurationOsProfile osProfile)
Set the os |
|
Network |
withRoleName(String roleName)
Set the role |
|
Network |
withUserDataParameters(Object userDataParameters)
Set the user |
Methods inherited from java.lang.Object
Constructor Details
NetworkFunctionUserConfiguration
public NetworkFunctionUserConfiguration()
Creates an instance of NetworkFunctionUserConfiguration class.
Method Details
networkInterfaces
public List<NetworkInterface> networkInterfaces()
Get the networkInterfaces property: The network interface configuration.
Returns:
osProfile
public NetworkFunctionUserConfigurationOsProfile osProfile()
Get the osProfile property: Specifies the operating system settings for the role instance.
Returns:
roleName
public String roleName()
Get the roleName property: The name of the network function role.
Returns:
userDataParameters
public Object userDataParameters()
Get the userDataParameters property: The user data parameters from the customer.
Returns:
validate
public void validate()
Validates the instance.
withNetworkInterfaces
public NetworkFunctionUserConfiguration withNetworkInterfaces(List<NetworkInterface> networkInterfaces)
Set the networkInterfaces property: The network interface configuration.
Parameters:
Returns:
withOsProfile
public NetworkFunctionUserConfiguration withOsProfile(NetworkFunctionUserConfigurationOsProfile osProfile)
Set the osProfile property: Specifies the operating system settings for the role instance.
Parameters:
Returns:
withRoleName
public NetworkFunctionUserConfiguration withRoleName(String roleName)
Set the roleName property: The name of the network function role.
Parameters:
Returns:
withUserDataParameters
public NetworkFunctionUserConfiguration withUserDataParameters(Object userDataParameters)
Set the userDataParameters property: The user data parameters from the customer.
Parameters:
Returns: