GetNetworkFunctionResult

data class GetNetworkFunctionResult(val capacity: Int? = null, val deploymentNotes: String? = null, val id: String, val infrastructureElementCount: Int, val location: String, val name: String, val networkFunctionAdministrativeState: String, val networkFunctionOperationalStatus: String, val networkFunctionType: String, val provisioningState: String, val sku: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val userDescription: String? = null)

AO5GC Network Function Resource

Constructors

Link copied to clipboard
fun GetNetworkFunctionResult(capacity: Int? = null, deploymentNotes: String? = null, id: String, infrastructureElementCount: Int, location: String, name: String, networkFunctionAdministrativeState: String, networkFunctionOperationalStatus: String, networkFunctionType: String, provisioningState: String, sku: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, userDescription: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val capacity: Int? = null

Capacity of the network function in units of 10000. This represents the session count or the Simultaneously Attached Users (SAU) count as applicable

Link copied to clipboard
val deploymentNotes: String? = null

User provided deployment notes. This is used to optionally provide details about the NF deployment

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

Count of infrastructure elements used by this network function (vCPUs, in units of 8)

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

The name of the resource

Link copied to clipboard

Administrative state of the network function

Link copied to clipboard

Operational state of the network function

Link copied to clipboard

Type of network function

Link copied to clipboard

The status of the last operation.

Link copied to clipboard
val sku: String

Provisioned SKU Value.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard
val userDescription: String? = null

User provided description