NetworkFunctionSkuRoleDetailsInner Class
- java.
lang. Object - com.
azure. resourcemanager. hybridnetwork. fluent. models. NetworkFunctionSkuRoleDetailsInner
- com.
public final class NetworkFunctionSkuRoleDetailsInner
The network function user configuration.
Constructor Summary
| Constructor | Description |
|---|---|
| NetworkFunctionSkuRoleDetailsInner() |
Creates an instance of Network |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Network |
networkInterfaces()
Get the network |
| String |
roleName()
Get the role |
| Object |
userDataParameters()
Get the user |
| Object |
userDataTemplate()
Get the user |
| void |
validate()
Validates the instance. |
|
Network |
withNetworkInterfaces(List<NetworkInterface> networkInterfaces)
Set the network |
|
Network |
withRoleName(String roleName)
Set the role |
|
Network |
withUserDataParameters(Object userDataParameters)
Set the user |
|
Network |
withUserDataTemplate(Object userDataTemplate)
Set the user |
Methods inherited from java.lang.Object
Constructor Details
NetworkFunctionSkuRoleDetailsInner
public NetworkFunctionSkuRoleDetailsInner()
Creates an instance of NetworkFunctionSkuRoleDetailsInner class.
Method Details
networkInterfaces
public List<NetworkInterface> networkInterfaces()
Get the networkInterfaces property: The network interface configuration.
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 parameters for customers.
Returns:
userDataTemplate
public Object userDataTemplate()
Get the userDataTemplate property: The user data template for customers.
Returns:
validate
public void validate()
Validates the instance.
withNetworkInterfaces
public NetworkFunctionSkuRoleDetailsInner withNetworkInterfaces(List<NetworkInterface> networkInterfaces)
Set the networkInterfaces property: The network interface configuration.
Parameters:
Returns:
withRoleName
public NetworkFunctionSkuRoleDetailsInner withRoleName(String roleName)
Set the roleName property: The name of the network function role.
Parameters:
Returns:
withUserDataParameters
public NetworkFunctionSkuRoleDetailsInner withUserDataParameters(Object userDataParameters)
Set the userDataParameters property: The user parameters for customers.
Parameters:
Returns:
withUserDataTemplate
public NetworkFunctionSkuRoleDetailsInner withUserDataTemplate(Object userDataTemplate)
Set the userDataTemplate property: The user data template for customers.
Parameters:
Returns: