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


NetworkFunctionSkuRoleDetailsInner Class

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

public final class NetworkFunctionSkuRoleDetailsInner

The network function user configuration.

Constructor Summary

Constructor Description
NetworkFunctionSkuRoleDetailsInner()

Creates an instance of NetworkFunctionSkuRoleDetailsInner class.

Method Summary

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

Get the networkInterfaces property: The network interface configuration.

String roleName()

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

Object userDataParameters()

Get the userDataParameters property: The user parameters for customers.

Object userDataTemplate()

Get the userDataTemplate property: The user data template for customers.

void validate()

Validates the instance.

NetworkFunctionSkuRoleDetailsInner withNetworkInterfaces(List<NetworkInterface> networkInterfaces)

Set the networkInterfaces property: The network interface configuration.

NetworkFunctionSkuRoleDetailsInner withRoleName(String roleName)

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

NetworkFunctionSkuRoleDetailsInner withUserDataParameters(Object userDataParameters)

Set the userDataParameters property: The user parameters for customers.

NetworkFunctionSkuRoleDetailsInner withUserDataTemplate(Object userDataTemplate)

Set the userDataTemplate property: The user data template for customers.

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:

the networkInterfaces 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 parameters for customers.

Returns:

the userDataParameters value.

userDataTemplate

public Object userDataTemplate()

Get the userDataTemplate property: The user data template for customers.

Returns:

the userDataTemplate value.

validate

public void validate()

Validates the instance.

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.

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.

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.

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.

Applies to