Поделиться через


NetworkFunctionUserConfiguration Class

  • java.lang.Object
    • com.azure.resourcemanager.hybridnetwork.models.NetworkFunctionUserConfiguration

public final class NetworkFunctionUserConfiguration

The network function user configuration.

Constructor Summary

Constructor Description
NetworkFunctionUserConfiguration()

Creates an instance of NetworkFunctionUserConfiguration class.

Method Summary

Modifier and Type Method and Description
List<NetworkInterface> networkInterfaces()

Get the networkInterfaces property: The network interface configuration.

NetworkFunctionUserConfigurationOsProfile osProfile()

Get the osProfile property: Specifies the operating system settings for the role instance.

String roleName()

Get the roleName property: The name of the network function role.

Object userDataParameters()

Get the userDataParameters property: The user data parameters from the customer.

void validate()

Validates the instance.

NetworkFunctionUserConfiguration withNetworkInterfaces(List<NetworkInterface> networkInterfaces)

Set the networkInterfaces property: The network interface configuration.

NetworkFunctionUserConfiguration withOsProfile(NetworkFunctionUserConfigurationOsProfile osProfile)

Set the osProfile property: Specifies the operating system settings for the role instance.

NetworkFunctionUserConfiguration withRoleName(String roleName)

Set the roleName property: The name of the network function role.

NetworkFunctionUserConfiguration withUserDataParameters(Object userDataParameters)

Set the userDataParameters property: The user data parameters from the customer.

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:

the networkInterfaces value.

osProfile

public NetworkFunctionUserConfigurationOsProfile osProfile()

Get the osProfile property: Specifies the operating system settings for the role instance.

Returns:

the osProfile value.

roleName

public String roleName()

Get the roleName property: The name of the network function role.

Returns:

the roleName value.

userDataParameters

public Object userDataParameters()

Get the userDataParameters property: The user data parameters from the customer.

Returns:

the userDataParameters value.

validate

public void validate()

Validates the instance.

withNetworkInterfaces

public NetworkFunctionUserConfiguration withNetworkInterfaces(List<NetworkInterface> networkInterfaces)

Set the networkInterfaces property: The network interface configuration.

Parameters:

networkInterfaces - the networkInterfaces value to set.

Returns:

the NetworkFunctionUserConfiguration object itself.

withOsProfile

public NetworkFunctionUserConfiguration withOsProfile(NetworkFunctionUserConfigurationOsProfile osProfile)

Set the osProfile property: Specifies the operating system settings for the role instance.

Parameters:

osProfile - the osProfile value to set.

Returns:

the NetworkFunctionUserConfiguration object itself.

withRoleName

public NetworkFunctionUserConfiguration withRoleName(String roleName)

Set the roleName property: The name of the network function role.

Parameters:

roleName - the roleName value to set.

Returns:

the NetworkFunctionUserConfiguration object itself.

withUserDataParameters

public NetworkFunctionUserConfiguration withUserDataParameters(Object userDataParameters)

Set the userDataParameters property: The user data parameters from the customer.

Parameters:

userDataParameters - the userDataParameters value to set.

Returns:

the NetworkFunctionUserConfiguration object itself.

Applies to